question on interop and public name

  • Thread starter Thread starter gg
  • Start date Start date
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.
 
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.

Can you provide an example of that so we can reproduce the problem?



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top