[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
RE: Win32 version using cygwin
SHGetSpecialFolderPath
Header : shlobj.h
Lib : shell32.lib
You may use my Windows binary port (http://www.iaccarino.de/silvio/winstuff.htm) to create game data - all authoring components are included.
regards,
Silvio
>Hi,
>
>at the moment I'm updating the Palm version to the latest CVS. To get
>the game data I decided to create the windows version using cygwin. Also
>it will be helpful to get the network stuff running under PalmOS. I got
>some compilation problems:
>
>1. fileio.h
>
>#if HAVE_DIRENT_H
># include <dirent.h>
>...
>#elif defined WIN32
># include <windows.h>
>
>leads on my system to not include the windows.h file which then leads to
>all the windows native defines missing. I had to add windows.h by my own.
>
>2. fileio.cpp, get_home_dir()
>
>SHGetSpecialFolderPath is missing at the moment. Someone has a clue what
>to include? I'm in a hurry right now and will investigate more in the
>evening if no one came up with some help :-)
>
>
>Regards
>Henk
>
>
>--
>-------------------------------------------------------------------------
> Henk Jonas
> Palm OS Â certified developer
>
> metaview@xxxxxx www.metaviewsoft.de
>-------------------------------------------------------------------------