RE: [xml] Release of libxml2-2.4.21



Good evening,

Here's another idea off the top of my head:

the compiler as the /Zg option, which lists every function 
that is compiled
to stdout.  A script could capture the output of this and 
save it as a .DEF
that would be passed to the linker.  This of course would export all
functions, but could be an authoritive way to export all the 
functions for
each individual configuration.

Sure. This would export all functions, even static ones, but who cares?
What is more important a flaw, it would not export variables. In the
default configuration, xmlFree is a pointer to a function and pointers
are variables. 

I could very well live with all functions exported, but I would miss
xmlFree very much :-)

Ciao
Igor



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]