PHP5 Visual Studio. WTF php5nts_debug.lib ???

Discussion in 'C' started by nattsurf123, Mar 24, 2010.

  1. nattsurf123

    nattsurf123 New Member

    Joined:
    Jan 27, 2010
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    I got this error when I tried to compile:
    So as usual I did a search on Google. WTF no hits about this file. I did a search on Yahoo and got about 9 hits. None of them in an article or help. They where all in the older Visual Studio .dsp file. It is like they put it there just to make it harder to compile PHP5 on windows.
    There is just no information of what the file does and why it is in linker input additional dependencies. My approach is just to remove it and go from there.
    Has anyone any information about the file and why it is there.
    I would be really happy to know about it.
    Grateful for your comment.
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Just remove it from the project. Then instead of a "missing library" error you may or may not get any "missing symbols" errors. If you get no missing symbols then the library wasn't needed. If you do get missing symbols then you can Google them instead and find out what library they are defined in.
     
  3. nattsurf123

    nattsurf123 New Member

    Joined:
    Jan 27, 2010
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Reading this I'm dead sure you are a very experienced programmer.
    Thanks for the answer it helped me a lot.

    :angel:
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice