Straub, Corey wrote:
Hi Alberto,
Here is what is in the command line:
/OUT:"../../bin/Debug.NET/AgStreamFmt.dll" /INCREMENTAL:NO /NOLOGO /DLL
/MANIFEST
/MANIFESTFILE:".\..\..\lib\Debug.NET\AgStreamFmt\AgStreamFmt.dll.interme
diate.manifest" /DEBUG /PDB:"..\..\bin\Debug.NET\AgStreamFmt.pdb"
/IMPLIB:".\..\..\lib\Debug.NET/AgStreamFmt.lib" /MACHINE:X86
/ERRORREPORT:PROMPT
also in the additional options section it has:
/IGNORE:4222
another note is about how the xerces lib files are included, instead of
being in the project properties there is a libraries folder with a debug
and release folder where the libraries are, I double check and the debug
is being used when in debug and release is used when I am in release.
If you need any other settings let me know.
I'm surprised that xerces-c_2D.lib doesn't appear in the command line.
Also, there are no LIBPATH directories, which I would expect if you're
specifying certain folders for the Xerces-C implib.
For reference, here is a linker command line from one of the Xerces-C samples:
/OUT:".\..\..\..\..\..\Build\Win32\VC8\Debug\StdInParse.exe" /INCREMENTAL
/NOLOGO /LIBPATH:".\..\..\..\..\..\Build\Win32\VC8\Debug" /MANIFEST
/MANIFESTFILE:".\..\..\..\..\..\Build\Win32\VC8\Debug\obj\StdInParse\StdInParse.exe.intermediate.manifest"
/DEBUG /PDB:".\..\..\..\..\..\Build\Win32\VC8\Debug\StdInParse.pdb"
/SUBSYSTEM:CONSOLE /ERRORREPORT:PROMPT xerces-c_3D.lib kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
Are you using some other dependency mechanism?
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]