Signing assemblies with unmanaged calls

P

pedrito

Just to verify, I can't use signed assemblies if I'm pInvoking into
unmanaged code, right? I mean, I'm not doing COM stuff. There's no TLB. I
have a DLL (FreeImage.dll) that I'm making calls into and it's unmanaged and
therefore unsigned.

Just wanted to verify before I start trying to sign everything.

If that's the case, how do people get around that? Do you create a COM
wrapper for the assembly and then sign the TLB?

Thanks.
 

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

Top