Hello,
Say for instance I just downloaded an SDK from Microsoft, and have the LIB and Header Files, etc.
How would I convert the library files so the API functions can be used in MASM32?
Also, an example would be like the DirectX SDK where there are alot of COM objects, the interfaces which I'd need to access.....
Thanks.
Say for instance I just downloaded an SDK from Microsoft, and have the LIB and Header Files, etc.
How would I convert the library files so the API functions can be used in MASM32?
Also, an example would be like the DirectX SDK where there are alot of COM objects, the interfaces which I'd need to access.....
Thanks.
You can use Hutch's l2inc tool to convert import libs to include files:
http://www.masmforum.com/download/masm32/L2INC31.ZIP
Also,if you want to convert include files to import libs:
http://www.masmforum.com/download/masm32/inc2l20.zip
http://www.masmforum.com/download/masm32/L2INC31.ZIP
Also,if you want to convert include files to import libs:
http://www.masmforum.com/download/masm32/inc2l20.zip