Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Compiling project developed in VC 6.0 .NET Compiler

Compiling project developed in VC 6.0 .NET Compiler

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharphelpquestionc++dotnet
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vini Deep
    wrote on last edited by
    #1

    I have created a dll file and 2 lib files using VC++6.0. I have a tester application which test the functions in these dll and lib files. Now I want to debug my project using vc7.0. I have the .NET framework 1.1 installed(I don't have the MDE). How can I compile the project from the command prompt(cl.exe)? Is there any article which gives me information on this. I have seen the options given in MSDN. Can anyone give me some sample commands. I have tried certain options, but it gives me an error, undeclared, in Program Files\Visual Studio\vc98\Include\Utility. Can anyone help me pls.. Thanks Vini

    C 1 Reply Last reply
    0
    • V Vini Deep

      I have created a dll file and 2 lib files using VC++6.0. I have a tester application which test the functions in these dll and lib files. Now I want to debug my project using vc7.0. I have the .NET framework 1.1 installed(I don't have the MDE). How can I compile the project from the command prompt(cl.exe)? Is there any article which gives me information on this. I have seen the options given in MSDN. Can anyone give me some sample commands. I have tried certain options, but it gives me an error, undeclared, in Program Files\Visual Studio\vc98\Include\Utility. Can anyone help me pls.. Thanks Vini

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      If you created the project in VC6.0 then you don't need the .NET Framework as your application won't be using any of this framework. (Unless of course there is some detail that you've not mentioned that necessitates the presence of the .NET Framework) You may find your answer if you post your question in the Visual C++ Forum.


      "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar "On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871)

      V 1 Reply Last reply
      0
      • C Colin Angus Mackay

        If you created the project in VC6.0 then you don't need the .NET Framework as your application won't be using any of this framework. (Unless of course there is some detail that you've not mentioned that necessitates the presence of the .NET Framework) You may find your answer if you post your question in the Visual C++ Forum.


        "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar "On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871)

        V Offline
        V Offline
        Vini Deep
        wrote on last edited by
        #3

        Thanks.. but the dlls and lib's I have created , I want to test it from a vc.net debugger. So, as the first step i wanted to execute the existing vc6.0 project in .net framework. Can anyone help me with the compiler options? How to link multiple lib files(system lib and user libs), during compilation. Thanks... Vini

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups