[vtkusers] Re: error LNK2019: unresolved external symbol CLSID_WbemLocator
David Cole
dlrdave at aol.com
Fri May 17 10:13:48 EDT 2013
In the top Google hit for CLSID_WbemLocator, there’s this line of code in an example:
# pragma comment(lib, "wbemuuid.lib")
Are you perhaps linking to that library in your Debug build, but not your Release build for some reason?
(i.e. -- do you include a header file that has a line like the above, but in an #ifdef _DEBUG block of code...?)
HTH,
David
From: Doug Hoppes
Sent: Friday, May 17, 2013 8:38 AM
To: vtkusers at vtk.org
Hi all,
I’m compiling my VTK application in Visual Studio 2008. When I try to compile the code in release mode, I get the error: “error LNK2019: unresolved external symbol CLSID_WbemLocator”. However, everything seems fine in my debug mode.
Any ideas?
Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130517/36cef87b/attachment.htm>
More information about the vtkusers
mailing list