Problem using PICAXE Programming Editor 5.3.2

hao

New Member
I try to run this code:
main: high 4
pause 1000
low 4
pause 1000
goto main

Syntax pass but went want simulate it, this came out:
Run-time error '-2147024809(800700057)':
The parameter is incorrect.
SRCVW lex routine: PutRegExpPropHelper - Invalid or unrecognized expression syntax..

Then after click "ok", this pop out:
Programmer Editor has encountered a problem and needs to close. We are sorry for the inconvenience.
Error signature
AppName: progedit.exe AppVer: 5.3.0.2 ModName: ntdll.dll
ModVer: 5.1.2600.5512 Offset: 000108b3

Then other pop out:
The instruction at "0x7c9108b3" referenced memory at "0x01b1fff8". The memory could not be "read".
Click on OK to terminate the program

Then the PICAXE Programming Editor close down.
I running at Dell laptop vostro1400, window XP SP3.
I try on other PICAXE model is still given the same as above.
I download the software from this website:
http://www.rev-ed.co.uk/picaxe/software.htm
I try use the patch provide at that website which say will upgrade from 5.3.2 to 5.3.4, but the program jam there.
The attach file is the error report.

Hope someone can help me.Thanks
 

Attachments

Top