Results 1 to 3 of 3

Thread: using .net framework with vc7

  1. #1

    Thread Starter
    Hyperactive Member Sneeden's Avatar
    Join Date
    Oct 2001
    Location
    Sneedville
    Posts
    258

    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?
    balls deep in bad code

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  3. #3

    Thread Starter
    Hyperactive Member Sneeden's Avatar
    Join Date
    Oct 2001
    Location
    Sneedville
    Posts
    258

    Re: using .net framework with vc7

    thx CB. I got it all figured out.
    balls deep in bad code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width