renejr902
Active Member
i start reading my C++ book, i had previous experience with turbo pascal and made some app in the past.
RIGHT now i just made a few C++ app, and i want to try to compile it with the Caanoo SDK.
But i dont really know how its work.
and using my C++ book, i modified a few codes from oh boy (emulator) caanoo source and i want to compile oh boy with the caanoo SDK.
but i really dont know how to do it.
i used Visual C++ express. i read that is not a good idea to compile for the caanoo with that
what app i need to compile my app and oh boy source.
i read a lot of things, still im confuse.
and im not sure to understand what the librairies are exactly.
i have a few .cpp files to compiles. and Oh boy source has a lot of files . i dont know which ones i need to compile it.
right now:
i use windows xp
i have visual C++ express installed.
i have GPH SDK for caanoo installed.
i have Dev-C++ installed working and configurated with the wiz sdk , ready to create project
i have installed codeblocks-10.05mingw-setup.exe
Thanks for help.
i would appreciate help. even if it seem hard to explain i will try to understand. THANKS
note: i read a lot of topic in the developer section. BUT WHAT I WANT REALLY IS COMPILE SOURCE WITH SDK AND TRY IT IN MY CAANOO. THANKS
edit: i read SDK 10.08 Guide
and the developer guide
still not sure about a lot of things
i try to configure the sdk directory in compiler setting. after that i start a new project, i choose the gp2x project. and i got a main.cpp. still dont know what to do with my own .cpp file
so i try to compile the 2dtutorial that is include with the SDK. and when i build it i got several errors. nothing is built.
But i can compile the examples Wiz games proeject source codes in .gpe files. its work.
its not easy... Thanks for help.
edit2:
i install this sdk with dev-c++ already configured:
This SDK comes from http://www.gpain.com/bbs4/view.php?id=dev&no=83
This is Dev-C++ from the GPH's GP2X SDK with the Wiz toolchain.
i created a new project app for gp2x wiz. a main.c file appear in the project. i just tried to run and build it and it work i got a black screen with the word SDL.
still dont know where to put my .cpp app i made.
and i dont know how to compile a source code from a gp2x wiz emulator too. each emulator source has a lot of files.
BUT i suceed to compile the wiz games example in .gpe format. i compiled the shooter game shooter.gpe
so i have to understand the real meaning of the .h file, and whats the difference between main.c and easywiz.c
my cpp files are only 1 file by app. i dont have several files for 1 app.
its not easy... Thanks for help.
EDIT: after a lot of reading i begin to understand the difference.
RIGHT now i just made a few C++ app, and i want to try to compile it with the Caanoo SDK.
But i dont really know how its work.
and using my C++ book, i modified a few codes from oh boy (emulator) caanoo source and i want to compile oh boy with the caanoo SDK.
but i really dont know how to do it.
i used Visual C++ express. i read that is not a good idea to compile for the caanoo with that
what app i need to compile my app and oh boy source.
i read a lot of things, still im confuse.
and im not sure to understand what the librairies are exactly.
i have a few .cpp files to compiles. and Oh boy source has a lot of files . i dont know which ones i need to compile it.
right now:
i use windows xp
i have visual C++ express installed.
i have GPH SDK for caanoo installed.
i have Dev-C++ installed working and configurated with the wiz sdk , ready to create project
i have installed codeblocks-10.05mingw-setup.exe
Thanks for help.
i would appreciate help. even if it seem hard to explain i will try to understand. THANKS
note: i read a lot of topic in the developer section. BUT WHAT I WANT REALLY IS COMPILE SOURCE WITH SDK AND TRY IT IN MY CAANOO. THANKS
edit: i read SDK 10.08 Guide
and the developer guide
still not sure about a lot of things
i try to configure the sdk directory in compiler setting. after that i start a new project, i choose the gp2x project. and i got a main.cpp. still dont know what to do with my own .cpp file
so i try to compile the 2dtutorial that is include with the SDK. and when i build it i got several errors. nothing is built.
But i can compile the examples Wiz games proeject source codes in .gpe files. its work.
its not easy... Thanks for help.
edit2:
i install this sdk with dev-c++ already configured:
This SDK comes from http://www.gpain.com/bbs4/view.php?id=dev&no=83
This is Dev-C++ from the GPH's GP2X SDK with the Wiz toolchain.
i created a new project app for gp2x wiz. a main.c file appear in the project. i just tried to run and build it and it work i got a black screen with the word SDL.
still dont know where to put my .cpp app i made.
and i dont know how to compile a source code from a gp2x wiz emulator too. each emulator source has a lot of files.
BUT i suceed to compile the wiz games example in .gpe format. i compiled the shooter game shooter.gpe
so i have to understand the real meaning of the .h file, and whats the difference between main.c and easywiz.c
my cpp files are only 1 file by app. i dont have several files for 1 app.
its not easy... Thanks for help.
EDIT: after a lot of reading i begin to understand the difference.