NO

Author Topic: POLINK complains about module-definition file  (Read 10388 times)

japheth

  • Guest
POLINK complains about module-definition file
« Reply #15 on: June 14, 2006, 12:56:55 AM »
Quote from: "frankie"
japheth you can also compile with the /Gn switch that removes decoration from exported symbols.
Probably much faster :wink:


The modules are written in ASM, not in C.

japheth

  • Guest
POLINK complains about module-definition file
« Reply #16 on: June 14, 2006, 08:20:16 AM »
I did some more research concerning the "decoration" issue. polink is not so dull as one may think at first glance. It is able to find the decorated form of exports in object modules given on the command line. It just doesn't find them if the module(s) containing the exported function(s) is/are located in a library. This is inconsistent of course and should be fixed.