News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

MinGW support

Started by Monolith, July 11, 2009, 07:55:52 AM

Previous topic - Next topic

Monolith

I just recently looked into creating a programming language file for mingw compiler and here it is, however, I am having a slight problem with templates, the output for resources is .o and so is output for the main .cpp  so i had to rename the resource file rc.o, so maybe KetilO can take a look and suggest a better way, but there is support for Windows GUI, Console, and Dll so far with a sample DialogApp project included. :U

Edit: bug fix new upload

[attachment deleted by admin]

KetilO

Hi Monolith

If the compiler accepts it, I suggest using Project.rc.o

KetilO

Monolith

#2
Thank you KetilO, the compiler accepts it, I'll try to make some templates and reupload.