A89: So how's everyone doing?


[Prev][Next][Index][Thread]

A89: So how's everyone doing?




I get the feeling there's not a whole lot of us here. Heh.

I'm wondering if anybody using TI-GCC has set it up similar to the way I
have. I like to use MS Visual C++ for all my code editing, wether that's
C/C++, HTML, PHP... whatever. I'm also very fond of the Visual debugger. So
for the program I'm working on now I have some conditional compilation
statements to set it to compile under TI-GCC or Visual. I have a file called
dummy.h that is included when compiling under Visual that defines all the
TI-GCC functions I'm using to do something appropriate (usually nothing).
It's kind of neat and it lets me debug using Visual.

I've also set up a custom tool in Visual that invokes TI-GCC to compile the
current file and the output shows up in the Visual output window. I don't
have to use a DOS box at all. Nifty, eh?

-Kevin