From: DR Bellavance on 27 Jul 2006 15:23 I have a MFC application that I am trying to access a remote connection and check for a COM Server (written in ATL). I keep getting the following linker error... Wbemuuid.lib(wbemcli_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module How am I supposed to fix this? Thanks, -- DR Bellavance
From: DR Bellavance on 28 Jul 2006 09:41 After looking at this some more, it looks like the problem is in the Platform SDK. Maybe I can do what I am trying to do without the version of Platform SDK I am using?? I am using VC++ 6.0 and I am developing on a Windows2000 Pro system and the target system is using Windows XP Pro. I have a Com Server on the target system (XP Pro) and I would like to be able to have my application go out and find all systems on the LAN that have the Com Server loaded so that I can attach to the particular server that I am interested in. (The application fills a combobox with all of the systems that contain the COM Server and allows the user to select the system he wishes to connect to). The application should be able to run on a Windows 2000 Pro system or an XP system. Everything I've read indicates to me that I should use the WMI and that the only way to access the WMI is through the Platform SDK. Please give me a way to provide this functionality (either with the correct SDK or without an SDK. Thanks, David R Bellavance -- DR Bellavance "DR Bellavance" wrote: > I have a MFC application that I am trying to access a remote connection and > check for a COM Server (written in ATL). I keep getting the following linker > error... > > Wbemuuid.lib(wbemcli_i.obj) : fatal error LNK1103: debugging information > corrupt; recompile module > > How am I supposed to fix this? > > Thanks, > -- > DR Bellavance
|
Pages: 1 Prev: Open, process & print documents without user interface Next: _stprintf |