CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2001
    Location
    Canada
    Posts
    65

    how to load makefile to visual studio 2005.

    I am new to makefile.
    I have spent hours but could not figure out how to convert a makefile to vcproj file for Visual studio 2005.
    I know there is a menu item that can import makefile in VC6.
    Can someone help me with this?
    Thanks

  2. #2
    Join Date
    Sep 2001
    Location
    Canada
    Posts
    65

    Question Re: how to load makefile to visual studio 2005.

    I stayed very late last night, no progress.
    I can manually config the .vcproj file according to the makefile.
    Even with manual config, some vcproj don't work.
    I think there is a way to automatically convert makefile (from samples of microsoft) to .vcproj file.
    Your help is very much appreciated.

  3. #3
    Join Date
    Dec 2007
    Posts
    7

    Re: how to load makefile to visual studio 2005.

    Hey - I'm trying to figure out the same thing. Did you find any solution for this?

    Thanks,
    Moshe

  4. #4
    Join Date
    Sep 2001
    Location
    Canada
    Posts
    65

    Re: how to load makefile to visual studio 2005.

    No. this seems hard. but it's supposed to be a common thing to programmers.
    Help needed! Please guys!

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

Featured