Search found 2 matches
- Sun Jun 20, 2010 6:01 am
- Forum: devkitARM
- Topic: Setting up devkitARM with Visual C++ 2010 Express
- Replies: 4
- Views: 8528
Re: Setting up devkitARM with Visual C++ 2010 Express
Looks like you're set up fine, you just haven't defined a main function in your app. This one is usually caused by not putting source files in the source folder in the template. I just checked and yeah, the main file wasn't in the source folder (I hadn't actually created a source folder yet). Also ...
- Thu Jun 17, 2010 12:11 am
- Forum: devkitARM
- Topic: Setting up devkitARM with Visual C++ 2010 Express
- Replies: 4
- Views: 8528
Setting up devkitARM with Visual C++ 2010 Express
I've searched numerous times looking for something that would explain how to setup the devkitARM toolchain for at least Visual C++ 2008 Express, but really, nothing I've found is working out properly. Apparently there used to be a little guide on this site that said how to do this, however it's no ...