Any one can help me with these code
-
#pragma comment(lib,"Shlwapi.lib") I personly think the code above is to load a "dll" file。Am i right or not? Any one can help me and explain it to me, thanks. Besides, i am not good at English, and if there is any grammar mistake,Please point it out directly. thanks again.
-
#pragma comment(lib,"Shlwapi.lib") I personly think the code above is to load a "dll" file。Am i right or not? Any one can help me and explain it to me, thanks. Besides, i am not good at English, and if there is any grammar mistake,Please point it out directly. thanks again.
-
#pragma comment(lib,"Shlwapi.lib") I personly think the code above is to load a "dll" file。Am i right or not? Any one can help me and explain it to me, thanks. Besides, i am not good at English, and if there is any grammar mistake,Please point it out directly. thanks again.
#pragma comment(lib,"Shlwapi.lib") code will link the lib file at compile time. It never look dll at compile time. This type of linking called static linking. Instad of this code you can add ur lib file(Shlwapi.lib) into Project-->Settings-->Link-->Object/Library Modules--> Shlwapi.lib
Sethuraman.K
-
#pragma comment(lib,"Shlwapi.lib") code will link the lib file at compile time. It never look dll at compile time. This type of linking called static linking. Instad of this code you can add ur lib file(Shlwapi.lib) into Project-->Settings-->Link-->Object/Library Modules--> Shlwapi.lib
Sethuraman.K
-
Iain Clarke wrote:
Ur[^] is an ancient Sumerian city. Is it a lib file as well?
Yes, you need it in order to link with the
Hammurabi code
[^]. :rolleyes:If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]