POLINK complains about module-definition file

Started by japheth, June 12, 2006, 11:43:32 AM

Previous topic - Next topic

japheth

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

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.