Page 1 of 1

LNK2005 while using standard include files?

PostPosted: Feb 18, 2002 @ 9:16pm
by Daywalker

PostPosted: Feb 18, 2002 @ 9:30pm
by Dan East

Thanx

PostPosted: Feb 18, 2002 @ 10:46pm
by Daywalker

PostPosted: Feb 18, 2002 @ 11:08pm
by Dan East
The emulator's filesystem behaves just like a real Pocket PC's. All filenames have to specify full, absolute, paths. The path on my laptop to the emulator's filesystem is:
D:\Windows CE Tools\wce300\MS Pocket PC\emulation\palm300

Thus that directory is the root \ of the Pocket PC emulator, and everything else is relative to it.

Dan East

PostPosted: Feb 18, 2002 @ 11:11pm
by Dan East
I just re-read your post. The project folder in which your sources and builds reside have nothing to do with the emulator. After each sucessfull build of an EXE it is copied into the \windows\start menu directory of the emulator by default. You must manually copy any external files (besides DLLs) over to the emulator.

Dan East

PostPosted: Feb 18, 2002 @ 11:17pm
by Daywalker
Again thanks for the fast response. Now only 1 last (propably very dumb) question:
How to copy an char to WCHAR? This here had crashed:
wcscpy (wcharfilename, TEXT("%s",charfilename));