Lets try this post again
Using PB 4.2 to compile myapp.exe

I'm trying to add some of my applications to the image and I keep getting this warning message,
"Warning: Unable to do imports from myapp.exe to KERNEL32.dll - will late bind.

The feature that will add my applications will be given to our customers so they can added our
applications and driver to their image. I would really like to get rid of this warning so I wouldn't
have to explain it to our customers when they build their image.

John

Re: Warning: Unable to do imports from my.exe to Kernel32.dll - will late bind by Paul

Paul
Thu Oct 21 12:09:03 CDT 2004

What do the applications do? What do they link with? It sounds to me like
you are linking with kernel32.lib or something, incorrectly...

Paul T.

"John" <jvasquez@spam.getntds.com> wrote in message
news:3gqfn05h51968jrde4sjbbovjnbvr48amp@4ax.com...
> Lets try this post again
> Using PB 4.2 to compile myapp.exe
>
> I'm trying to add some of my applications to the image and I keep getting
> this warning message,
> "Warning: Unable to do imports from myapp.exe to KERNEL32.dll - will late
> bind.
>
> The feature that will add my applications will be given to our customers
> so they can added our
> applications and driver to their image. I would really like to get rid of
> this warning so I wouldn't
> have to explain it to our customers when they build their image.
>
> John



Re: Warning: Unable to do imports from my.exe to Kernel32.dll - will late bind by Bruce

Bruce
Thu Oct 21 12:40:38 CDT 2004

Is kernel32.dll in your image? What is kernel32.dll?

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups



Re: Warning: Unable to do imports from my.exe to Kernel32.dll - will late bind by John

John
Thu Oct 21 14:41:38 CDT 2004

The applications are simple cmd shell programs that allow the user to send ioctl commands and
perform reads/writes to our device driver. They also display stuff on the screen.
I took a look at the settings and one of the applications is being linked with
coredll.lib, winsock.lib, $(CEx86Corelibc), myioctl.dll.

Since the application doesn't do any socket stuff, I remove winsock.lib and rebuild.
The warning error disappeared.

On Thu, 21 Oct 2004 10:09:03 -0700, "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam
DOT com> wrote:

>What do the applications do? What do they link with? It sounds to me like
>you are linking with kernel32.lib or something, incorrectly...
>
>Paul T.
>
>"John" <jvasquez@spam.getntds.com> wrote in message
>news:3gqfn05h51968jrde4sjbbovjnbvr48amp@4ax.com...
>> Lets try this post again
>> Using PB 4.2 to compile myapp.exe
>>
>> I'm trying to add some of my applications to the image and I keep getting
>> this warning message,
>> "Warning: Unable to do imports from myapp.exe to KERNEL32.dll - will late
>> bind.
>>
>> The feature that will add my applications will be given to our customers
>> so they can added our
>> applications and driver to their image. I would really like to get rid of
>> this warning so I wouldn't
>> have to explain it to our customers when they build their image.
>>
>> John
>


Re: Warning: Unable to do imports from my.exe to Kernel32.dll - will late bind by John

John
Thu Oct 21 15:05:28 CDT 2004

I don't know. I rebuild the platform and did a search for kernel32.dll and didn't find it.

I got rid of the error when I stopped linking with winsock.lib.


On Thu, 21 Oct 2004 13:40:38 -0400, "Bruce Eitman \(eMVP\)"
<beitmannospam@NOSPAM_applieddata.NOSPAM_net> wrote:

>Is kernel32.dll in your image? What is kernel32.dll?