Search found 1473 matches

by Jerry Messina
Mon Feb 09, 2009 10:25 am
Forum: Compiler
Topic: syntax for 'prototype' declaration
Replies: 2
Views: 2558

syntax for 'prototype' declaration

I just tried to use the 'prototype' keyword (as outlined in http://www.sfcompiler.co.uk/forum/posti ... ote&p=5000),
but I keep getting an "END expected" error at the line containing

Code: Select all

sub myNeededFunc() prototype
What am I doing wrong?

Jerry
by Jerry Messina
Mon Feb 09, 2009 9:58 am
Forum: Modules
Topic: usart SetBaudrate issue
Replies: 2
Views: 4210

usart SetBaudrate issue

There appears to be a problem with the usart baud rate routine when using the 16-bit BRG. The module assumes that the SPBRG/SPBRGH registers are adjacent in the memory map, and there are a number of devices where this isn't the case (such as the 18F6680 which I just tried!) For me, changing the code...
by Jerry Messina
Fri Jan 30, 2009 7:01 pm
Forum: IDE
Topic: Conflicts between SFcompiler 2.1.0.1 and MPLAB IDE v8.10
Replies: 19
Views: 18129

I'm the same issue as the others with getting the error Swordfish BASIC Compiler (SE) 2.1.0.1 Copyright (c) 2007 Mecanique All Rights Reserved. [Error]: Unable to open system file [Error](4): Unable to open system file I'm new to swordfish, so I've tried a few different versions of MPLAB and install...