Quote Originally Posted by pbauman View Post
I keep getting errors when I try to compile the code generated by EasyHID:

Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceInit)
Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceInit)
Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceTasks)
Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (USBDeviceTasks)
Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (GetUSB)
Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (GetUSB)
Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (PutUSB)
Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (PutUSB)

I am running PBP 2.60 with MPLabs 8.15a and a PIC18F4550.

Can anyone help me to figure out what is going on and suggest anything to try to fix this?
Thanks
I think this could be the cause of your problems:

USB_DEV.ASM, USB_DEV.INC, USB_MEM.ASM, the class assembler and include files
and the project descriptor file, as well as any desired sample programs,
should be copied to the project source subdirectory before being used.

(USB.TXT in PBP260\USB18)

Make sure you copy USB_DEV.ASM, USB_DEV.INC, USB_MEM.ASM into project directory.
Worked for me.

All best