0 Members and 1 Guest are viewing this topic.
After creating the Render Window, the console window still displays. How do I keep it from displaying?
And to keep main as your entry point (instead of WinMain), you must link to sfml-main.lib.
What do you mean by "link to sfml-main.lib".
Also, what do you mean by "keep main as my entry point".
QuoteWhat do you mean by "link to sfml-main.lib". I mean "link to sfml-main.lib". If you really don't know what this means, then I suggest you read some basic C++ tutorial first.QuoteAlso, what do you mean by "keep main as my entry point".I mean that your entrey point is still the portable "main" and not an OS-specific one like "WinMain".
Anyway, a tutorial is not really a good way to learn C++. It's possible, but much more tedious than a good book.