由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Windows CE上到底有没有WMI support?
相关主题
谁有在64bit Windows上装过Feb 2003 Platform SDK?HTTP Error 403
如何在Java上跑Windows PowerShell cmdlet?《Windows Powershell 实战 (第2版)》[PDF]
windows下面的c++有什么免费的好用的ide?Re: How to write this makefile?
菜鸟求助:怎么自动include header file?Re: 如何调用sysconf()?
url header问题菜鸟的苹果编程问题
ask a question about compile shared library using libtool[转载] 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TEXT又有
which header file declares ntohs() in c++ ?open source project development platform
how to apply OOD to a code for both win and linux platform ?How to see the content of a library file
相关话题的讨论汇总
话题: wmi话题: ce话题: windows话题: 有没有话题: wm
进入Programming版参与讨论
1 (共1页)
p****s
发帖数: 32405
1
如题, CE 6.0有没有把WMI(Windows Management Instrumentation)弄进来?
如果有, 假定platform指定成SmartDevice, 我应该include 哪些header/lib来用
这个WMI.
我现在想移植一个XP上的supplicant application, 其中用到了WMI,
具体作用就是检查windows下有没有相关services,有则接管.
放狗查了下, 只查到02年, 04年的一些老引用那会还在说CE(5.0及以前)还不支持WMI,
但是这么多年了是不是早就不一样了.
先谢了.
t****t
发帖数: 6806
2
没玩过, 不知道!

,

【在 p****s 的大作中提到】
: 如题, CE 6.0有没有把WMI(Windows Management Instrumentation)弄进来?
: 如果有, 假定platform指定成SmartDevice, 我应该include 哪些header/lib来用
: 这个WMI.
: 我现在想移植一个XP上的supplicant application, 其中用到了WMI,
: 具体作用就是检查windows下有没有相关services,有则接管.
: 放狗查了下, 只查到02年, 04年的一些老引用那会还在说CE(5.0及以前)还不支持WMI,
: 但是这么多年了是不是早就不一样了.
: 先谢了.

l******n
发帖数: 9344
3
you said it
it was totally changed! WM 6.0 has it

,

【在 p****s 的大作中提到】
: 如题, CE 6.0有没有把WMI(Windows Management Instrumentation)弄进来?
: 如果有, 假定platform指定成SmartDevice, 我应该include 哪些header/lib来用
: 这个WMI.
: 我现在想移植一个XP上的supplicant application, 其中用到了WMI,
: 具体作用就是检查windows下有没有相关services,有则接管.
: 放狗查了下, 只查到02年, 04年的一些老引用那会还在说CE(5.0及以前)还不支持WMI,
: 但是这么多年了是不是早就不一样了.
: 先谢了.

p****s
发帖数: 32405
4
奇怪, 有了为什么编译不过...是不是还缺SDK之类的啥东西
#include 好像不认啊
因此后面跟的一大串属于WMI的struct
IWbemLocator和IWbemServices都认不出来
我在VS 2005中用的是MainstoneIII_CE60_SDK, 也定义了ARMV4I为我的
active solution platform
还请多指教

【在 l******n 的大作中提到】
: you said it
: it was totally changed! WM 6.0 has it
:
: ,

1 (共1页)
进入Programming版参与讨论
相关主题
How to see the content of a library fileurl header问题
size of structureask a question about compile shared library using libtool
J2MEwhich header file declares ntohs() in c++ ?
How to know # of threads in an app?how to apply OOD to a code for both win and linux platform ?
谁有在64bit Windows上装过Feb 2003 Platform SDK?HTTP Error 403
如何在Java上跑Windows PowerShell cmdlet?《Windows Powershell 实战 (第2版)》[PDF]
windows下面的c++有什么免费的好用的ide?Re: How to write this makefile?
菜鸟求助:怎么自动include header file?Re: 如何调用sysconf()?
相关话题的讨论汇总
话题: wmi话题: ce话题: windows话题: 有没有话题: wm