Groups | Blog | Home
all groups > visual c > september 2004 >

visual c : How to hide unmanaged members in a mixed-mode dll ?


Thibaut
9/29/2004 4:21:01 AM
Hi,

I've read it somewhere already but can't find the post anymore.

In a mixed-mode wrapper, there is a special compiler or linker switch to
hide unmanaged symbols and namespaces (such as std etc) from the assembly, so
it's not visible for the end-user nor for through tools like reflector.

Does anyone know this flag ?

regards
Thibaut
9/29/2004 6:15:02 AM
Yes it does!

Thanks Will
William DePalo [MVP VC++]
9/29/2004 8:55:17 AM
[quoted text, click to view]

I think this link describes the flag that you seek:

http://support.microsoft.com/default.aspx?scid=kb;en-us;822330

Regards,
Will

AddThis Social Bookmark Button