News:

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

MINGW SUPPORT

Started by prodigy, August 04, 2006, 10:10:39 PM

Previous topic - Next topic

prodigy

I think that if RadASM allowed C++ Support with mingw. This would be the only IDE I would ever use... I would write the INI for mingw myself but I am not that familiar with all the switches... Would be great if someone could add mingw support to the high level package...

Also is someone working on a Code Completion??? That doesn't just read from a file... But parses the includes and stores them into a cache or something similiar is there any work according to that.

Because if there was code completion and mingw support... This would be one of the best IDE's out there... Even compared to commercial IDE's...

Also... How do I modify include directories...

Say I wanted to point to c:/psdk/includes

How do I add that directory so that all the files can be located from that directory?

Such as in other C++ IDE's like MS Visual c++ I just add the directory and bam... I am done.. Thoughts?

prodigy