Hello,
I am new to GP2X Development and I hope you can help me for the final start.
I've sucessfully managed Visual Studio in comibination with devkitGP2X. I've used the tutorial "Using_Visual_C_2005_Express_Edition" from wiki.gp2x.org. I can compile a *.gpe file. But as soon I am trying to work with SDL, I get into problems. It's think it's all about my linker setting thinking.
The story starts that Visual Studio complains with "undefined reference to `SDL_Init'". Okay, now I am adding "SDL.lib" and "SDLmain.lib" to "Additional Dependencies" of the "GCC Linker" entry (Right-Click on the project name -> Properties) and the path to the libs to "Additional Library Paths".
But all I get is "..\..\..\..\arm-linux\bin\ld.exe: cannot find -lSDL.lib"
Any hints for me?
Thank you,
Micha.
I am new to GP2X Development and I hope you can help me for the final start.
I've sucessfully managed Visual Studio in comibination with devkitGP2X. I've used the tutorial "Using_Visual_C_2005_Express_Edition" from wiki.gp2x.org. I can compile a *.gpe file. But as soon I am trying to work with SDL, I get into problems. It's think it's all about my linker setting thinking.
The story starts that Visual Studio complains with "undefined reference to `SDL_Init'". Okay, now I am adding "SDL.lib" and "SDLmain.lib" to "Additional Dependencies" of the "GCC Linker" entry (Right-Click on the project name -> Properties) and the path to the libs to "Additional Library Paths".
But all I get is "..\..\..\..\arm-linux\bin\ld.exe: cannot find -lSDL.lib"
Any hints for me?
Thank you,
Micha.