I try to compile a project with dev-cpp 4.9.8.5, which is designed for visual c++.
I have almost succeeded, except for there is no "IMallocPtr" and no "IShellFolderPtr" and no "comdef.h" What can I use instead or is there an alternative for this?
2. Re: IShellFolderPtr and IMallocPtr
#3050
Posted by: 2003-12-04 04:37:23
Hello,
I merely replaced IShellFolderPtr and IMallocPtr with LPSHELLFOLDER and LPMALLOC: