[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Win32 version using cygwin
- To: crimson-users@xxxxxxxx
- Subject: Win32 version using cygwin
- From: Henk Jonas <MetaView@xxxxxx>
- Date: Wed, 31 Jan 2007 12:21:17 +0100
- Delivered-to: archiver@seul.org
- Delivered-to: crimson-users-outgoing@seul.org
- Delivered-to: crimson-users@seul.org
- Delivery-date: Wed, 31 Jan 2007 06:24:13 -0500
- Reply-to: crimson-users@xxxxxxxx
- Sender: owner-crimson-users@xxxxxxxx
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1
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
-------------------------------------------------------------------------