IDE and libs
Jack3
Posts: 55
Lets assume for example I just totally hate the functionality of the Simple IDE text editor. But I really like a C/C++ IDEtext editor called Visual C++.
I know very little about compilers and any command line stuff to make them work so bear with me please.
No need to assume, I really like the way the VC keeps my tabs, braces, and reminders for same, unlike the Simple IDE.
Do I just need to put the library and header files in the path for that program to be able to compile them? Or, is it not possible to use a Microsoft product with a GCC product? (Which I wouldn't put past MS, but I digress)
Is my only solution to write my code in the one I prefer, then copy and paste to the other so it can be compiled and uploaded?
Thanks for your opinions.
I know very little about compilers and any command line stuff to make them work so bear with me please.
No need to assume, I really like the way the VC keeps my tabs, braces, and reminders for same, unlike the Simple IDE.
Do I just need to put the library and header files in the path for that program to be able to compile them? Or, is it not possible to use a Microsoft product with a GCC product? (Which I wouldn't put past MS, but I digress)
Is my only solution to write my code in the one I prefer, then copy and paste to the other so it can be compiled and uploaded?
Thanks for your opinions.
Comments
https://sites.google.com/site/propellergcc/documentation/tutorials
Edit: and anyway, you can always use VC++ just as an editor and have an external make file and command line operations.
Hooking into Simple IDE and its libraries is on my to todo list - I'll see if I can get that figured out tonight and provide an example project or two.