Hi all,

I want to use the function of SHAppBarMessage in my application. But I
don't know how to import the required library shell32.lib in platform
builder. Can anyone help me?
thx a lot~

Re: How to import library in Platform Builder? by amplifier

amplifier
Wed Oct 26 04:11:47 CDT 2005

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~~~~~~~~


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~~~~~~~~
>



Re: How to import library in Platform Builder? by amplifier

amplifier
Wed Oct 26 20:10:49 CDT 2005

I want to ask where the SDK folder should be located......thx~


Re: How to import library in Platform Builder? by amplifier

amplifier
Wed Oct 26 20:41:48 CDT 2005

I solve the problem already. Thx Paul :)


Re: How to import library in Platform Builder? by amplifier

amplifier
Wed Oct 26 20:55:31 CDT 2005

I have copied the shell32.lib and placed it in the same SDK folder with
the file coredll.lib. But still link error is resulted after building
the project. Can anyone give me more hints about that? thx a lot!!!!!!!


Re: How to import library in Platform Builder? by Steve

Steve
Wed Oct 26 21:12:11 CDT 2005

Are you sure the device you are targeting has the OS support in it that you
want? You really shouldn't need to move libs around for an installed SDK -
they should - just work. I've never seen it not work. (at least not in this
regard anyway! ;-) )

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: How to import library in Platform Builder? by amplifier

amplifier
Wed Oct 26 21:31:30 CDT 2005

I want to ask if SHAppBarMessage work in windows CE? Am I using it in a
wrong OS?
thx a lot!!!


Re: How to import library in Platform Builder? by amplifier

amplifier
Wed Oct 26 22:03:18 CDT 2005

I want to ask if SHAppBarMessage work in windows CE? Am I using it in a
wrong OS?
thx~


Re: How to import library in Platform Builder? by Steve

Steve
Wed Oct 26 22:18:02 CDT 2005

Did you try to look for it in the docs? If so you'll find it's not there.
SHAppBarMessage () is not supported on Windows CE.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: How to import library in Platform Builder? by amplifier

amplifier
Wed Oct 26 22:32:59 CDT 2005

Thanks. Actually I am new to windows ce programming.....I will pay more
attention to that. thx ~