Thread: PHP Extension : Debuging warning

  1. #1
    Registered User
    Join Date
    Aug 2010
    Posts
    2

    PHP Extension : Debuging warning

    Hi~
    I wrote a php extension with vs2008.
    I inserted breakpoint in the source file and pressed F5 to debuging the extensiong. A warning message box was jumped out.

    PHP Startup:myphpext:Unable to initialize module
    Module compiled with build ID=API20090626,TS,VC9
    PHP compiled with build D=API20090626,TS, debug, VC9
    These options need to match

    It seems that the myphpext extension is not debug version.
    But I already set the properties of the project /Zi and /DEBUG.

    What should i do?
    Help me~

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Build it using the "Debug" configuration?
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-16-2009, 06:00 AM
  2. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  3. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM