On Sun, Jan 05, 2003 at 12:13:26PM -0800, Dan Kegel wrote:
Trying to build conformance tests on Windows Me with msdev6, but got the following link errors:
safearray.obj : error LNK2001: unresolved external symbol _IID_IStorage safearray.obj : error LNK2001: unresolved external symbol _IID_IDispatch safearray.obj : error LNK2001: unresolved external symbol _IID_IUnknown Output\Win32_Wine_Headers/oleaut32_test.exe : fatal error LNK1120: 3 unresolved externals
Any suggestions? (Sorry to act so helpless...)
Hmm, should be linked against the GUID library. No clue how to do that. Or we could define the IIDs inline again.
Ciao, Marcus