Using VC++ Express compiler in Visual Studio 6 IDE
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Yipeee... just had a play making Visual Studio 6 IDE pick up the new Visual C++ Express compiler and tried compiling this simple app using the new C++/CLI and straight away it worked. :):)
#using <System.Windows.Forms.dll> #using <System.dll> #using <System.Drawing.dll> using namespace System; using namespace System::Windows::Forms; public ref class SimpleHelloWorld : public Form { public: SimpleHelloWorld() { Text = "Hello, World."; } }; int main() { Application::Run(gcnew SimpleHelloWorld); }
No intelisense though (as you'd expect) ade me; while(myKitchen.beerInFridge()) { me.watchTV(); me.consumeBeer(myKitchen.getBeerCan()); }