To my knowledge that was fixed a long time back. Although it is not explicity stated, after downloading the GCBasic 9.30 file, the udate zip ( http://gcbasic.sourceforge.net/update.html ), needs to installed on top of that,
The Download web page should be changed to make the update zip requirement more clear. Really, with all the changes made recently, a 9.4 version should come into being not too far down the road.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can somebody please tell me what is wrong here.
I get "error [113] symbol not previously defined (CHS2)"
#chip 12F675, 4
#config OSC=INTOSC, MCLRE=OFF, WDT=OFF
'Set the pin directions
delay_ms
dim X as byte
DIR GPIO.0 IN
X = readAD(AN0)
WAIT 100 ms
To my knowledge that was fixed a long time back. Although it is not explicity stated, after downloading the GCBasic 9.30 file, the udate zip ( http://gcbasic.sourceforge.net/update.html ), needs to installed on top of that,
The Download web page should be changed to make the update zip requirement more clear. Really, with all the changes made recently, a 9.4 version should come into being not too far down the road.
Ok so I've downloaded the update.zip file. How exactly do I "install on top of" GCBasic 9.30?
extract update.zip in to new folder.
Copyy al files form New folder on top for installed files in GCBASIC folder.
Yes It's working OK now. Thanks!