http://ww1.microchip.com/downloads/en/DeviceDoc/PICkit%202%20PIC18F2550%20Ver.1.0.1%202005-05-16.zip
http://ww1.microchip.com/downloads/en/DeviceDoc/PICkit%202%20V1.00%20Source.zip
The source link of the product page is still broken.
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en023805
Regards,
Xiaofan
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1960
Nokia offers free download of Borland C++ Builder Mobile Edition 2.1.
It actually includes Borland C++ Builder 6 personal edition.
I am able to build Microchip's application using the downloaded BCB 6
personal edition.
http://ncsp.forum.nokia.com/csp//?body=eula;asset_id=206;ref=
The missing Winddk file like hdisdi.h and hid.lib can be download from
websites like http://www.alanmacek.com/usb/ or from Microsoft
(no more download but only free CD with shipment charge).
Take note that the hid.lib needs to be converted to Borland format
first.
coff2omf hid.lib b_hid.lib
and then rename b_hid.lib to hid.lib.
Put the hidsdi.h and hid.lib in the same directory of the PICkit 2
PC Application project.
If the coff2omf is not working for you, google says that you may
want to use implib and hid.dll from DDK but I have not tried out this.
Best regards,
WH Tan