Thread: export vc++ proj to dev c++

  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    1

    vc++ proj compilation

    hi,
    I m trying to export a vc++ project to dev c++. I read somewhere that i cant migrate the code directly i will have to use winapi.

    My other problem is the code doesnt have any main function. i checked for all the files but couldnt find any.
    i m using someone else's code.
    following is the link. if someone could tell me how to compile and run this proj under dev c++ it would be great.

    link to source code

    thanks
    Jay
    Last edited by jay_uccs; 06-26-2005 at 03:44 AM.

  2. #2
    Registered User
    Join Date
    Jun 2004
    Posts
    722
    I seriouly doubt that can be done. Dev Cpp doesn't suport resources, and probably doesn't read vc++6 project files. You can however create a new project and add the files, but the resources will have to be kept out.
    Also that code seems to be only a addon, not a real program

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. run windows exe
    By munna_dude in forum Linux Programming
    Replies: 3
    Last Post: 10-10-2007, 01:12 AM
  2. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  3. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  4. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  5. Need Help on creating a Proj on Dev C++
    By djxtremor in forum C++ Programming
    Replies: 2
    Last Post: 11-19-2002, 08:24 PM