Menu

Downloaded V .97, now it is not showing errors

Paul Haug
2017-03-06
2018-01-21
  • Paul Haug

    Paul Haug - 2017-03-06

    I was using V .96 with no problems (other than what I caused).
    Now I downloaded V .97
    When I compile prgm no error window shows up, but at the bottom this shows.
    Am I missing some key file ?

    23:54:50 G+Stool-COMPILE/ASSEMBLE, processing C:\GCB@Syn\G+Stools\makeASM.bat
    Source-File = C:\Users\Paul\Desktop\GCBasic\junkerror.gcb
    'gcbasic.exe' is not recognized as an internal or external command,
    operable program or batch file.
    0.3 Sec. <<< WARNINGs / ERRORs while compiling!
    .
    Paul
    I added asome ovius gross error in the following prgm for testing
    ;
    > #Option Explicit
    ;Chip Settings
    > #Chip 18F26K20, 20 '''16F1847, 32
    '#Config OSC = INTOSC, MCLRE = OFF, WDTE = OFF
    > #Config MCLRE = OFF, WDTE = OFF
    > #Option Explicit
    ;;;;;;;;;;;;#define mydelay 100
    > #define prldata PORTC

    ;dim indxadx as byte ''''#define indxadx
    dim DataCount as byte '#define DataCount
    dim LoopCounter as byte
    ;Set port C direction
    DIR prldata OUT

    ' ----- Main body of program commences here.
    '
    'First, setup eeprom memory with data
    '

    ' 16 bytes of Data per line, 16 lines for 256 bytes
    'this draws a diagonal line from one corner
    'First byte Vert position, 2nd byte Horz position
    EPWRITE 0, 1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8
    EPWRITE 16, 9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16
    EPxWRITE 32, 17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24
    EPWRITE 48 3325,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32
    EPWRITE 48 33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40
    EPWRITE 64 41,41,42,42,43,43,44,44,45,45,46,46,47,47,48,48
    '
    indxadx = 0 ;intialize eprom inx
    '
    do
    ;HERE LATER ;do the a/b select, select unit A
    ExPREAD inxadx,prldata 'Send to port C
    ;do the d/a clock strobe

    wait mydelay ms

    indxadx=indxadx+1
    ;HERE LATER ;do the a/b select, select unit B
    EPREAD inxadx,prldata

     

    Last edit: Paul Haug 2017-03-06
  • Paul Haug

    Paul Haug - 2017-03-06

    Removed and re-installed V .97, now working, showing errors as it should.
    Sorry I paniced befor re-installing.

     

    Last edit: Paul Haug 2017-03-06

Log in to post a comment.