18.06.2016, 16:14
(This post was last modified: 25.06.2016, 22:21 by Xardas0327.)
I tried to create a modul in code::blocks.
But I have error: WinMain@16
The error is, that I haven't main function.
How can i compile it?
With Visual Studio 2015 Your project is work. But I try create small module, but I have a error.
Error (active) argument of type "char *" is incompatible with parameter of type "const SQChar *"
What did you do that it work?
But I have error: WinMain@16
The error is, that I haven't main function.
How can i compile it?
(29.05.2016, 17:21)Nubzior Wrote: Here you are, its my project for File Loader, build in Visual Studio 2015.
https://mega.nz/#!fUB11YZb!u6GVImRrzzSs-...tGXHRsXgXo
With Visual Studio 2015 Your project is work. But I try create small module, but I have a error.
Error (active) argument of type "char *" is incompatible with parameter of type "const SQChar *"
What did you do that it work?