Re: [PHP-WIN] PHP Extension building issue on Win32

2004-07-12 Thread Dietrich Ayala
your vs project lib dirs might not configured correctly in visual studio, go to tools/options, go to the directories tab, and show directories for Library files. add a new entry for {path to your build dir}\win32build\lib, and move it to the top of the list. Vincent Graux wrote: Hello, I follow

[PHP-WIN] PHP Extension building issue on Win32

2004-07-07 Thread Vincent Graux
Hello, I followed instructions at http://www.devnewz.com/090902b.html about setting up correctly a VC++ project for building an extension, and I tried to build the provided "hello world" example. Helas, I still get this "unresolved external symbol" kind of linker errors : Compiling... test1.cpp