|
-
Sep 29th, 2006, 01:40 AM
#1
Thread Starter
Hyperactive Member
using .net framework with vc7
What do I have to do to get the framework exposed to the code?
Example:
System.Console.Writeline does not exist in the autocomplete menu. What do I have to do?
-
Sep 29th, 2006, 05:52 AM
#2
Re: using .net framework with vc7
Compile with the Managed Extensions for C++.
Of course, in 99% of the cases that's a bad idea. The thing is a glue language, and it's been superseded by 2005's C++/CLR to boot.
Oh yeah, and it's System::Console::WriteLine in C++.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 29th, 2006, 05:09 PM
#3
Thread Starter
Hyperactive Member
Re: using .net framework with vc7
thx CB. I got it all figured out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|