SDL and PocketPC

Hello,
I’m a developer who has been trying to get SDL and PocketPC to work together.
I get unresolved externals when trying to build it. Linker says it can’t
find where SDL_HasMMX() is defined. Anyone been able to get this to work?

Compman wrote:

Hello,
I’m a developer who has been trying to get SDL and PocketPC to work
together.
I get unresolved externals when trying to build it. Linker says it
can’t find where SDL_HasMMX() is defined. Anyone been able to get this
to work?

You probably need to add SDL_cpuinfo.c to the project files (it’s
located in src/cpuinfo/)
If you do, you could even submit those new project files :slight_smile:

Stephnae

That was it! Wonderful, I’d submit the file, but I’ve already made other
changes to it (like adding ARM cpu support rather than just emulator). :-\

-Compman

At 08:47 PM 5/31/2004, you wrote:>Compman wrote:

Hello,
I’m a developer who has been trying to get SDL and PocketPC to work together.
I get unresolved externals when trying to build it. Linker says it can’t
find where SDL_HasMMX() is defined. Anyone been able to get this to work?

You probably need to add SDL_cpuinfo.c to the project files (it’s located
in src/cpuinfo/)
If you do, you could even submit those new project files :slight_smile:

Stephnae


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl