Page 1 of 1

Problem creating new app

PostPosted: May 28, 2003 @ 5:56am
by fzammetti

PostPosted: May 28, 2003 @ 8:37am
by scoreman

PostPosted: May 28, 2003 @ 9:32am
by Johan

PostPosted: May 28, 2003 @ 7:00pm
by fzammetti
Yep, removing the extra headers fixed the problem nicely, thank you!

I do however have another problem now... When trying to compile for PPC, specifically the emulator, I get the following error:


Deleting intermediate files and output files for project 'game - Win32 (WCE x86em) Release'.
--------------------Configuration: game - Win32 (WCE x86em) Release--------------------
Compiling resources...
Compiling...
main.cpp
GapiApplication.cpp
Linking...
GapiApplication.obj : error LNK2019: unresolved external symbol _SHFullScreen@8 referenced in function "protected: static long __stdcall CGapiApplication::ToggleFullscreen(struct HWND__ *,int)" (?ToggleFullscreen@CGapiApplication@@KGJPAUHWND__@@H@Z)
X86EMRel/game.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

game.exe - 2 error(s), 0 warning(s)


I'm thinking it can't find a lib, but I don't see any problem with the settings I entered. If you can narrow down where to look that'd be great. Thanks!

PostPosted: May 28, 2003 @ 11:14pm
by StarFury

PostPosted: May 29, 2003 @ 12:07am
by fzammetti

PostPosted: May 29, 2003 @ 12:21am
by fzammetti

PostPosted: May 30, 2003 @ 1:43pm
by Johan