Problem solved.... New problem found
mackrackit,
Very nice. It works!! This is not in the readme.txt file. How do you know these things? Just kidding. :)
Now, I have another problem when trying to combine USB and SDFS. I'm not sure if I should open another thread for this problem.
When using USB with PBPL you get the next errors
Code:
ERROR: Macro USBINIT? not found in macro file.
ERROR: Macro USBSERVICE? not found in macro file.
ERROR: Macro USBIN?CBBL not found in macro file.
ERROR: Macro USBOUT?CBBL not found in macro file.
The fix for this problem is to include the 18F4550.bal file and the project files in the same directory. This solution was given by Mister_E in the next thread
http://www.picbasic.co.uk/forum/show...=macro+usbinit
Now, if I want to combine USB and SDFS I would have to use the file 18F4550.bal. But if I compile my SDFS file with this file in the same directory I get the following error
Code:
ERROR: Unable to fit variable SDC_buffer
I'm using PBP 2.50, MPASM 5.22, and MCS 3.0.0.5. Any help would be greatly appreciated. Thank you.
Robert