PDA

View Full Version : PBP2.50b



DaveC3
- 14th July 2008, 18:11
I just upgraded from PBP2.50A to 2.50B. Now my USB programs will not compile. I get the following errors


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.


I get this same message on all my old projects.

MicroCode Studio Pro
WinXP sp2

Anyone seen this?

Thanks

Dave

DaveC3
- 14th July 2008, 18:51
I found the problem. The upgrade overwrote the .bas files

I had to change the Library from "PBPPIC18" to PBPUSB18"

Dave