|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
c++.windows.32-bits - lphlpapi.h / lphlpapi.libHi, have some code where I need to call "GetAdapterInfos", which is defined and included in lphlpapi.h / lphlpapi.lib. But these files are missing from DMC. Any idea what to do now? Thanks. -- Robert M. Münch Management & IT Freelancer http://www.robertmuench.de Mar 01 2008
There are some examples around on how to create the .lib file for this. If you are not successful let me know. I do have a .lib that works with DMC. Robert M. Münch wrote:Hi, have some code where I need to call "GetAdapterInfos", which is defined and included in lphlpapi.h / lphlpapi.lib. But these files are missing from DMC. Any idea what to do now? Thanks. Mar 01 2008
On Sat, 01 Mar 2008 22:26:48 +0100, Jan Knepper <jan smartsoft.us> wrote:There are some examples around on how to create the .lib file for this. If you are not successful let me know. I do have a .lib that works with DMC. Mar 08 2008
|