C language > Expert questions

Import Libraries

<< < (2/2)

RotateRight:
Pelle,

Thanks for your response.

I was successful in in obtaining
my desired results by creating
import libraries from the def
files and using Microsoft Link.

Of course, this was not my desired
result, as I would have liked to
have used polink.

I hope that when you make any
future enhancements or fixes
to the linker, that you consider
revisiting this again.

Thanks again

jj2007:

--- Quote from: Pelle on January 03, 2008, 07:36:40 PM ---Using multiple /DEF options to POLIB will combine all symbols seen, but only the last LIBRARY name will be used to build the import library; all symbols will be associated with this (DLL) LIBRARY name. The next release will warn about conflicting LIBRARY names from multiple module-definition files, but otherwise the current behaviour will remain.
--- End quote ---

I wonder if there is any workaround? Or has this ever been addressed?


--- Code: ---POLIB: warning: LIBRARY name 'kernel32.dll' replaced by 'user32.dll' from module-definition file 'Build64.def'.
--- End code ---

Vortex:
Hello,

Trying to combine multiple libraries with Polib Version 12.00.0 to create the Universal C Runtime import library :


--- Code: ---POLIB: warning: No symbols added from 'api-ms-win-crt-convert-l1-1-0.dll'; this member will never be seen by the linker.
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version