Why under arm64, the X64-compiled c# cannot call the x64 dll generated by go?
Under arm64, I am using x64 compiled c# to call go generated x64 dll, the program always abnormal. The same dll, using x64 compiled c++ calls, without any problems
Are there any flaws in c# on arm?why c++ code dont have this problem? Thanks
Under arm64, I am using x64 compiled c# to call go generated x64 dll, the program always abnormal. The same dll, using x64 compiled c++ calls, without any problemsAre there any flaws in c# on arm?why c++ code dont have this problem? Thanks Read More