G
gg
How can I ensure that public exposed function and sub names be useable by
unmanaged client without fear of mangling?
It seems names like RegExpTest is not useable by some OLE client which
insists using regexptest instead of RegExpTest. The ole client then gives me
a message of bad function reference.
unmanaged client without fear of mangling?
It seems names like RegExpTest is not useable by some OLE client which
insists using regexptest instead of RegExpTest. The ole client then gives me
a message of bad function reference.