Hello,

Trying to compile pwlib for Windows Mobile in Visual Studio 2008. I can get it to compile under Win32 but not under Windows Mobile 6 Professional SDK. I've been able to workaround a lot of errors so far, but one I'm really stuck on is:

error C3861: '_fullpath': identifier not found

though when I right click and Go To Definition, it opens stdlib.h, which is included in my source code.

Anyway, I read something about CRT functions not working in Windows Mobile... so, is there any workaround to this?

I apologize if I haven't given enough info. I don't come to these forums very often and I'm pretty new to this Visual C++ stuff!

Thanks in advance.