tirazheh

20 Reputation

3 Badges

14 years, 330 days

MaplePrimes Activity


These are questions asked by tirazheh

Hi,

I'm trying to use a simple DLL in maple, which I create based on Maple external linking examples..

int __stdcall mult( int a, int b )
    {
         return a * b;
    }

and I compiled it with Visual Studio 2010 compiler, but when I use it in Maple I recieve the error

"Error, external linking: error loading external library"

thanks

Page 1 of 1