[Solved] [PureUnit] Error with example.pb
Posted: Fri Jul 20, 2018 9:56 pm
I just tried PureUnit 0.3 with given example file
Can anyone help me run PureUnit with last stable Purebasic version (5.62 x64) ?
Then I tried to simplify the code. Error still occur with only this simple code.PureUnit 0.3 wrote:Using compiler: PureBasic 5.62 (Windows - x64)
Preparing file: Example.pb
Compiling with: (no parameters)
File : Example.pb
Compiled: (no parameters)
Error: Compiler Error
On line: 223
Error: 'Read' can't convert automatically a number into a string.
Stats: Failure after 0 successful tests in 1 files. (0 min, 8 sec)
Code: Select all
ProcedureUnit Test()
EndProcedureUnit