Line 65:
Line 65:
::: Sorry, programming is not a "function of chance". If it is...then you need to learn how to program! If you're getting an error about SDL_main it's probably the common SDL error people get (not specific to the Wii), caused by not having int main(int argc, char *argv[]) defined, but rather some variant of that instead. --[[User:Tantric|Tantric]] 17:09, 26 July 2009 (UTC)
::: Sorry, programming is not a "function of chance". If it is...then you need to learn how to program! If you're getting an error about SDL_main it's probably the common SDL error people get (not specific to the Wii), caused by not having int main(int argc, char *argv[]) defined, but rather some variant of that instead. --[[User:Tantric|Tantric]] 17:09, 26 July 2009 (UTC)
::::the source code i used is 100% copied and pasted from this tutorial, and it does not follow the convention you describe. clearly something else is awry, because (1) i doubt the author would post impossible-to-compile code, and (2) changing the code to match what you (and many others online) have described does not fix the issue. please do not confuse my unfamiliarity with this toolchain for a lack of programming ability - the function of chance i was referring to is in configuring the toolchain and sdl_wii libs...[[User:Madmanguruman|Madmanguruman]] 21:16, 26 July 2009 (UTC)
::::the source code i used is 100% copied and pasted from this tutorial, and it does not follow the convention you describe. clearly something else is awry, because (1) i doubt the author would post impossible-to-compile code, and (2) changing the code to match what you (and many others online) have described does not fix the issue. please do not confuse my unfamiliarity with this toolchain for a lack of programming ability - the function of chance i was referring to is in configuring the toolchain and sdl_wii libs...[[User:Madmanguruman|Madmanguruman]] 21:16, 26 July 2009 (UTC)
+
:::::What is the exact error message you're getting? Or better yet, you could go onto #wiidev on EFNet if you're still having troubles. --[[User:Tantric|Tantric]] 21:46, 26 July 2009 (UTC)