Results 1 to 3 of 3

Thread: Native?

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Native?

    My mate just told me that VC++ .net compiles to intermediate code rather than native. Is this true and if so is there any way to force VC++ to compile to native?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    The way I understand it (I am not using VC++ right now):

    If you are using managed code, then no, you can't compile to native because it is managed code that needs the CLR.

    If you don't using any .Net specific things, then you can compile to native if you want. I know this is possible because MS was raving about how this compiler is the most compliant one ever or something like that.

  3. #3

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Ah, you've just won me a fiver!

    Cheers.
    I don't live here any more.

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