Is It Possible Vb.net To C++ Ms Studio?


monstercameron

Well-Known Member
Joined
Oct 19, 2010
Messages
1,001
Website
www.thinkteletronics.com
hey i have been doing vb.net classes and i am getting to like the language and i noticed you can use dlls just like c++ but is there a way to use vb and write caanoo apps...like ms studio plugin? or can one write caanoo programs in visual studio in the first place?
 
You cannot use VB.NET or any other .NET language to write Caanoo programs.

You could use Visual Studio with a Caanoo GCC toolchain, but that would just reduce VS to a fancy text editor, as you cannot use all the other features ("project management", debugger etc). Also you still have to learn about how to set up and use a GCC toolchain.

You could also use Visual Studio to write a Windows C/C++ program using SDL with the Caanoo specs in mind. That could then later be easily compiled for the Caanoo. But still at that point you'd have to know your way around the GCC toolchain.
 
Back
Top