我这么引用vc6的dll,有没有问题呢?
public class MainApp
{
[ DllImport("hjmpcdll.dll", EntryPoint="ApiInitCSSJMEng", SetLastError=true, CharSet=CharSet.Auto)]
public static extern int ApiInitCSSJMEng();
}
...全文
733打赏收藏
请问w3wp是一个什么进程,为什么我的老在这出错
我这么引用vc6的dll,有没有问题呢? public class MainApp { [ DllImport("hjmpcdll.dll", EntryPoint="ApiInitCSSJMEng", SetLastError=true, CharSet=CharSet.Auto)] public static extern int ApiInitCSSJMEng(); }