Is it possible that between the v4 beta 1 and the v4 beta 3, the execution speed of programs under Windows GUI increased again?
Because I start to hallucinate...
Added GetDatabaseDouble()/Quad(), any tests on these commands are welcome
all runs fine now.
But, in tests I've noted that GetDatabase[Long/Float/Double/Quad]() are equivalent to GetDatabaseString() combined with (followed by) Val/ValF/ValD/ValQ().
Is correct this?.
Added GetDatabaseDouble()/Quad(), any tests on these commands are welcome
all runs fine now.
But, in tests I've noted that GetDatabase[Long/Float/Double/Quad]() are equivalent to GetDatabaseString() combined with (followed by) Val/ValF/ValD/ValQ().
Is correct this?.
Yes, it's correct, as you can retrieve anything in string form. Tough, it's advised to use the specialised function for speed and may be for compatibility, as it's not granted than a database stores floating number in exactly the same format than another (dot instead of coma, use of exponent character etc.).
The BETA 3 has a lot of problems with memory accesses.
Often, I get a "invalid memory access"-errormessage if I write two or more allocatememories in next to another.
And the same problem is sometimes, if I call PeekS with a stringpointer more than one times in next to another.
And in other sources, the same codes works perfectly.