Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Bob Joe
Posts:
23
Registered:
12/7/04
|
|
help with Matcom v2.0 possible bug?
Posted:
Oct 14, 1996 5:28 PM
|
|
Hello, I am trying to create a DLL file which uses the matlib extensions with
MS VC++4.0 and get an error whenever I CLOSE the application calling the DLL. I have traced the error back to a single line in the DLL 'initM(cin,cout,cerr)'. It appears that without the line my routines won't work and give me the error 'floating point overflow'. I have tried replacing the line also with 'initM(stin,stout,sterr)' with appropriate support but it still gives the same error. Is this a bug or is there a simple fix? The following error message is displayed:
PROJECTNOW caused an invalid page fault in module KERNEL32.DLL at 0137:bff9a3c4. Registers: EAX=0065fb54 CS=0137 EIP=bff9a3c4 EFLGS=00000246 EBX=00000185 SS=013f ESP=0065fb50 EBP=0065fba4 ECX=10087704 DS=013f ESI=1008773c FS=26ef EDX=00000000 ES=013f EDI=10000000 GS=0000 Bytes at CS:EIP: 5e 8b e5 5d c2 10 00 64 a1 00 00 00 00 55 8b ec Stack dump: 1008773c c0000005 00000000 00000000 bff9a3c4 00000000 0065fb8c 0065fbe0 0041e6d4 0065fb8c 0065fbac 00008c1c 0065fbf8 0065fb94 009a25ac 0065fba4
|
|
|
|