lei han

lei han

  • NA
  • 5
  • 428

Dll problem when it contain another dll function

Mar 6 2018 11:02 PM
I package many c functions into a dll, it contain a few existed functions like cblas_sgemm (intel MKL). The whole program collapsed and exited and got a return value : 2 (0x2). But there is no problem when change the cblas_sgemm to a function written by meself. So I just want to know can I call a dll which contains another dll function in C#.
Thanks~ 

Answers (2)