The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Monolith on July 11, 2009, 07:55:52 AM

Title: MinGW support
Post by: Monolith on July 11, 2009, 07:55:52 AM
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]
Title: Re: MinGW support
Post by: KetilO on July 13, 2009, 08:18:31 AM
Hi Monolith

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

KetilO
Title: Re: MinGW support
Post by: Monolith on July 13, 2009, 11:13:31 PM
Thank you KetilO, the compiler accepts it, I'll try to make some templates and reupload.