IDE for a compiler?

Started by
2 comments, last by tuxx 22 years, 5 months ago
Hey all, I was thinking, how would you build an IDE for a compiler(Borland C++ maybe), because I know how to do that stuff about compilers and stuff, but what I dont know how to do is stuff like actually compiling the code. What I''m saying is there any wasy I can run a program from my progam? Also i was thinking, how do you do stuff like coloring text?
[email=dumass@poppet.com]dumass@poppet.com[/email]
Advertisement
I believe if you call system("program.exe") or something along those lines it will run another program. Do a search on http://msdn.microsoft.com if that doesn''t work and you can probably get the exact function, but I believe that is correct.
Under Windows, you can also use ShellExecute().
For a syntax-colouring edit component that''s free with source, try SynEdit.

Steve ''Sly'' Williams  Monkey Wrangler  Krome Studios
Steve 'Sly' Williams  Monkey Wrangler  Krome Studios
turbo game development with Borland compilers

This topic is closed to new replies.

Advertisement