importing a tlb in Visual Studio 2005

K

kurt.kurtsmith

I am trying to import a tlb from a COM server(exe) I wrote with the
following statement:

#import "C:\\em2\\EM\\src\\core\\UMOSEFax\\Debug\\UMOSEFax.tlb"
no_namespace auto_search

the tlh and tli are generated in the debug directory but I get the
following error:

Error 1 error LNK2019: unresolved external symbol "long __cdecl
_com_dispatch_method(struct IDispatch *,long,unsigned short,unsigned
short,void *,wchar_t const *,...)" (?
_com_dispatch_method@@YAJPAUIDispatch@@JGGPAXPB_WZZ) referenced in
function "public: short __thiscall IUMOSEFax::AddFile(class
_bstr_t)" (?AddFile@IUMOSEFax@@QAEFV_bstr_t@@@Z) command.obj

Is there some linker setting I am missing here? The DLL I am trying
to compile is unmanaged.
 
C

Carl Daniel [VC++ MVP]

I am trying to import a tlb from a COM server(exe) I wrote with the
following statement:

#import "C:\\em2\\EM\\src\\core\\UMOSEFax\\Debug\\UMOSEFax.tlb"
no_namespace auto_search

the tlh and tli are generated in the debug directory but I get the
following error:

Error 1 error LNK2019: unresolved external symbol "long __cdecl
_com_dispatch_method(struct IDispatch *,long,unsigned short,unsigned
short,void *,wchar_t const *,...)" (?
_com_dispatch_method@@YAJPAUIDispatch@@JGGPAXPB_WZZ) referenced in
function "public: short __thiscall IUMOSEFax::AddFile(class
_bstr_t)" (?AddFile@IUMOSEFax@@QAEFV_bstr_t@@@Z) command.obj

Is there some linker setting I am missing here? The DLL I am trying
to compile is unmanaged.

It looks like you're missing comsupp.lib from your linker inputs, or
possibly your library path is incorrect so the linker is finding an
incorrect version. I believe that the compiler-generated files
automatically reference the correct library (there are actually 4 different
libraries), so I'd lean towards the lib path being off. Try adding /verbose
to your linker settings to see where (or if!) the linker is finding
comsupp[w][d].lib.

-cd
 
K

kurt.kurtsmith

I am trying to import a tlb from a COM server(exe) I wrote with the
following statement:
#import "C:\\em2\\EM\\src\\core\\UMOSEFax\\Debug\\UMOSEFax.tlb"
no_namespace auto_search
the tlh and tli are generated in the debug directory but I get the
following error:
Error 1 error LNK2019: unresolved external symbol "long __cdecl
_com_dispatch_method(struct IDispatch *,long,unsigned short,unsigned
short,void *,wchar_t const *,...)" (?
_com_dispatch_method@@YAJPAUIDispatch@@JGGPAXPB_WZZ) referenced in
function "public: short __thiscall IUMOSEFax::AddFile(class
_bstr_t)" (?AddFile@IUMOSEFax@@QAEFV_bstr_t@@@Z) command.obj
Is there some linker setting I am missing here? The DLL I am trying
to compile is unmanaged.

It looks like you're missing comsupp.lib from your linker inputs, or
possibly your library path is incorrect so the linker is finding an
incorrect version. I believe that the compiler-generated files
automatically reference the correct library (there are actually 4 different
libraries), so I'd lean towards the lib path being off. Try adding /verbose
to your linker settings to see where (or if!) the linker is finding
comsupp[w][d].lib.

-cd- Hide quoted text -

- Show quoted text -

Here is the verbose output. I am assuming it is finding the right
comsupp.lib as it finds the 8.0 version?

------ Rebuild All started: Project: UMOSEFaxPrint, Configuration:
Debug Win32 ------
Deleting intermediate and output files for project 'UMOSEFaxPrint',
configuration 'Debug|Win32'
Compiling...
ddihook.cpp
debug.cpp
devmode.cpp
dllentry.cpp
enable.cpp
intrface.cpp
Generating Code...
Compiling...
command.cpp
c:\em2\em\src\core\umosefaxprint\command.cpp(255) : warning C4101:
'pDispatch' : unreferenced local variable
c:\em2\em\src\core\umosefaxprint\command.cpp(254) : warning C4101:
'ppvObj' : unreferenced local variable
c:\em2\em\src\core\umosefaxprint\command.cpp(253) : warning C4101:
'm_dwActiveACDID' : unreferenced local variable
Compiling resources...
Compiling manifest to resources...
Linking...
Starting pass 1
Processed /DEFAULTLIB:uuid.lib
Processed /DEFAULTLIB:comsupp.lib
Processed /DEFAULTLIB:user32.lib
Processed /DEFAULTLIB:blush:le32.lib
Processed /DEFAULTLIB:blush:leaut32.lib
Processed /DEFAULTLIB:LIBCMTD
Processed /DEFAULTLIB:OLDNAMES
Searching libraries
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\comsupp.lib:
Found "void __stdcall _com_issue_error(long)" (?
_com_issue_error@@YGXJ@Z)
Referenced in command.obj
Loaded comsupp.lib(comsupp.obj)
Found "void __stdcall _com_raise_error(long,struct IErrorInfo
*)" (?_com_raise_error@@YGXJPAUIErrorInfo@@@Z)
Referenced in comsupp.lib(comsupp.obj)
Loaded comsupp.lib(comraise.obj)
Found "long __cdecl _com_invoke_helper(struct IDispatch
*,long,unsigned short,unsigned short,void *,unsigned short const
*,char *,struct IErrorInfo * *)" (?
_com_invoke_helper@@YAJPAUIDispatch@@JGGPAXPBGPADPAPAUIErrorInfo@@@Z)
Referenced in comsupp.lib(comsupp.obj)
Loaded comsupp.lib(invkprxy.obj)
Found "long __stdcall _com_handle_excepinfo(struct tagEXCEPINFO
&,struct IErrorInfo * *)" (?
_com_handle_excepinfo@@YGJAAUtagEXCEPINFO@@PAPAUIErrorInfo@@@Z)
Referenced in comsupp.lib(invkprxy.obj)
Loaded comsupp.lib(invkerr.obj)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\kernel32.lib:
Found __imp__DebugBreak@0
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__CreateFileW@28
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetTempFileNameW@16
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetTempPathW@8
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__InterlockedDecrement@4
Referenced in command.obj
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__OutputDebugStringA@4
Referenced in debug.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__OutputDebugStringW@4
Referenced in debug.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetLastError@4
Referenced in devmode.obj
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__InterlockedIncrement@4
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__CloseHandle@4
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetLastError@0
Referenced in intrface.obj
Referenced in comsupp.lib(invkprxy.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__WriteFile@20
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__LocalFree@4
Referenced in comsupp.lib(comraise.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__lstrlenW@4
Referenced in comsupp.lib(invkprxy.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __IMPORT_DESCRIPTOR_KERNEL32
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Loaded kernel32.lib(KERNEL32.dll)
Found __NULL_IMPORT_DESCRIPTOR
Referenced in kernel32.lib(KERNEL32.dll)
Loaded kernel32.lib(KERNEL32.dll)
Found KERNEL32_NULL_THUNK_DATA
Referenced in kernel32.lib(KERNEL32.dll)
Loaded kernel32.lib(KERNEL32.dll)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\user32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\gdi32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\winspool.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\comdlg32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\advapi32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\shell32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\ole32.lib:
Found __imp__CoUninitialize@0
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__CoGetClassObject@20
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__CLSIDFromProgID@8
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__CoInitialize@4
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__StringFromGUID2@12
Referenced in intrface.obj
Loaded ole32.lib(ole32.dll)
Found __IMPORT_DESCRIPTOR_ole32
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Loaded ole32.lib(ole32.dll)
Found ole32_NULL_THUNK_DATA
Referenced in ole32.lib(ole32.dll)
Loaded ole32.lib(ole32.dll)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\oleaut32.lib:
Found __imp__SysAllocString@4
Referenced in command.obj
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__SysFreeString@4
Referenced in command.obj
Referenced in comsupp.lib(invkerr.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__GetErrorInfo@8
Referenced in comsupp.lib(comsupp.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__VariantChangeType@16
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__VariantClear@4
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__VariantInit@4
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__SetErrorInfo@8
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__CreateErrorInfo@4
Referenced in comsupp.lib(invkerr.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __IMPORT_DESCRIPTOR_OLEAUT32
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Loaded oleaut32.lib(OLEAUT32.dll)
Found OLEAUT32_NULL_THUNK_DATA
Referenced in oleaut32.lib(OLEAUT32.dll)
Loaded oleaut32.lib(OLEAUT32.dll)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\uuid.lib:
Found _IID_IDispatch
Referenced in command.obj
Loaded uuid.lib(oaidl_i.obj)
Found _IID_IClassFactory
Referenced in command.obj
Referenced in intrface.obj
Loaded uuid.lib(unknwn_i.obj)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\odbc32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\odbccp32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\LIBCMTD.lib:
Found _strlen
Referenced in command.obj
Loaded LIBCMTD.lib(strlen.obj)
Found _wcscat
Referenced in command.obj
Loaded LIBCMTD.lib(wcscat.obj)
Found _wcsncpy
Referenced in command.obj
Loaded LIBCMTD.lib(wcsncpy.obj)
Found _wcslen
Referenced in command.obj
Loaded LIBCMTD.lib(wcslen.obj)
Found _memset
Referenced in command.obj
Referenced in intrface.obj
Referenced in comsupp.lib(invkprxy.obj)
Loaded LIBCMTD.lib(memset.obj)
Found ___security_cookie
Referenced in command.obj
Referenced in intrface.obj
Referenced in comsupp.lib(invkprxy.obj)
Loaded LIBCMTD.lib(gs_cookie.obj)
Found ___CxxFrameHandler3
Referenced in command.obj
Referenced in intrface.obj
Loaded LIBCMTD.lib(trnsctrl.obj)
Found @__security_check_cookie@4
Referenced in command.obj
Referenced in intrface.obj
Referenced in comsupp.lib(invkprxy.obj)
Referenced in LIBCMTD.lib(trnsctrl.obj)
Loaded LIBCMTD.lib(secchk.obj)
Found @_RTC_CheckStackVars@8
Referenced in command.obj
Referenced in intrface.obj
Loaded LIBCMTD.lib(stack.obj)
Found __chkstk
Referenced in command.obj
Loaded LIBCMTD.lib(chkstk.obj)
Found __RTC_Shutdown
Referenced in dllentry.obj
Referenced in enable.obj
Referenced in intrface.obj
Referenced in command.obj
Referenced in ddihook.obj
Referenced in debug.obj
Referenced in devmode.obj
Loaded LIBCMTD.lib(init.obj)
Found "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)
Referenced in comsupp.lib(comraise.obj)
Referenced in command.obj
Referenced in debug.obj
Referenced in enable.obj
Referenced in intrface.obj
Loaded LIBCMTD.lib(dbgdel.obj)
Found "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
Referenced in command.obj
Referenced in debug.obj
Referenced in enable.obj
Referenced in intrface.obj
Loaded LIBCMTD.lib(new.obj)
Found __vsnprintf
Referenced in debug.obj
Loaded LIBCMTD.lib(vsnprint.obj)
Found _vswprintf
Referenced in debug.obj
Loaded LIBCMTD.lib(vswprintf.obj)
Found _strrchr
Referenced in debug.obj
Loaded LIBCMTD.lib(strrchr.obj)
Found _memcpy
Referenced in devmode.obj
Loaded LIBCMTD.lib(memcpy.obj)
Found __assert
Referenced in enable.obj
Referenced in intrface.obj
Loaded LIBCMTD.lib(assert.obj)
Found "const type_info::`vftable'" (??_7type_info@@6B@)
Referenced in intrface.obj
Referenced in comsupp.lib(comraise.obj)
Referenced in LIBCMTD.lib(new.obj)
Loaded LIBCMTD.lib(typinfo.obj)
Found _memcmp
Referenced in intrface.obj
Loaded LIBCMTD.lib(memcmp.obj)
Found __DllMainCRTStartup@12
Loaded LIBCMTD.lib(dllcrt0.obj)
Found __CxxThrowException@8
Referenced in comsupp.lib(comraise.obj)
Referenced in LIBCMTD.lib(new.obj)
Loaded LIBCMTD.lib(throw.obj)
Found __fltused
Referenced in comsupp.lib(invkprxy.obj)
Loaded LIBCMTD.lib(fpinit.obj)
Found __except_handler4
Referenced in comsupp.lib(invkprxy.obj)
Referenced in LIBCMTD.lib(dbgdel.obj)
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(chandler4.obj)
Found __alloca_probe_16
Referenced in comsupp.lib(invkprxy.obj)
Loaded LIBCMTD.lib(alloca16.obj)
Found __VEC_memzero
Referenced in LIBCMTD.lib(memset.obj)
Loaded LIBCMTD.lib(p4_memset.obj)
Found ___sse2_available
Referenced in LIBCMTD.lib(memset.obj)
Referenced in LIBCMTD.lib(memcpy.obj)
Loaded LIBCMTD.lib(mathfcns.obj)
Found ___InternalCxxFrameHandler
Referenced in LIBCMTD.lib(trnsctrl.obj)
Loaded LIBCMTD.lib(frame.obj)
Found __CallSettingFrame@12
Referenced in LIBCMTD.lib(trnsctrl.obj)
Referenced in LIBCMTD.lib(frame.obj)
Loaded LIBCMTD.lib(lowhelpr.obj)
Found __getptd
Referenced in LIBCMTD.lib(trnsctrl.obj)
Referenced in LIBCMTD.lib(frame.obj)
Loaded LIBCMTD.lib(tidtable.obj)
Found "void __cdecl _inconsistency(void)" (?
_inconsistency@@YAXXZ)
Referenced in LIBCMTD.lib(trnsctrl.obj)
Referenced in LIBCMTD.lib(frame.obj)
Loaded LIBCMTD.lib(hooks.obj)
Found ___report_gsfailure
Referenced in LIBCMTD.lib(secchk.obj)
Loaded LIBCMTD.lib(gs_report.obj)
Found "void __cdecl _RTC_Failure(void *,int)" (?
_RTC_Failure@@YAXPAXH@Z)
Referenced in LIBCMTD.lib(stack.obj)
Loaded LIBCMTD.lib(error.obj)
Found __RTC_SetErrorFuncW
Referenced in LIBCMTD.lib(init.obj)
Loaded LIBCMTD.lib(userapi.obj)
Found __CRT_RTC_INITW
Referenced in LIBCMTD.lib(init.obj)
Loaded LIBCMTD.lib(chkesp.obj)
Found __unlock
Referenced in LIBCMTD.lib(dbgdel.obj)
Referenced in LIBCMTD.lib(tidtable.obj)
Loaded LIBCMTD.lib(mlock.obj)
Found __free_dbg
Referenced in LIBCMTD.lib(dbgdel.obj)
Referenced in LIBCMTD.lib(dllcrt0.obj)
Referenced in LIBCMTD.lib(tidtable.obj)
Referenced in LIBCMTD.lib(mlock.obj)
Loaded LIBCMTD.lib(dbgheap.obj)
Found __CrtDbgReportW
Referenced in LIBCMTD.lib(dbgdel.obj)
Referenced in LIBCMTD.lib(vsnprint.obj)
Referenced in LIBCMTD.lib(chkesp.obj)
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(dbgrptw.obj)
Found _atexit
Referenced in LIBCMTD.lib(new.obj)
Loaded LIBCMTD.lib(onexit.obj)
Found __callnewh
Referenced in LIBCMTD.lib(new.obj)
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(handler.obj)
Found "public: __thiscall std::exception::exception(class
std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
Referenced in LIBCMTD.lib(new.obj)
Referenced in LIBCMTD.lib(frame.obj)
Loaded LIBCMTD.lib(stdexcpt.obj)
Found __flsbuf
Referenced in LIBCMTD.lib(vsnprint.obj)
Loaded LIBCMTD.lib(_flsbuf.obj)
Found __output_l
Referenced in LIBCMTD.lib(vsnprint.obj)
Loaded LIBCMTD.lib(output.obj)
Found __invalid_parameter
Referenced in LIBCMTD.lib(vsnprint.obj)
Referenced in LIBCMTD.lib(dbgheap.obj)
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(output.obj)
Loaded LIBCMTD.lib(invarg.obj)
Found __errno
Referenced in LIBCMTD.lib(_flsbuf.obj)
Referenced in LIBCMTD.lib(output.obj)
Referenced in LIBCMTD.lib(vsnprint.obj)
Referenced in LIBCMTD.lib(mlock.obj)
Referenced in LIBCMTD.lib(dbgheap.obj)
Referenced in LIBCMTD.lib(dbgrptw.obj)
Loaded LIBCMTD.lib(dosmap.obj)
Found __vswprintf
Referenced in LIBCMTD.lib(vswprintf.obj)
Loaded LIBCMTD.lib(vswprint.obj)
Found __VEC_memcpy
Referenced in LIBCMTD.lib(memcpy.obj)
Loaded LIBCMTD.lib(p4_memcpy.obj)
Found _abort
Referenced in LIBCMTD.lib(assert.obj)
Referenced in LIBCMTD.lib(hooks.obj)
Loaded LIBCMTD.lib(abort.obj)
Found __exit
Referenced in LIBCMTD.lib(assert.obj)
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(abort.obj)
Loaded LIBCMTD.lib(crt0dat.obj)
Found _raise
Referenced in LIBCMTD.lib(assert.obj)
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(abort.obj)
Loaded LIBCMTD.lib(winsig.obj)
Found ___crtMessageBoxA
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(crtmbox.obj)
Found __itoa_s
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(xtoas.obj)
Found __mbsnbcat_s
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(mbsnbcat_s.obj)
Found __mbsnbcpy_s
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(mbsnbcpy_s.obj)
Found _strcat_s
Referenced in LIBCMTD.lib(assert.obj)
Referenced in LIBCMTD.lib(dbgrptw.obj)
Loaded LIBCMTD.lib(strcat_s.obj)
Found _strcpy_s
Referenced in LIBCMTD.lib(assert.obj)
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(stdexcpt.obj)
Loaded LIBCMTD.lib(strcpy_s.obj)
Found _fflush
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(fflush.obj)
Found _fprintf
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(fprintf.obj)
Found _setvbuf
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(setvbuf.obj)
Found ___iob_func
Referenced in LIBCMTD.lib(assert.obj)
Referenced in LIBCMTD.lib(_flsbuf.obj)
Loaded LIBCMTD.lib(_file.obj)
Found __set_error_mode
Referenced in LIBCMTD.lib(assert.obj)
Loaded LIBCMTD.lib(errmode.obj)
Found "private: static char const * __cdecl
type_info::_Name_base(class type_info const *,struct __type_info_node
*)" (?_Name_base@type_info@@CAPBDPBV1@PAU__type_info_node@@@Z)
Referenced in LIBCMTD.lib(typinfo.obj)
Loaded LIBCMTD.lib(typname.obj)
Found _strcmp
Referenced in LIBCMTD.lib(typinfo.obj)
Referenced in LIBCMTD.lib(frame.obj)
Loaded LIBCMTD.lib(strcmp.obj)
Found __ioterm
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(ioinit.obj)
Found __setenvp
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(stdenvp.obj)
Found __setargv
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(stdargv.obj)
Found ___crtGetEnvironmentStringsA
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(a_env.obj)
Found __RTC_Initialize
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(initsect.obj)
Found __heap_term
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(heapinit.obj)
Found ___security_init_cookie
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(gs_support.obj)
Found ___CppXcptFilter
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded LIBCMTD.lib(winxfltr.obj)
Found "long __stdcall __CxxUnhandledExceptionFilter(struct
_EXCEPTION_POINTERS *)" (?
__CxxUnhandledExceptionFilter@@YGJPAU_EXCEPTION_POINTERS@@@Z)
Referenced in LIBCMTD.lib(throw.obj)
Referenced in LIBCMTD.lib(frame.obj)
Loaded LIBCMTD.lib(unhandld.obj)
Found __setdefaultprecision
Referenced in LIBCMTD.lib(fpinit.obj)
Loaded LIBCMTD.lib(fp8.obj)
Found __ms_p5_mp_test_fdiv
Referenced in LIBCMTD.lib(fpinit.obj)
Loaded LIBCMTD.lib(testfdiv.obj)
Found __forcdecpt_l
Referenced in LIBCMTD.lib(fpinit.obj)
Loaded LIBCMTD.lib(cvt.obj)
Found __cfltcvt_tab
Referenced in LIBCMTD.lib(fpinit.obj)
Referenced in LIBCMTD.lib(output.obj)
Loaded LIBCMTD.lib(cmiscdat.obj)
Found @_EH4_TransferToHandler@8
Referenced in LIBCMTD.lib(chandler4.obj)
Loaded LIBCMTD.lib(exsup4.obj)
Found __IsNonwritableInCurrentImage
Referenced in LIBCMTD.lib(chandler4.obj)
Referenced in LIBCMTD.lib(crt0dat.obj)
Loaded LIBCMTD.lib(pesect.obj)
Found __get_sse2_info
Referenced in LIBCMTD.lib(mathfcns.obj)
Loaded LIBCMTD.lib(cpu_disp.obj)
Found "int __cdecl _ValidateRead(void const *,unsigned int)" (?
_ValidateRead@@YAHPBXI@Z)
Referenced in LIBCMTD.lib(frame.obj)
Loaded LIBCMTD.lib(validate.obj)
Found _memmove
Referenced in LIBCMTD.lib(frame.obj)
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(memmove.obj)
Found __NLG_Notify
Referenced in LIBCMTD.lib(lowhelpr.obj)
Referenced in LIBCMTD.lib(exsup4.obj)
Loaded LIBCMTD.lib(exsup.obj)
Found ___addlocaleref
Referenced in LIBCMTD.lib(tidtable.obj)
Loaded LIBCMTD.lib(setlocal.obj)
Found ___ptlocinfo
Referenced in LIBCMTD.lib(setlocal.obj)
Referenced in LIBCMTD.lib(tidtable.obj)
Referenced in LIBCMTD.lib(dbgheap.obj)
Referenced in LIBCMTD.lib(output.obj)
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(nlsdata2.obj)
Found ___initialmbcinfo
Referenced in LIBCMTD.lib(tidtable.obj)
Referenced in LIBCMTD.lib(crt0dat.obj)
Referenced in LIBCMTD.lib(setlocal.obj)
Referenced in LIBCMTD.lib(nlsdata2.obj)
Loaded LIBCMTD.lib(mbctype.obj)
Found __crt_debugger_hook
Referenced in LIBCMTD.lib(gs_report.obj)
Referenced in LIBCMTD.lib(invarg.obj)
Loaded LIBCMTD.lib(dbghook.obj)
Found "int __cdecl _RTC_GetSrcLine(unsigned char *,wchar_t
*,unsigned long,int *,wchar_t *,unsigned long)" (?
_RTC_GetSrcLine@@YAHPAEPA_WKPAH1K@Z)
Referenced in LIBCMTD.lib(error.obj)
Loaded LIBCMTD.lib(pdblkup.obj)
Found __CrtDbgReport
Referenced in LIBCMTD.lib(chkesp.obj)
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(dbgrpt.obj)
Found ___crtInitCritSecAndSpinCount
Referenced in LIBCMTD.lib(mlock.obj)
Referenced in LIBCMTD.lib(ioinit.obj)
Loaded LIBCMTD.lib(initcrit.obj)
Found __NMSG_WRITE
Referenced in LIBCMTD.lib(mlock.obj)
Referenced in LIBCMTD.lib(abort.obj)
Referenced in LIBCMTD.lib(crt0dat.obj)
Loaded LIBCMTD.lib(crt0msg.obj)
Found __newmode
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(_newmode.obj)
Found __heap_alloc_base
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(malloc.obj)
Found __expand_base
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(expand.obj)
Found __realloc_base
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(realloc.obj)
Found __free_base
Referenced in LIBCMTD.lib(dbgheap.obj)
Referenced in LIBCMTD.lib(typname.obj)
Referenced in LIBCMTD.lib(realloc.obj)
Loaded LIBCMTD.lib(free.obj)
Found __heapchk
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(heapchk.obj)
Found ___sbh_verify_block
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(sbheap.obj)
Found ___globallocalestatus
Referenced in LIBCMTD.lib(mbctype.obj)
Referenced in LIBCMTD.lib(dbgheap.obj)
Referenced in LIBCMTD.lib(output.obj)
Referenced in LIBCMTD.lib(cvt.obj)
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(glstatus.obj)
Found _sprintf_s
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(sprintf.obj)
Found __chvalidator_l
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded LIBCMTD.lib(isctype.obj)
Found __pReportHookListW
Referenced in LIBCMTD.lib(dbgrptw.obj)
Loaded LIBCMTD.lib(dbgrptt.obj)
Found _wcstombs_s
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded LIBCMTD.lib(wcstombs.obj)
Found ___crtMessageBoxW
Referenced in LIBCMTD.lib(dbgrptw.obj)
Loaded LIBCMTD.lib(crtmboxw.obj)
Found __snwprintf_s
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded LIBCMTD.lib(swprintf.obj)
Found _wcsncpy_s
Referenced in LIBCMTD.lib(dbgrptw.obj)
Loaded LIBCMTD.lib(wcsncpy_s.obj)
Found _wcscpy_s
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded LIBCMTD.lib(wcscpy_s.obj)
Found __lseeki64
Referenced in LIBCMTD.lib(_flsbuf.obj)
Loaded LIBCMTD.lib(lseeki64.obj)
Found __write
Referenced in LIBCMTD.lib(_flsbuf.obj)
Referenced in LIBCMTD.lib(fflush.obj)
Loaded LIBCMTD.lib(write.obj)
Found __getbuf
Referenced in LIBCMTD.lib(_flsbuf.obj)
Loaded LIBCMTD.lib(_getbuf.obj)
Found __isatty
Referenced in LIBCMTD.lib(_flsbuf.obj)
Referenced in LIBCMTD.lib(write.obj)
Loaded LIBCMTD.lib(isatty.obj)
Found __fileno
Referenced in LIBCMTD.lib(_flsbuf.obj)
Referenced in LIBCMTD.lib(output.obj)
Referenced in LIBCMTD.lib(fflush.obj)
Referenced in LIBCMTD.lib(fprintf.obj)
Loaded LIBCMTD.lib(fileno.obj)
Found __get_printf_count_output
Referenced in LIBCMTD.lib(output.obj)
Loaded LIBCMTD.lib(printf.obj)
Found _wctomb_s
Referenced in LIBCMTD.lib(output.obj)
Loaded LIBCMTD.lib(wctomb.obj)
Found __isleadbyte_l
Referenced in LIBCMTD.lib(output.obj)
Referenced in LIBCMTD.lib(isctype.obj)
Loaded LIBCMTD.lib(_wctype.obj)
Found __aulldiv
Referenced in LIBCMTD.lib(output.obj)
Referenced in LIBCMTD.lib(xtoas.obj)
Loaded LIBCMTD.lib(ulldiv.obj)
Found __aullrem
Referenced in LIBCMTD.lib(output.obj)
Referenced in LIBCMTD.lib(xtoas.obj)
Loaded LIBCMTD.lib(ullrem.obj)
Found __woutput_l
Referenced in LIBCMTD.lib(vswprint.obj)
Referenced in LIBCMTD.lib(swprintf.obj)
Loaded LIBCMTD.lib(woutput.obj)
Found __woutput_p_l
Referenced in LIBCMTD.lib(vswprint.obj)
Loaded LIBCMTD.lib(woutputp.obj)
Found ___xc_a
Referenced in LIBCMTD.lib(crt0dat.obj)
Loaded LIBCMTD.lib(crt0init.obj)
Processed /DEFAULTLIB:kernel32.lib
Processed /DISALLOWLIB:libc.lib
Processed /DISALLOWLIB:libcd.lib
Processed /DISALLOWLIB:libcmt.lib
Processed /DISALLOWLIB:msvcrt.lib
Processed /DISALLOWLIB:msvcrtd.lib
Found __initp_misc_rand_s
Referenced in LIBCMTD.lib(crt0dat.obj)
Loaded LIBCMTD.lib(rand_s.obj)
Found __initp_misc_purevirt
Referenced in LIBCMTD.lib(crt0dat.obj)
Loaded LIBCMTD.lib(inithelp.obj)
Found __mbsnbcat_s_l
Referenced in LIBCMTD.lib(mbsnbcat_s.obj)
Loaded LIBCMTD.lib(mbsnbcat_s_l.obj)
Found __mbsnbcpy_s_l
Referenced in LIBCMTD.lib(mbsnbcpy_s.obj)
Loaded LIBCMTD.lib(mbsnbcpy_s_l.obj)
Found __commit
Referenced in LIBCMTD.lib(fflush.obj)
Loaded LIBCMTD.lib(commit.obj)
Found __ftbuf
Referenced in LIBCMTD.lib(fprintf.obj)
Referenced in LIBCMTD.lib(printf.obj)
Loaded LIBCMTD.lib(_sftbuf.obj)
Found __vfprintf_l
Referenced in LIBCMTD.lib(fprintf.obj)
Loaded LIBCMTD.lib(vfprintf.obj)
Found __freebuf
Referenced in LIBCMTD.lib(setvbuf.obj)
Loaded LIBCMTD.lib(_freebuf.obj)
Found __fcloseall
Referenced in LIBCMTD.lib(_file.obj)
Loaded LIBCMTD.lib(closeall.obj)
Found ___unDName
Referenced in LIBCMTD.lib(typname.obj)
Loaded LIBCMTD.lib(undname.obj)
Found __ismbblead
Referenced in LIBCMTD.lib(stdargv.obj)
Loaded LIBCMTD.lib(ismbbyte.obj)
Found __controlfp_s
Referenced in LIBCMTD.lib(fp8.obj)
Loaded LIBCMTD.lib(contrlfp.obj)
Found _isdigit
Referenced in LIBCMTD.lib(cvt.obj)
Referenced in LIBCMTD.lib(inithelp.obj)
Loaded LIBCMTD.lib(_ctype.obj)
Found _tolower
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(tolower.obj)
Found __atoflt_l
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(atodbl.obj)
Found __fptostr
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(_fptostr.obj)
Found __fltout2
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(cfout.obj)
Found __outputformat
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(outputformat.obj)
Found __allrem
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(llrem.obj)
Found __alldiv
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(lldiv.obj)
Found __allshl
Referenced in LIBCMTD.lib(cvt.obj)
Referenced in LIBCMTD.lib(undname.obj)
Loaded LIBCMTD.lib(llshl.obj)
Found __aullshr
Referenced in LIBCMTD.lib(cvt.obj)
Loaded LIBCMTD.lib(ullshr.obj)
Found __fptrap
Referenced in LIBCMTD.lib(cmiscdat.obj)
Loaded LIBCMTD.lib(crt0fp.obj)
Found __wctype
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(ctype.obj)
Found ___init_time
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(inittime.obj)
Found ___init_numeric
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(initnum.obj)
Found ___init_monetary
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(initmon.obj)
Found ___init_ctype
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(initctyp.obj)
Found ___init_collate
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(initcoll.obj)
Found ___lc_time_c
Referenced in LIBCMTD.lib(setlocal.obj)
Referenced in LIBCMTD.lib(nlsdata2.obj)
Referenced in LIBCMTD.lib(inittime.obj)
Loaded LIBCMTD.lib(strftime.obj)
Found ___lconv_c
Referenced in LIBCMTD.lib(setlocal.obj)
Referenced in LIBCMTD.lib(nlsdata2.obj)
Referenced in LIBCMTD.lib(initnum.obj)
Referenced in LIBCMTD.lib(initmon.obj)
Loaded LIBCMTD.lib(lconv.obj)
Found ___mb_cur_max
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(nlsdata1.obj)
Found _strncpy_s
Referenced in LIBCMTD.lib(setlocal.obj)
Referenced in LIBCMTD.lib(crt0msg.obj)
Referenced in LIBCMTD.lib(inithelp.obj)
Referenced in LIBCMTD.lib(mbsnbcpy_s_l.obj)
Loaded LIBCMTD.lib(strncpy_s.obj)
Found _strcspn
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(strcspn.obj)
Found _strncmp
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(strncmp.obj)
Found _strpbrk
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(strpbrk.obj)
Found ___crtGetStringTypeA
Referenced in LIBCMTD.lib(setlocal.obj)
Referenced in LIBCMTD.lib(mbctype.obj)
Referenced in LIBCMTD.lib(isctype.obj)
Referenced in LIBCMTD.lib(initctyp.obj)
Loaded LIBCMTD.lib(a_str.obj)
Found ___get_qualified_locale
Referenced in LIBCMTD.lib(setlocal.obj)
Loaded LIBCMTD.lib(getqloc.obj)
Found ___crtLCMapStringA
Referenced in LIBCMTD.lib(mbctype.obj)
Referenced in LIBCMTD.lib(tolower.obj)
Referenced in LIBCMTD.lib(initctyp.obj)
Loaded LIBCMTD.lib(a_map.obj)
Found __vsprintf_l
Referenced in LIBCMTD.lib(sprintf.obj)
Loaded LIBCMTD.lib(vsprintf.obj)
Found __vsprintf_s_l
Referenced in LIBCMTD.lib(sprintf.obj)
Loaded LIBCMTD.lib(vsnprnc.obj)
Found _mbstowcs_s
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded LIBCMTD.lib(mbstowcs.obj)
Found _wcscat_s
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded LIBCMTD.lib(wcscat_s.obj)
Found __vsnwprintf_s
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded LIBCMTD.lib(vswprnc.obj)
Found __itow_s
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded LIBCMTD.lib(xtows.obj)
Found __unlock_fhandle
Referenced in LIBCMTD.lib(lseeki64.obj)
Referenced in LIBCMTD.lib(write.obj)
Referenced in LIBCMTD.lib(commit.obj)
Loaded LIBCMTD.lib(osfinfo.obj)
Found __putwch_nolock
Referenced in LIBCMTD.lib(write.obj)
Loaded LIBCMTD.lib(putwch.obj)
Found _mbtowc
Referenced in LIBCMTD.lib(write.obj)
Loaded LIBCMTD.lib(mbtowc.obj)
Found __vprintf_l
Referenced in LIBCMTD.lib(printf.obj)
Loaded LIBCMTD.lib(vprintf.obj)
Found __iswctype_l
Referenced in LIBCMTD.lib(_wctype.obj)
Loaded LIBCMTD.lib(iswctype.obj)
Found __fputwc_nolock
Referenced in LIBCMTD.lib(woutput.obj)
Referenced in LIBCMTD.lib(woutputp.obj)
Loaded LIBCMTD.lib(fputwc.obj)
Found _get_crtdouble_arg
Referenced in LIBCMTD.lib(woutputp.obj)
Loaded LIBCMTD.lib(cprintfp.obj)
Found _wcstol
Referenced in LIBCMTD.lib(woutputp.obj)
Loaded LIBCMTD.lib(wcstol.obj)
Found ___lookuptable_s
Referenced in LIBCMTD.lib(woutputp.obj)
Referenced in LIBCMTD.lib(cprintfp.obj)
Loaded LIBCMTD.lib(outputs.obj)
Found ___crtGetLocaleInfoW
Referenced in LIBCMTD.lib(inithelp.obj)
Loaded LIBCMTD.lib(w_loc.obj)
Found ___crtGetLocaleInfoA
Referenced in LIBCMTD.lib(inithelp.obj)
Loaded LIBCMTD.lib(a_loc.obj)
Found _strncat_s
Referenced in LIBCMTD.lib(mbsnbcat_s_l.obj)
Loaded LIBCMTD.lib(strncat_s.obj)
Found __output_p_l
Referenced in LIBCMTD.lib(vfprintf.obj)
Referenced in LIBCMTD.lib(vsprintf.obj)
Referenced in LIBCMTD.lib(vsnprnc.obj)
Referenced in LIBCMTD.lib(vprintf.obj)
Loaded LIBCMTD.lib(outputp.obj)
Found _fclose
Referenced in LIBCMTD.lib(closeall.obj)
Loaded LIBCMTD.lib(fclose.obj)
Found _atol
Referenced in LIBCMTD.lib(undname.obj)
Referenced in LIBCMTD.lib(getqloc.obj)
Loaded LIBCMTD.lib(atox.obj)
Found __purecall
Referenced in LIBCMTD.lib(undname.obj)
Loaded LIBCMTD.lib(purevirt.obj)
Found __control87
Referenced in LIBCMTD.lib(contrlfp.obj)
Loaded LIBCMTD.lib(ieee87.obj)
Found __ld12tod
Referenced in LIBCMTD.lib(atodbl.obj)
Loaded LIBCMTD.lib(intrncvt.obj)
Found ___strgtold12_l
Referenced in LIBCMTD.lib(atodbl.obj)
Loaded LIBCMTD.lib(strgtold.obj)
Found _$I10_OUTPUT
Referenced in LIBCMTD.lib(cfout.obj)
Loaded LIBCMTD.lib(x10fout.obj)
Found ___tzname
Referenced in LIBCMTD.lib(strftime.obj)
Loaded LIBCMTD.lib(timeset.obj)
Found ___tzset
Referenced in LIBCMTD.lib(strftime.obj)
Loaded LIBCMTD.lib(tzset.obj)
Found ___ascii_stricmp
Referenced in LIBCMTD.lib(strftime.obj)
Loaded LIBCMTD.lib(stricmp.obj)
Found __days
Referenced in LIBCMTD.lib(strftime.obj)
Referenced in LIBCMTD.lib(tzset.obj)
Loaded LIBCMTD.lib(days.obj)
Found ___convertcp
Referenced in LIBCMTD.lib(a_str.obj)
Referenced in LIBCMTD.lib(a_map.obj)
Loaded LIBCMTD.lib(convrtcp.obj)
Found __strnicmp
Referenced in LIBCMTD.lib(getqloc.obj)
Loaded LIBCMTD.lib(strnicmp.obj)
Found __woutput_s_l
Referenced in LIBCMTD.lib(vswprnc.obj)
Loaded LIBCMTD.lib(woutputs.obj)
Found ___initconout
Referenced in LIBCMTD.lib(putwch.obj)
Loaded LIBCMTD.lib(initcon.obj)
Found ___crtGetStringTypeW
Referenced in LIBCMTD.lib(iswctype.obj)
Loaded LIBCMTD.lib(w_str.obj)
Found __flswbuf
Referenced in LIBCMTD.lib(fputwc.obj)
Loaded LIBCMTD.lib(_flswbuf.obj)
Found _strtol
Referenced in LIBCMTD.lib(cprintfp.obj)
Referenced in LIBCMTD.lib(outputp.obj)
Referenced in LIBCMTD.lib(atox.obj)
Loaded LIBCMTD.lib(strtol.obj)
Found __putch_nolock
Referenced in LIBCMTD.lib(cprintfp.obj)
Loaded LIBCMTD.lib(putch.obj)
Found __wchartodigit
Referenced in LIBCMTD.lib(wcstol.obj)
Loaded LIBCMTD.lib(wchtodig.obj)
Found __close
Referenced in LIBCMTD.lib(fclose.obj)
Loaded LIBCMTD.lib(close.obj)
Found __strtoi64
Referenced in LIBCMTD.lib(atox.obj)
Loaded LIBCMTD.lib(strtoq.obj)
Found ___get_fpsr_sse2
Referenced in LIBCMTD.lib(ieee87.obj)
Loaded LIBCMTD.lib(fpctrl.obj)
Found ___mtold12
Referenced in LIBCMTD.lib(strgtold.obj)
Loaded LIBCMTD.lib(mantold.obj)
Found __pow10neg
Referenced in LIBCMTD.lib(strgtold.obj)
Referenced in LIBCMTD.lib(x10fout.obj)
Loaded LIBCMTD.lib(constpow.obj)
Found __getenv_helper_nolock
Referenced in LIBCMTD.lib(tzset.obj)
Loaded LIBCMTD.lib(getenv.obj)
Found ___ascii_strnicmp
Referenced in LIBCMTD.lib(strnicmp.obj)
Loaded LIBCMTD.lib(_strnicm.obj)
Found __allmul
Referenced in LIBCMTD.lib(strtoq.obj)
Loaded LIBCMTD.lib(llmul.obj)
Found _strnlen
Referenced in LIBCMTD.lib(getenv.obj)
Loaded LIBCMTD.lib(strlen_s.obj)
Found __mbsnbicoll
Referenced in LIBCMTD.lib(getenv.obj)
Loaded LIBCMTD.lib(mbsnbico.obj)
Found ___wtomb_environ
Referenced in LIBCMTD.lib(getenv.obj)
Loaded LIBCMTD.lib(wtombenv.obj)
Found ___crtCompareStringA
Referenced in LIBCMTD.lib(mbsnbico.obj)
Loaded LIBCMTD.lib(a_cmp.obj)
Found __strnicoll_l
Referenced in LIBCMTD.lib(mbsnbico.obj)
Loaded LIBCMTD.lib(strnicol.obj)
Found ___crtsetenv
Referenced in LIBCMTD.lib(wtombenv.obj)
Loaded LIBCMTD.lib(setenv.obj)
Found __mbschr
Referenced in LIBCMTD.lib(setenv.obj)
Loaded LIBCMTD.lib(mbschr.obj)
Found _strchr
Referenced in LIBCMTD.lib(mbschr.obj)
Loaded LIBCMTD.lib(strchr.obj)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\OLDNAMES.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\comsupp.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\kernel32.lib:
Found _RtlUnwind@16
Referenced in LIBCMTD.lib(trnsctrl.obj)
Referenced in LIBCMTD.lib(exsup4.obj)
Referenced in LIBCMTD.lib(exsup.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetModuleFileNameA@12
Referenced in LIBCMTD.lib(assert.obj)
Referenced in LIBCMTD.lib(stdargv.obj)
Referenced in LIBCMTD.lib(dbgrpt.obj)
Referenced in LIBCMTD.lib(crt0msg.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetCurrentThreadId@0
Referenced in LIBCMTD.lib(dllcrt0.obj)
Referenced in LIBCMTD.lib(tidtable.obj)
Referenced in LIBCMTD.lib(gs_support.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetCommandLineA@0
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__HeapFree@12
Referenced in LIBCMTD.lib(sbheap.obj)
Referenced in LIBCMTD.lib(dllcrt0.obj)
Referenced in LIBCMTD.lib(heapinit.obj)
Referenced in LIBCMTD.lib(pdblkup.obj)
Referenced in LIBCMTD.lib(free.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetVersionExA@4
Referenced in LIBCMTD.lib(dllcrt0.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__HeapAlloc@12
Referenced in LIBCMTD.lib(sbheap.obj)
Referenced in LIBCMTD.lib(dllcrt0.obj)
Referenced in LIBCMTD.lib(pdblkup.obj)
Referenced in LIBCMTD.lib(malloc.obj)
Referenced in LIBCMTD.lib(realloc.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetProcessHeap@0
Referenced in LIBCMTD.lib(dllcrt0.obj)
Referenced in LIBCMTD.lib(pdblkup.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__RaiseException@16
Referenced in LIBCMTD.lib(throw.obj)
Referenced in LIBCMTD.lib(error.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetProcAddress@8
Referenced in LIBCMTD.lib(rand_s.obj)
Referenced in LIBCMTD.lib(testfdiv.obj)
Referenced in LIBCMTD.lib(pdblkup.obj)
Referenced in LIBCMTD.lib(initcrit.obj)
Referenced in LIBCMTD.lib(crtmboxw.obj)
Referenced in LIBCMTD.lib(tidtable.obj)
Referenced in LIBCMTD.lib(error.obj)
Referenced in LIBCMTD.lib(crt0dat.obj)
Referenced in LIBCMTD.lib(crtmbox.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetModuleHandleA@4
Referenced in LIBCMTD.lib(tidtable.obj)
Referenced in LIBCMTD.lib(crt0dat.obj)
Referenced in LIBCMTD.lib(testfdiv.obj)
Referenced in LIBCMTD.lib(initcrit.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__TlsGetValue@4
Referenced in LIBCMTD.lib(tidtable.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__TlsAlloc@0
Referenced in LIBCMTD.lib(tidtable.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__TlsSetValue@8
Referenced in LIBCMTD.lib(tidtable.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__TlsFree@4
Referenced in LIBCMTD.lib(tidtable.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetCurrentThread@0
Referenced in LIBCMTD.lib(tidtable.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__TerminateProcess@8
Referenced in LIBCMTD.lib(gs_report.obj)
Referenced in LIBCMTD.lib(invarg.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetCurrentProcess@0
Referenced in LIBCMTD.lib(gs_report.obj)
Referenced in LIBCMTD.lib(invarg.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__UnhandledExceptionFilter@4
Referenced in LIBCMTD.lib(gs_report.obj)
Referenced in LIBCMTD.lib(invarg.obj)
Referenced in LIBCMTD.lib(abort.obj)
Referenced in LIBCMTD.lib(winxfltr.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetUnhandledExceptionFilter@4
Referenced in LIBCMTD.lib(gs_report.obj)
Referenced in LIBCMTD.lib(invarg.obj)
Referenced in LIBCMTD.lib(abort.obj)
Referenced in LIBCMTD.lib(unhandld.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__IsDebuggerPresent@0
Referenced in LIBCMTD.lib(gs_report.obj)
Referenced in LIBCMTD.lib(error.obj)
Referenced in LIBCMTD.lib(invarg.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__WideCharToMultiByte@32
Referenced in LIBCMTD.lib(tzset.obj)
Referenced in LIBCMTD.lib(convrtcp.obj)
Referenced in LIBCMTD.lib(w_str.obj)
Referenced in LIBCMTD.lib(wtombenv.obj)
Referenced in LIBCMTD.lib(wctomb.obj)
Referenced in LIBCMTD.lib(a_map.obj)
Referenced in LIBCMTD.lib(putwch.obj)
Referenced in LIBCMTD.lib(a_loc.obj)
Referenced in LIBCMTD.lib(error.obj)
Referenced in LIBCMTD.lib(a_env.obj)
Referenced in LIBCMTD.lib(wcstombs.obj)
Referenced in LIBCMTD.lib(write.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__MultiByteToWideChar@24
Referenced in LIBCMTD.lib(mbtowc.obj)
Referenced in LIBCMTD.lib(w_loc.obj)
Referenced in LIBCMTD.lib(convrtcp.obj)
Referenced in LIBCMTD.lib(a_cmp.obj)
Referenced in LIBCMTD.lib(error.obj)
Referenced in LIBCMTD.lib(a_str.obj)
Referenced in LIBCMTD.lib(a_map.obj)
Referenced in LIBCMTD.lib(mbstowcs.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__lstrlenA@4
Referenced in LIBCMTD.lib(error.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__LoadLibraryA@4
Referenced in LIBCMTD.lib(error.obj)
Referenced in LIBCMTD.lib(crtmbox.obj)
Referenced in LIBCMTD.lib(pdblkup.obj)
Referenced in LIBCMTD.lib(rand_s.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__DeleteCriticalSection@4
Referenced in LIBCMTD.lib(mlock.obj)
Referenced in LIBCMTD.lib(ioinit.obj)
Referenced in LIBCMTD.lib(closeall.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__EnterCriticalSection@4
Referenced in LIBCMTD.lib(mlock.obj)
Referenced in LIBCMTD.lib(_file.obj)
Referenced in LIBCMTD.lib(osfinfo.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__LeaveCriticalSection@4
Referenced in LIBCMTD.lib(mlock.obj)
Referenced in LIBCMTD.lib(_file.obj)
Referenced in LIBCMTD.lib(osfinfo.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__FatalAppExitA@8
Referenced in LIBCMTD.lib(mlock.obj)
Referenced in LIBCMTD.lib(gs_support.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__HeapValidate@12
Referenced in LIBCMTD.lib(dbgheap.obj)
Referenced in LIBCMTD.lib(heapchk.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__IsBadReadPtr@8
Referenced in LIBCMTD.lib(dbgheap.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetModuleFileNameW@12
Referenced in LIBCMTD.lib(dbgrptw.obj)
Referenced in LIBCMTD.lib(pdblkup.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__ExitProcess@4
Referenced in LIBCMTD.lib(crt0dat.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetConsoleCtrlHandler@8
Referenced in LIBCMTD.lib(winsig.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetHandleCount@4
Referenced in LIBCMTD.lib(ioinit.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetStdHandle@4
Referenced in LIBCMTD.lib(ioinit.obj)
Referenced in LIBCMTD.lib(crt0msg.obj)
Referenced in LIBCMTD.lib(dbgrptt.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetFileType@4
Referenced in LIBCMTD.lib(ioinit.obj)
Referenced in LIBCMTD.lib(dbgrptt.obj)
Referenced in LIBCMTD.lib(osfinfo.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetStartupInfoA@4
Referenced in LIBCMTD.lib(ioinit.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__FreeEnvironmentStringsA@4
Referenced in LIBCMTD.lib(a_env.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetEnvironmentStrings@0
Referenced in LIBCMTD.lib(a_env.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__FreeEnvironmentStringsW@4
Referenced in LIBCMTD.lib(a_env.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetEnvironmentStringsW@0
Referenced in LIBCMTD.lib(a_env.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__HeapDestroy@4
Referenced in LIBCMTD.lib(heapinit.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__HeapCreate@12
Referenced in LIBCMTD.lib(heapinit.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__VirtualFree@12
Referenced in LIBCMTD.lib(heapinit.obj)
Referenced in LIBCMTD.lib(sbheap.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__QueryPerformanceCounter@4
Referenced in LIBCMTD.lib(gs_support.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetTickCount@0
Referenced in LIBCMTD.lib(gs_support.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetCurrentProcessId@0
Referenced in LIBCMTD.lib(gs_support.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetSystemTimeAsFileTime@4
Referenced in LIBCMTD.lib(gs_support.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetACP@0
Referenced in LIBCMTD.lib(mbctype.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetOEMCP@0
Referenced in LIBCMTD.lib(mbctype.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetCPInfo@8
Referenced in LIBCMTD.lib(mbctype.obj)
Referenced in LIBCMTD.lib(initctyp.obj)
Referenced in LIBCMTD.lib(convrtcp.obj)
Referenced in LIBCMTD.lib(a_cmp.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__VirtualQuery@12
Referenced in LIBCMTD.lib(pdblkup.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__FreeLibrary@4
Referenced in LIBCMTD.lib(pdblkup.obj)
Referenced in LIBCMTD.lib(rand_s.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__InitializeCriticalSection@4
Referenced in LIBCMTD.lib(initcrit.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__HeapReAlloc@16
Referenced in LIBCMTD.lib(expand.obj)
Referenced in LIBCMTD.lib(realloc.obj)
Referenced in LIBCMTD.lib(sbheap.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__VirtualAlloc@16
Referenced in LIBCMTD.lib(sbheap.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__WriteConsoleW@20
Referenced in LIBCMTD.lib(dbgrptt.obj)
Referenced in LIBCMTD.lib(putwch.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__LoadLibraryW@4
Referenced in LIBCMTD.lib(crtmboxw.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetFilePointer@16
Referenced in LIBCMTD.lib(lseeki64.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetConsoleCP@0
Referenced in LIBCMTD.lib(write.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetConsoleMode@8
Referenced in LIBCMTD.lib(write.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__InterlockedExchange@8
Referenced in LIBCMTD.lib(rand_s.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__FlushFileBuffers@4
Referenced in LIBCMTD.lib(commit.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetTimeFormatA@24
Referenced in LIBCMTD.lib(strftime.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetDateFormatA@24
Referenced in LIBCMTD.lib(strftime.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetStringTypeA@20
Referenced in LIBCMTD.lib(a_str.obj)
Referenced in LIBCMTD.lib(w_str.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetStringTypeW@16
Referenced in LIBCMTD.lib(a_str.obj)
Referenced in LIBCMTD.lib(w_str.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetLocaleInfoA@16
Referenced in LIBCMTD.lib(getqloc.obj)
Referenced in LIBCMTD.lib(w_loc.obj)
Referenced in LIBCMTD.lib(a_loc.obj)
Referenced in LIBCMTD.lib(convrtcp.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__IsValidLocale@8
Referenced in LIBCMTD.lib(getqloc.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__IsValidCodePage@4
Referenced in LIBCMTD.lib(getqloc.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__EnumSystemLocalesA@8
Referenced in LIBCMTD.lib(getqloc.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetUserDefaultLCID@0
Referenced in LIBCMTD.lib(getqloc.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__LCMapStringA@24
Referenced in LIBCMTD.lib(a_map.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__LCMapStringW@24
Referenced in LIBCMTD.lib(a_map.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetStdHandle@8
Referenced in LIBCMTD.lib(osfinfo.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__WriteConsoleA@20
Referenced in LIBCMTD.lib(putwch.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetConsoleOutputCP@0
Referenced in LIBCMTD.lib(putwch.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetLocaleInfoW@16
Referenced in LIBCMTD.lib(w_loc.obj)
Referenced in LIBCMTD.lib(a_loc.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetTimeZoneInformation@4
Referenced in LIBCMTD.lib(tzset.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__CreateFileA@28
Referenced in LIBCMTD.lib(initcon.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__CompareStringA@24
Referenced in LIBCMTD.lib(a_cmp.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__CompareStringW@24
Referenced in LIBCMTD.lib(a_cmp.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetEnvironmentVariableA@8
Referenced in LIBCMTD.lib(setenv.obj)
Loaded kernel32.lib(KERNEL32.dll)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\user32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\gdi32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\winspool.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\comdlg32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\advapi32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\shell32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\ole32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\oleaut32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\uuid.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\odbc32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\odbccp32.lib:
Finished searching libraries
Finished pass 1
Generating non-SAFESEH image.
Invoking CVTRES.EXE:
/machine:x86
/verbose
/out:"C:\DOCUME~1\kasmith\LOCALS~1\Temp\lnk41D.tmp"
/readonly
".\Debug\OEMPS.res"
".\Debug\OEMPS.dll.embed.manifest.res"
Microsoft (R) Windows Resource To Object Converter Version
8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
adding resource. type:VERSION, name:1, language:0x0409, flags:0x30,
size:1160
adding resource. type:MANIFEST, name:2, language:0x0409, flags:0x30,
size:2048
command.obj : error LNK2019: unresolved external symbol "long __cdecl
_com_dispatch_method(struct IDispatch *,long,unsigned short,unsigned
short,void *,wchar_t const *,...)" (?
_com_dispatch_method@@YAJPAUIDispatch@@JGGPAXPB_WZZ) referenced in
function "public: short __thiscall IUMOSEFax::AddFile(class
_bstr_t)" (?AddFile@IUMOSEFax@@QAEFV_bstr_t@@@Z)
Debug/OEMPS.dll : fatal error LNK1120: 1 unresolved externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at "file://c:\em2\EM\src\core\UMOSEFaxPrint\Debug
\BuildLog.htm"
UMOSEFaxPrint - 2 error(s), 3 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
K

kurt.kurtsmith

It looks like you're missing comsupp.lib from your linker inputs, or
possibly your library path is incorrect so the linker is finding an
incorrect version. I believe that the compiler-generated files
automatically reference the correct library (there are actually 4 different
libraries), so I'd lean towards the lib path being off. Try adding /verbose
to your linker settings to see where (or if!) the linker is finding
comsupp[w][d].lib.
-cd- Hide quoted text -
- Show quoted text -

Here is the verbose output. I am assuming it is finding the right
comsupp.lib as it finds the 8.0 version?

------ Rebuild All started: Project: UMOSEFaxPrint, Configuration:
Debug Win32 ------
Deleting intermediate and output files for project 'UMOSEFaxPrint',
configuration 'Debug|Win32'
Compiling...
ddihook.cpp
debug.cpp
devmode.cpp
dllentry.cpp
enable.cpp
intrface.cpp
Generating Code...
Compiling...
command.cpp
c:\em2\em\src\core\umosefaxprint\command.cpp(255) : warning C4101:
'pDispatch' : unreferenced local variable
c:\em2\em\src\core\umosefaxprint\command.cpp(254) : warning C4101:
'ppvObj' : unreferenced local variable
c:\em2\em\src\core\umosefaxprint\command.cpp(253) : warning C4101:
'm_dwActiveACDID' : unreferenced local variable
Compiling resources...
Compiling manifest to resources...
Linking...
Starting pass 1
Processed /DEFAULTLIB:uuid.lib
Processed /DEFAULTLIB:comsupp.lib
Processed /DEFAULTLIB:user32.lib
Processed /DEFAULTLIB:blush:le32.lib
Processed /DEFAULTLIB:blush:leaut32.lib
Processed /DEFAULTLIB:LIBCMTD
Processed /DEFAULTLIB:OLDNAMES
Searching libraries
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\comsupp.lib:
Found "void __stdcall _com_issue_error(long)" (?
_com_issue_error@@YGXJ@Z)
Referenced in command.obj
Loaded comsupp.lib(comsupp.obj)
Found "void __stdcall _com_raise_error(long,struct IErrorInfo
*)" (?_com_raise_error@@YGXJPAUIErrorInfo@@@Z)
Referenced in comsupp.lib(comsupp.obj)
Loaded comsupp.lib(comraise.obj)
Found "long __cdecl _com_invoke_helper(struct IDispatch
*,long,unsigned short,unsigned short,void *,unsigned short const
*,char *,struct IErrorInfo * *)" (?
_com_invoke_helper@@YAJPAUIDispatch@@JGGPAXPBGPADPAPAUIErrorInfo@@@Z)
Referenced in comsupp.lib(comsupp.obj)
Loaded comsupp.lib(invkprxy.obj)
Found "long __stdcall _com_handle_excepinfo(struct tagEXCEPINFO
&,struct IErrorInfo * *)" (?
_com_handle_excepinfo@@YGJAAUtagEXCEPINFO@@PAPAUIErrorInfo@@@Z)
Referenced in comsupp.lib(invkprxy.obj)
Loaded comsupp.lib(invkerr.obj)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\kernel32.lib:
Found __imp__DebugBreak@0
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__CreateFileW@28
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetTempFileNameW@16
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetTempPathW@8
Referenced in command.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__InterlockedDecrement@4
Referenced in command.obj
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__OutputDebugStringA@4
Referenced in debug.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__OutputDebugStringW@4
Referenced in debug.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__SetLastError@4
Referenced in devmode.obj
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__InterlockedIncrement@4
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__CloseHandle@4
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__GetLastError@0
Referenced in intrface.obj
Referenced in comsupp.lib(invkprxy.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__WriteFile@20
Referenced in intrface.obj
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__LocalFree@4
Referenced in comsupp.lib(comraise.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __imp__lstrlenW@4
Referenced in comsupp.lib(invkprxy.obj)
Loaded kernel32.lib(KERNEL32.dll)
Found __IMPORT_DESCRIPTOR_KERNEL32
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Referenced in kernel32.lib(KERNEL32.dll)
Loaded kernel32.lib(KERNEL32.dll)
Found __NULL_IMPORT_DESCRIPTOR
Referenced in kernel32.lib(KERNEL32.dll)
Loaded kernel32.lib(KERNEL32.dll)
Found KERNEL32_NULL_THUNK_DATA
Referenced in kernel32.lib(KERNEL32.dll)
Loaded kernel32.lib(KERNEL32.dll)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\user32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\gdi32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\winspool.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\comdlg32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\advapi32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\shell32.lib:
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\ole32.lib:
Found __imp__CoUninitialize@0
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__CoGetClassObject@20
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__CLSIDFromProgID@8
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__CoInitialize@4
Referenced in command.obj
Loaded ole32.lib(ole32.dll)
Found __imp__StringFromGUID2@12
Referenced in intrface.obj
Loaded ole32.lib(ole32.dll)
Found __IMPORT_DESCRIPTOR_ole32
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Referenced in ole32.lib(ole32.dll)
Loaded ole32.lib(ole32.dll)
Found ole32_NULL_THUNK_DATA
Referenced in ole32.lib(ole32.dll)
Loaded ole32.lib(ole32.dll)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
\lib\oleaut32.lib:
Found __imp__SysAllocString@4
Referenced in command.obj
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__SysFreeString@4
Referenced in command.obj
Referenced in comsupp.lib(invkerr.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__GetErrorInfo@8
Referenced in comsupp.lib(comsupp.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__VariantChangeType@16
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__VariantClear@4
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__VariantInit@4
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__SetErrorInfo@8
Referenced in comsupp.lib(invkprxy.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __imp__CreateErrorInfo@4
Referenced in comsupp.lib(invkerr.obj)
Loaded oleaut32.lib(OLEAUT32.dll)
Found __IMPORT_DESCRIPTOR_OLEAUT32
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Referenced in oleaut32.lib(OLEAUT32.dll)
Loaded oleaut32.lib(OLEAUT32.dll)
Found OLEAUT32_NULL_THUNK_DATA
Referenced in oleaut32.lib(OLEAUT32.dll)
Loaded oleaut32.lib(OLEAUT32.dll)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\LIB
\uuid.lib:
Found _IID_IDispatch
Referenced in command.obj
Loaded uuid.lib(oaidl_i.obj)
Found _IID_IClassFactory
Referenced in command.obj
Referenced in intrface.obj
Loaded uuid.lib(unknwn_i.obj)
Searching C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK
...

read more »- Hide quoted text -

- Show quoted text -

I am a moron. I just realized I was not linking against the wide
version.

Sorry for wasting your time.
 
Top