Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi How to create a win32 static library and export a function? with VC6 + sp4 thanks.
VC6 has a project type called 'Win32 Static Library'. There is no need to export functions from a static library. Just provide a header file with a declaration. Brad