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
|
|
matlab compiler/math library error in non-console apps. new bug?
Posted:
Dec 23, 1996 9:02 PM
|
|
I've successfully incorporated the mathwork's compiler/math library into the Visual C++ 4.0 IDE and created some console applications. I am now trying to convert these console applications into usuable DLL files which I can call from Delphi or Visual Basic (will need to modify for VB since of the way it returns variables). Anyway, the error I get is "Invalid floating point operation" from Delphi when I try to call my application. I know it isn't the way I can/use my dll since when I remove the mathwork's definitions/code but leave in the declaration in the procedure, it works. The DLL compiles fine (gives the exact same warning messages as the console application that works). Is there some functions that will cause this type of error when using a non-console application or is this a new bug? Anyone successfully make a DLL file that is callable? If anyone can help, please email me because my newsserver loses messages at times. Thanks.
|
|
|
|