Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. GNU C++ Compiler

GNU C++ Compiler

Scheduled Pinned Locked Moved The Lounge
c++question
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ravish
    wrote on last edited by
    #1

    Is there GNU C++ compiler for win32 platforms ? Can we access win32 dlls from them ? Does it support STL ? Any links, tips would be helpful. Thanks

    M Z 2 Replies Last reply
    0
    • R Ravish

      Is there GNU C++ compiler for win32 platforms ? Can we access win32 dlls from them ? Does it support STL ? Any links, tips would be helpful. Thanks

      M Offline
      M Offline
      markkuk
      wrote on last edited by
      #2

      Yes, see MinGW or Cygwin. GCC supports STL.

      R 1 Reply Last reply
      0
      • M markkuk

        Yes, see MinGW or Cygwin. GCC supports STL.

        R Offline
        R Offline
        Ravish
        wrote on last edited by
        #3

        Thanks for the link. For long I have developed with VC++. In MinGW web site I saw the reference to win32api package. Why is this necessary. Is it not possible to link the application compiled with GNU compiler with User32.lib, kernel32.lib etc which come with Microsoft SDK ?

        M 1 Reply Last reply
        0
        • R Ravish

          Is there GNU C++ compiler for win32 platforms ? Can we access win32 dlls from them ? Does it support STL ? Any links, tips would be helpful. Thanks

          Z Offline
          Z Offline
          zack
          wrote on last edited by
          #4

          Check http://www.bloodshed.net/ for a good Developement GUI-IDE that is using one of the latest GNU C++ Compiler for Win32 Zack :rolleyes:

          1 Reply Last reply
          0
          • R Ravish

            Thanks for the link. For long I have developed with VC++. In MinGW web site I saw the reference to win32api package. Why is this necessary. Is it not possible to link the application compiled with GNU compiler with User32.lib, kernel32.lib etc which come with Microsoft SDK ?

            M Offline
            M Offline
            markkuk
            wrote on last edited by
            #5

            Apparently the standard .lib import libraries don't work with GCC, that's why you need the import libs in win32api.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups