|
"James Tursa" <aclassyguy_with_a_k_not_a_c@hotmail.com> wrote in message <h6hk9f$4vb$1@fred.mathworks.com>...
> "Shanmugam Kannappan" <shanmugambe@gmail.com> wrote in message <h6gqrn$3n0$1@fred.mathworks.com>...
> > Hi!
> >
> > I am able to load the DLL with out any errors using loadlibrary function. But after loading when I call "libfunctions" to list out the functions of DLL, its showing
> > "No methods for class lib.LicenseHelper or no class lib.LicenseHelper."
> >
> > Any idea about this behaviour.....
> >
> > Thanks & Regards,
> > Shan.....
>
> What header file are you using for the DLL when you load it? Are the DLL functions written with extern "C"? Only C style interface functions are supported, not C++ style name decoration.
>
> James Tursa
Hi James!
Thanks for the reply.
Yes, we have extern "C".
Let me know if you have any idea ...
Regards,
Shan...
|