If you haven't done so, you need to edit your makefile to make sure it's INCLUDEPATHS and LIBPATHS point to the proper directory of your libraries.
If that isn't it, can you post the error?
After launch Bitcoin.exe throws an Access violation exception in function _initterm_e. It even not enters in WinMain function.
Also Dependency Walker sais "Error processing the module's imports table".
This is my parameters of compilation:
cl /MDd /c /nologo /EHsc /GR /Zm300 /Zi /Os /D_DEBUG /DWIN32 /D__WXMSW__ /D_WINDOWS /DNOPCH /DUSE_UPNP /I"../../boost_1_43_0" /I"../../db-4.7.25.NC/build_windows" /I"../../openssl-1.0.0d/include" /I"../../wxwidgets-2.9.1/lib/vc_lib/mswud" /I"../../wxwidgets-2.9.1/include" /I"../../upnpc-exe-win32-20110215" /DGUI /Foobj\util.obj util.cpp util.cpp
This is my parameters of linking:
link /nologo /SUBSYSTEM:WINDOWS /DEBUG /OUT:bitcoin.exe /LIBPATH:"../../boost_1_43_0/stage/lib" /LIBPATH:"../../db-4.7.25.NC/build_windows/Debug" /LIBPATH:"../../openssl-1.0.0d/out32dll" /LIBPATH:"../../wxwidgets-2.9.1/lib/vc_lib" obj\util.obj obj\script.obj obj\db.obj obj\net.obj obj\irc.obj obj\main.obj obj\rpc.obj obj\init.obj cryptopp\obj\sha.obj cryptopp\obj\cpu.obj obj\ui.obj obj\uibase.obj obj\ui.res wxmsw29ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib libboost_system-vc100-mt-gd.lib libboost_filesystem-vc100-mt-gd.lib libboost_program_options-vc100-mt-gd.lib libboost_thread-vc100-mt-gd.lib libdb47d.lib libeay32.lib "../../upnpc-exe-win32-20110215/miniupnpc.lib" kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib ws2_32.lib shlwapi.lib
Could you show your parameters of compilation\linking?