>The DLL is generated using visual studio. Any Idea what this means?
Which language? If C#, are you using unsafe code?
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
ralph.mason@gmail.com - 12 Feb 2005 03:04 GMT
It's a C# dll, it uses unsafe code to do interop functions with
unmanaged code.
I have sorted out my weird crashes. But still peverify gives the above
results (the dll works just fine)
Ralph
Chris Rolon - 12 Feb 2005 10:58 GMT
I believe that Mattias is asking whther you are using the "unsafe" keyword
on methods and writing unsafe code. If you are, that code will not be
verifiable.

Signature
Chris Rolon
> >The DLL is generated using visual studio. Any Idea what this means?
>
> Which language? If C#, are you using unsafe code?
>
> Mattias