MisterEd

25 Reputation

2 Badges

17 years, 191 days

MaplePrimes Activity


These are questions asked by MisterEd

I ran the 16.02a updates but the "About Maple" dialog still shows 16.02 build 788210. Is this right or should it show 16.02a with a new build number?  Not sure if Maple was updated.

Can I install both 32 and 64 bit version on one PC? (64 bit in Program Files and 32 bit in Program Files (x86))?

If so, does it mean  I will need to use a second license? Not a problem, my Office version is 32 bt and have Maple 64 bit installed and I want to use Excel.

I have a DLL which contains many function for the 1997 IASM steam tables.

As an example (in SI units)

> dllloc := "c:/Windows/system/astemdll.dll";
                      "c:/Windows/system/astemdll.dll"
> psat := define_external(psat97mc, FORTRAN, arg1::(float[8]), RETURN::(float[8]), LIB = dllloc);
> b := psat(647.096);
   ...

Page 1 of 1