Shalmi wrote:
David Bertoni wrote:
Shalmi wrote:
Hi,
Here is the error log file generated by VC
======================================
Build Log ------- Build started: Project: TestinForDll,
Configuration:
Debug|Win32 -------
Command Lines Creating temporary file
"d:\Shalmi\TestinForDll\TestinForDll\Debug\RSP00002A.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MTd
/Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\TestinForDll.cpp
]
Creating command line "cl.exe
@d:\Shalmi\TestinForDll\TestinForDll\Debug\RSP00002A.rsp /nologo"
Creating temporary file
"d:\Shalmi\TestinForDll\TestinForDll\Debug\RSP00002B.rsp" with contents
[
/OUT:"Debug/TestinForDll.exe" /INCREMENTAL /NOLOGO /DEBUG
/PDB:"Debug/TestinForDll.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86
/VERBOSE:LIB
INPUTXML.lib xerces-c_2D.lib Xalan-C_1D.lib xsec_1.lib SimpleTestDll.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
".\xerces-c_2D.lib" ".\Xalan-C_1D.lib"
...
Finished searching libraries
TestinForDll.obj : error LNK2019: unresolved external symbol
_CreateFinalDOM
referenced in function _main
Debug/TestinForDll.exe : fatal error LNK1120: 1 unresolved externals
Results Build log was saved at
"file://d:\Shalmi\TestinForDll\TestinForDll\Debug\BuildLog.htm"
TestinForDll - 2 error(s), 1 warning(s)
==========================================================================
Any guesses?
That's not a Xerces-C symbol, so you'll need to look at the source code
for
that object file, and determine where it might be coming from .
Dave
Hi,
The function CreateFinalDOM is a function which will call xerces API. That
(CreateFinalDOM)function is residing in my dll. So do my client need
anything special?
You are probably not exporting that function from the DLL; have a look
at http://msdn2.microsoft.com/en-us/library/z4zxe9k8(VS.71).aspx to
learn how you can do it.
Alberto
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]