Re: How to import library in Platform Builder? by Paul
Paul
Wed Oct 26 11:23:14 CDT 2005
You're probably linking with the wrong shell32.lib. Make sure you're
linking with the one in the SDK folder, not the one in the OAK folder (as
that one is the actual implementation of the shell, not the import library).
Paul T.
"amplifier" <ayytam@gmail.com> wrote in message
news:1130317907.828252.205740@g43g2000cwa.googlegroups.com...
> Let me clarify my problem again. Actually I want to use the the
> function of SHAppBarMessage. But link error is resulted after building
> the project. I want to know how to import the library shell32.lib...
> (not sure if I did wrongly....) and do I need to add other files in
> order to use this function?
> Thx~~~~~~~~
>