Importing a lib

Started by
1 comment, last by Codorke 18 years, 8 months ago
Hellow, I would like to import the shlwapi.lib (hardcoded) Can someone tell me how ? I tried : #import <shlwapi.lib> -> couldn't load importlib("shlwapi.lib"); -> error
Advertisement
#pragma comment( lib, "shlwapi.lib" )
thanks !!!

This topic is closed to new replies.

Advertisement