Mail Archives: djgpp/1998/07/01/22:00:53
SWars Matt wrote:
>
> I was wondering if anyone had ever tried writing some kind of script or add-in
> to Microsoft Developer studio so that it could use DJGPP to create DOS
> programs. Considering that it already can function with a variety of compilers
> (Visual C++, Visual J++, etc.), could it be made to use DJGPP? The IDE already
> has a lot of nice built-in features, maybe an option could be set that would
> allow it to call gcc instead of cl to do the actual compiling. I could try
> doing this myself, but currently I don't have the time, so I was wondering if
> anyone else has tried this. I prefer the Windows-style IDE of devstudio, but I
> still want to be able to write DOS programs with graphics, so right now I use
> two different IDEs (devstudio for Visual C++/Windows programs, rhide for
> DJGPP/DOS programs). I'd like to use one IDE for both.
DevStudio's Tools menu is configurable. You can add the DJGPP compiler
as a "Tool" by specifying the command line. When you invoke the tool,
the command line is called for the currently edited file and any
stdout/strerr is redirected to the Output window.
You cannot use the gdb debugger this way, though.
--
Weiqi Gao
weiqigao AT a DOT crl DOT com
- Raw text -