I’m trying to get some of my SDL code to compile using Project Builder and
the SDL framework, but I get a linker error saying I have no main
function. I definitly have one, but I know that SDL mucks with it and uses
its own. I assume this is the issue. Anyone have more information?
Yeah, you probably assume correctly. Use the project stationary, it
already has the necessary parts included. If you don’t see “SDL
Application” in the new project window, let me know.On Wednesday, August 27, 2003, at 03:01 PM, sdl-request at libsdl.org wrote:
I’m trying to get some of my SDL code to compile using Project Builder
and
the SDL framework, but I get a linker error saying I have no main
function. I definitly have one, but I know that SDL mucks with it and
uses
its own. I assume this is the issue. Anyone have more information?