Search:

Type: Posts; User: Codeplug

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    3,575

    MinGW will always use main() as the entry point...

    MinGW will always use main() as the entry point if it is available - falling back on WinMain() if main() isn't found.

    It is more common for Windows GUI apps to use WinMain() as the the entry...
  2. Replies
    5
    Views
    3,575

    i386 and x86-64 Windows Options - Using the GNU...

    i386 and x86-64 Windows Options - Using the GNU Compiler Collection (GCC)

    Use -mwindows to specify a non-console subsystem.

    gg
Results 1 to 2 of 2