I want to create and use a DRIVER_LIBRARY. Note that this is to be a
statically linked library. Do I need to add special declarations on
functions that I intend to export?
Similarly, do I need to add any special declarations to the function
prototypes in the user code?
Thanks in advance,
Dennis
By the way, I've tried this out (without any special declarations), and the
linker kicks out an unresolved external symbol error for all the referenced
library functions.