Question: Conflict GMP - OpenMaple

I experienced a problem with OpenMaple: I want to use it in an application together with GMP (and other libraries) under C++. Now, when I just create gmp-integers from 1 to 100 and print them out, there is a strange behaviour if I do the same, but with starting a Maple-instance before: The numbers 8, 9 and everything greater equal 64 are not printed, instead some junk appears on the screen. But it looks like the number are internally correct, one can still calculate with them. Maybe MAPLE overwrites some global constants of GMP? Has somebody observed such problems and knows a fix? I'm using MAPLE 10, gmp-4.1.4 and gcc-3.3 Regards Michael
Please Wait...