I have installed visual c++ express 2008 in my windows xp. When I run the command
buildwin 90 rebuild all both win32 samples vcexpress
I get the following :
########################################################################
####
#### STARTING VISUAL STUDIO BUILD (vs90, Win32)
####
########################################################################
The following configurations will be built:
debug_shared
release_shared
debug_static_mt
debug_static_md
release_static_mt
release_static_md
########################################################################
####
#### Building CppUnit
####
########################################################################
########################################################################
####
#### Building Foundation
####
########################################################################
########################################################################
####
#### Building XML
####
########################################################################
########################################################################
####
#### Building Util
####
########################################################################
########################################################################
####
#### Building Net
####
########################################################################
########################################################################
####
#### Building Crypto
####
########################################################################
########################################################################
####
#### Building NetSSL_OpenSSL
####
########################################################################
########################################################################
####
#### Building Data
####
########################################################################
########################################################################
####
#### Building Data/SQLite
####
########################################################################
########################################################################
####
#### Building Data/ODBC
####
########################################################################
Terminate batch job (Y/N)? Y
Now, I don't get any usefull results at all, no *.dll, no *.lib or *.a libraries are generated. THe bin folder only contain CppUnit.dd and CppUnitd.dll. I think there is an other way to build poco in windows, any solution that work for windows is welcomed because I want to create my application in windows plateform. I can use Mingw no problem but I must compile with SSL enabled as I did with Visual express 2008.
Regards





