Hi Guys,
I am using mono right now. I know it has been discussed here and that is the reason i though i will find help for this. I use c# wrapper class for pinvokes written in c++. The problem is i get a failed to load function error for those methods in the c++ implementation. I used the dll import statement as follows.
[DllImport(libname,EntryPoint="functionname")]
Even though those methods are defined in the library it gives me this error message. Since the concept is almost similar i hope i will get some help.
Sorry if i have made mistake by discussing mono related issues here.
Regards
Yashasvi
I am using mono right now. I know it has been discussed here and that is the reason i though i will find help for this. I use c# wrapper class for pinvokes written in c++. The problem is i get a failed to load function error for those methods in the c++ implementation. I used the dll import statement as follows.
[DllImport(libname,EntryPoint="functionname")]
Even though those methods are defined in the library it gives me this error message. Since the concept is almost similar i hope i will get some help.
Sorry if i have made mistake by discussing mono related issues here.
Regards
Yashasvi