I've got a C# dll and wanted to import it in stdafx.h (another DLL for JNI): import "C:\Users\Marcus Tik\Documents\Visual Studio 2010\Projects\DotNETSpy\DotNETSpy\bin\Release\DotNETSpy.dll" -> Visual Studio said: "Error loading DLL."
Then I used Dependency Walker which says Error: "Modules with different CPU Types where found."
Isn't it standard for a C# DLL to support different CPU Types? How can I solve my problems ? Thanx in advance!