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
>