Thread: Migrates codes to Visual Studio

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    2

    Unhappy Migrates codes to Visual Studio

    I have implemented an application in the Linux environment with GCC complier.
    Now I would like to continue the development using Visual Studio.
    Direct complie does not work since many libraries are missing.

    Are there any methods to make it works?

    Thank guys for help ~

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Which libraries do you depend on for your Linux build?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jul 2007
    Posts
    2
    Here are some header files I used:
    arpa/inet.h
    poll.h
    stdint.h

    Thanks for your reply, Salem

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM