can you give me a couple of examples to try in a managed C++ console application? not knowing anything about .NET or managed C++ this seemed like a good place to start. adding:
MessageBox::Show();
to the _tmain() doesn't seem to be a sensible test though, and the wizard bar + tooltips are totally off the wall.
the correct include would also be useful, so i will know i have some working code. the wizard bar and tooltip info for the:
Console::WriteLine(S"Hello World");
line that _tmain came with look reasonable to me.