Hi Judith,
What techniques did you use in Java? The dllimport attributes in .NET
(PInvoke) are very similar in concept and execution to the Microsoft
J/Direct feature of the MS java vm. If you used J/Direct, your .NET
conversion should be simple.
How are you exposing the exported C++ routines? Are you using the 'extern
"C"' keywords to generate standard C symbols? If not, you can always use
the 'EntryPoint' parameter to the DllImport attribute to specify the CPP
decorate阅读全文>
发表于 @ 2005年11月14日 15:39:00|评论(loading...)|编辑