I was using the Blitzdouble dll (userlibs - http://www.blitzbasic.com/codearcs/codearcs.php?code=1905)
and when i tried the example given it gave a error, something like expecting an 8 bit bank but having 0.
But i checked the example and it's correct:
"; Create some banks to store the double variables
Local MyDouble_1 = CreateBank(8)
Local MyDouble_2 = CreateBank(8)
Local MyDouble_3 = CreateBank(8)
Local MyDouble_4 = CreateBank(8)
Local MyDouble_5 = CreateBank(8)
Print "Assign from string"
DoubleAssignFromString(MyDouble_5,"3.2361567664646")"
It crashes here!
What is wrong?
and when i tried the example given it gave a error, something like expecting an 8 bit bank but having 0.
But i checked the example and it's correct:
"; Create some banks to store the double variables
Local MyDouble_1 = CreateBank(8)
Local MyDouble_2 = CreateBank(8)
Local MyDouble_3 = CreateBank(8)
Local MyDouble_4 = CreateBank(8)
Local MyDouble_5 = CreateBank(8)
Print "Assign from string"
DoubleAssignFromString(MyDouble_5,"3.2361567664646")"
It crashes here!
What is wrong?