Page 1 of 1

Question about VS

PostPosted: Thu Mar 08, 2012 12:57 am
by patmaster
Hi,

I habe VS C++ Express installed but obviously that isn't compatible with the plugin for cobra.
Which VS do i need ? Does it only work with the paid version ?

I've also tried naja but that just wont run on my machine (saying there's an error and it has to close -.-).

Which free IDE can you recommend ?

Thanks !

Re: Question about VS

PostPosted: Thu Mar 08, 2012 12:32 pm
by Charles
You should be able to download the standalone version of it and use that, although I haven't checked in on that in awhile. Maybe Matthew Strawbridge will chime in.

See the VisualStudio wiki page.

Many people simply use their fav editor and either the command line or some custom editor commands to invoke the compiler. There are also several wiki pages with debugging tips. Some additional links:

DebuggingTopics
EditorSupport
IDESupport

Re: Question about VS

PostPosted: Thu Mar 08, 2012 11:35 pm
by patmaster
Thx, I'll check it out.