Using Windows.Management namespace in C ++ builder XE2

I am very new to C ++ on Embarcadero XE2. Currently I want to pass the following class http://weblogs.asp.net/whaggard/archive/2006/02/11/438006.aspx

to version C ++.

But I wonder if I can use System.Management for Embarcadero XE2, or I still need to use wbemidl.h to work with WMI. (I just gave him a try and he returned Error: management is not included in the System)

Any help would be appreciated.

+3
source share
1 answer

System.Management - .Net, ++ Builder - .Net, ++. WMI ++ COM , , wbemcli.h wbemidl.h.

+3

All Articles