|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl 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 |
c++.windows.32-bits - Looking for shlwapi.h or equivilant for DM
Is shlwapi.h renamed or just not available in the DMC++ compiler & etc? I have need of it for the WinApi AssocQueryString/AssocQueryKey commands, among others, but I don't have header file necessary. Jul 07 2003
For some reason it is not included in the free-commandline-compiler-package. Download the Win32 platformSDK form M$. Arjan Anonymous wrote:Is shlwapi.h renamed or just not available in the DMC++ compiler & etc? I have need of it for the WinApi AssocQueryString/AssocQueryKey commands, among others, but I don't have header file necessary. Jul 07 2003
Download the Win32 platformSDK form M$. Arjan Jul 07 2003
I allways use Jan's modified implib from http://www.digitalmars.com/~jan Works OK for me, never had any of the problems you describe. So give it a try. Arjan P.S. My implib defs have only the EXPORTS part. Anonymous wrote:Download the Win32 platformSDK form M$. Arjan Jul 08 2003
|