assemblies mixing unmanaged code ? - |
| reg t replied to Peter Bromberg at 05-Jan-08 09:47 |
The exception (from HRESULT: 0x80131402) I reported in the previous mail is this:
"...This exception is thrown when the file image of an executable program is invalid. For example, this exception is thrown when unmanaged code is passed to Load for loading.
BadImageFormatException uses the HRESULT COR_E_BADIMAGEFORMAT, which has the value 0x8007000B
..."
It seems that at least in its current form, the Packing method is not amenable to deal with application mixing managed/unmanaged code.
Q: Some hints to deal with application mixing managed/unmanaged code?
|
|