So I edited assembly code in hid_desc.bas and used global directives for USBDeviceInit,USBDeviceTask,and PutUSB in usb_mem.asm.I then used MPASMWIN tool to generate hid_desc.O from hid_desc.asm and then generate a .lib file using MPLib. Now I want use the generated file in my main Basic code but I don't know how to get it working.