<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[WMI in c++ ?!? HILFE !]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche gerade verzweifelt WMI in C++ zu verwenden, das einzige was die MSDN dazu hergibt, ist folgendes beispiel:<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/example_creating_a_wmi_application.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/example_creating_a_wmi_application.asp</a></p>
<p>Wenn ich das kompilieren will erhalte ich jedoch folgende Fehlermeldungen:</p>
<blockquote>
<p>testwmi.obj : error LNK2001: Nichtaufgelöstes externes Symbol _CLSID_WbemLocator<br />
testwmi.obj : error LNK2001: Nichtaufgelöstes externes Symbol _IID_IWbemLocator<br />
Debug/testwmi.exe : fatal error LNK1120: 2 unaufgelöste externe Verweise</p>
</blockquote>
<p>Kann mir jemand vielleicht die Meldungen erklären, oder hat jemand ein Beispiel wie man eine Verbindung zu WMI aus c++ herstellt ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/65339/wmi-in-c-hilfe</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 07:54:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65339.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Feb 2004 13:34:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WMI in c++ ?!? HILFE ! on Wed, 18 Feb 2004 13:34:00 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche gerade verzweifelt WMI in C++ zu verwenden, das einzige was die MSDN dazu hergibt, ist folgendes beispiel:<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/example_creating_a_wmi_application.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/example_creating_a_wmi_application.asp</a></p>
<p>Wenn ich das kompilieren will erhalte ich jedoch folgende Fehlermeldungen:</p>
<blockquote>
<p>testwmi.obj : error LNK2001: Nichtaufgelöstes externes Symbol _CLSID_WbemLocator<br />
testwmi.obj : error LNK2001: Nichtaufgelöstes externes Symbol _IID_IWbemLocator<br />
Debug/testwmi.exe : fatal error LNK1120: 2 unaufgelöste externe Verweise</p>
</blockquote>
<p>Kann mir jemand vielleicht die Meldungen erklären, oder hat jemand ein Beispiel wie man eine Verbindung zu WMI aus c++ herstellt ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/462077</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/462077</guid><dc:creator><![CDATA[Arne]]></dc:creator><pubDate>Wed, 18 Feb 2004 13:34:00 GMT</pubDate></item><item><title><![CDATA[Reply to WMI in c++ ?!? HILFE ! on Thu, 19 Feb 2004 01:33:03 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>du hast wahrscheinlich vergessen, die Wbemuuid.lib bei den zu linkenden Bibliotheken mit anzugeben.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/462719</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/462719</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Thu, 19 Feb 2004 01:33:03 GMT</pubDate></item></channel></rss>