Hi.

I want to make IDE for different assemblers out there. FASM, TASM, MASM etc.
I already made on for TASM. Works fine. But problem is the commandline options for compilers/linkers.

There are many options for TASM and placing them all in one dialog looks pretty bad (all those checkboxes etc). One thing is to use tabbed dialogs. Actually i tried that. But anyway, is there better method for doing this?
Fact is that many compilers cannot be used once. User can choose what compiler/linker he uses. My idea was to save the whole dialog in some file and load it when necesseray. Second idea: hide all those options dialogs and show only what is "must be" for current compiler/linker? i mean user wants to use TASM: then this time when it opens options dialog then only dialog for tasm linker/assembler will be visible. all others hidden.
This should make it look better? Or not?

Any other ideas are welcome.