BlixMax IDE

BlitzMax Forums/BlitzMax Programming/BlixMax IDE

ziggy(Posted 2005) [#1]
I'm writting a BlizMax IDE based on the .NET plattform.
I need to get information about bcc.exe, ar.exe, ld.exe FASM.exe etc.
The way they have to be used to compile and run any bmx program. (with debug mode on and off).
Can anybody help me?
The IDE I'm developing will be freeware, and it will be an adaptation of another powerful IDE I have already developed for the company I work in...

thanks in advance.


SJB(Posted 2005) [#2]
You should be able to do everything you want through calling the bmk utility, rather than using the compiler directly. BMK documented in the docs.


ziggy(Posted 2005) [#3]
thanks! I've seen all the documentation.