Double Quad ... DLL / EXE

Blitz3D Forums/Blitz3D Programming/Double Quad ... DLL / EXE

RGR(Posted 2006) [#1]
Just some Questions.
I made a dll with Purebasic to use Quads and Doubles in a B3D program (converted to Strings in and out). The results are terrible using DoubleFloats. DoubleIntegers work okay.
I changed the Pure Basic Program to an exe and tested with using conversation between the 2 Programs through a file. Then the results are correct.
The same happens with a similar PowerBasic Dll.
Conclusion: If it runs as separate exe it works. As dll called by B3D it doesn't.

So here are the Questions: Can it be, that B3D switches the CPU to 32 Bit Operations and 64 Bit Float Operations in a DLL are therefore not possible (the first 7 Numbers are correct, the rest is sort of a random number)? Has anyone tried something similar and it worked?
.

Something else:
http://www.blitzbasic.com/Community/posts.php?topic=52225
.