Program no longer compiles (last compiled back in January)

Moderator: Benj

Post Reply
Lord Grezington
Flowcode V4 User
Posts: 288
Joined: Wed Nov 02, 2011 11:15 pm
Has thanked: 29 times
Been thanked: 30 times
Contact:

Program no longer compiles (last compiled back in January)

Post by Lord Grezington »

Hi Everyone

I have a program which needs to be modified which I originanly did back in January. However, it no longer compiles. I am using PIC16F1508 and changed the internal oscillator speed in the osccon register to 0x7A using a C-code component in the original version.

Now compiling it gave me errors with this, so in order to overcome these I had to se the OSCCON to 0x7A (only went from lower case to upper case). The only thing is, the clock seems to be running the correct speed but the rest of the program does not seem to be working. Even if nothing else is changed...

I have attached a program, any idea's

Thanks
Attachments
Compiling Errors.fcfx
(40.26 KiB) Downloaded 140 times

Lord Grezington
Flowcode V4 User
Posts: 288
Joined: Wed Nov 02, 2011 11:15 pm
Has thanked: 29 times
Been thanked: 30 times
Contact:

Re: Program no longer compiles (last compiled back in January)

Post by Lord Grezington »

Sorry, My appologies for this...

It seems the original program was done in V6, not V8... Everything works fine when I recompile in V6...

Thanks

Post Reply