Building SDL DLL for WindowsCE with embedded VC++ 4.0

Hello!

I took the source snapshot for SDL 1.2 (Updated Jan 27th) together with
the files attached to Bugzilla Bug 47 post
(https://bugzilla.libsdl.org/show_bug.cgi?id=47). I used the SDL.VCW
project file included there and tried to build the DLL. I get the
following error:

d:\delo\src\sdl-1.2\include\sdl_types.h(28) : fatal error C1083: Cannot
open include file: ‘sys/types.h’: No such file or directory

Am I using the correct source, and if not can anyone tell me where i can
find the correct one?

Thanks–
Marko Djukic

Hi,

This patch was against CVS SDL, not against 1.2.9 release build, so
some things may be desynchronized.
So use already compiled dll/lib files from there and within a week I’m
going to commit the next patch for WinCE support to CVS SDL that will
fix everything. After that you will be able to download CVS version
and compile WinCE sdl without any particular warning, but now for
development use already compiled binaries.>

I took the source snapshot for SDL 1.2 (Updated Jan 27th) together with
the files attached to Bugzilla Bug 47 post
(https://bugzilla.libsdl.org/show_bug.cgi?id=47). I used the SDL.VCW
project file included there and tried to build the DLL. I get the
following error:

d:\delo\src\sdl-1.2\include\sdl_types.h(28) : fatal error C1083: Cannot
open include file: ‘sys/types.h’: No such file or directory

Am I using the correct source, and if not can anyone tell me where i can
find the correct one?


Best regards,
Dmitry Yakimov, ISDEF member
ActiveKitten.com

Hi,

This patch was against CVS SDL, not against 1.2.9 release build, so
some things may be desynchronized.

CVS code is also in the process of being overhauled with the addition
of SDL_config.h, which is only set up for UNIX-style builds at the moment.
I’ll be adding support for system-specific default configs soon.

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment