I'm trying to get my friend into coding for the ti89 and he says he'll only do it if he can get .NET 2k3 to use the TIGCC compiler.... at first this just seemed a halarity but now that I think about it I don't see why it wouldn't work... could it?
| Author | Comment | ||
|---|---|---|---|
ldle |
.NET using TIGCC? |
Lead | |
|
I'm trying to get my friend into coding for the ti89 and he says he'll only do it if he can get .NET 2k3 to use the TIGCC compiler.... at first this just seemed a halarity but now that I think about it I don't see why it wouldn't work... could it?
|
|||
Kevin Kofler |
Re: .NET using TIGCC? | ||
|
<ldle> Trying to get my friend interested in ti-coding and he says:
<ldle> I'll only get into it if I can get your tigcc compiler to work with the .NET IDE <ldle> At first this seemed preposterous, but I suppose its technically possible? <ldle> Any idea? <Kevin_Kofler> I think that's a really wacky idea. <Kevin_Kofler> The .NET IDE is for .NET or Win32 development. <Kevin_Kofler> The TIGCC IDE is for TIGCC development. <ldle> Well those are obvious facts <ldle> But I know I've heard of .NET running gcc <ldle> So is the tigcc set up very much more involved than a regular gcc setup? <ldle> Probably just different command lines? <Kevin_Kofler> Probably, but I really can't support setups like that, I don't even use VS .NET, it's up to you to figure out how to do it. |
|||
JimRandomH |
Re: .NET using TIGCC? | ||
|
Well, you can use Makefiles in the .NET IDE. But in that case, you'd be using it as just a text editor, not an IDE, and Microsoft's version of make isn't very good anyways.
|
|||