On 2014-01-08 12:17, Manu wrote:
Right... well, I don't really care how it is, I just want the wiki to be updated with the 'standard' way. I will then copy and paste into my code, and ideally everyone's startup code will look the same. I have to say though, requiring additional linker arguments is pretty lame. I'd definitely rather not, if I was voting on a standard approach.
Using a standard main function allows you do use the same code on all platforms. You most likely will need different linker flags anyway.
-- /Jacob Carlborg
