Hi all Hi I want to partial build a debuggable dll for sw module
First, I did a entire build on Windows with configure switches: ./configure \ --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC" \ --with-midl-path="/cygdrive/c/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Bin" \ --with-frame-home="/cygdrive/c/Program Files (x86)/Microsoft SDKs/Windows/v7.0A" \ --with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC/Bin" \ --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \ --with-ant-home=/cygdrive/E/lo/apache-ant-1.9.4 \ --with-jdk-home=/cygdrive/E/lo/jdk1.7.0_71 \ --with-nsis-path="/cygdrive/c/Program Files (x86)/NSIS" \ --without-junit \ --disable-directx \ --disable-atl \ --disable-activex \ --disable-nss-module \ --enable-category-b Then I did cd instsetoo_native build --from sw --prepare build debug=t --html --from sw And copied new sw.dll into install directory then attached visual studio, but vs could not stopped at any break point. I don' t know where was wrong and how should I do. Best regards. -- Aron