what do you mean by if fuses are set correctly i have no clue ... see if i connect the led to the 12v and 0v pins then it glows meaning the board is powered up also the pic got a bit hot so it had power in it ..... but fuses i hv no clue i hv seen an option called fuses in the pic pro software used to program the hex file into pic
something wrong with the set-up. hindi dapat umiinit ang pic.

Fuses means the pic configuration.
Config_Start
OSC = HS ' Oscillator Selection HS
OSCS = OFF ' Osc. Switch Enable Disabled
PWRT = On ' Power-up Timer Enabled
BOR = On ' Brown-out Reset Disabled
BORV = 25 ' Brown-out Voltage 2.5V
WDT = OFF ' Watchdog Timer Disabled
WDTPS = 128 ' Watchdog Postscaler 1:128
CCP2MUX = On ' CCP2 MUX Enable (RC1)
STVR = OFF ' Stack Overflow Reset Disabled
LVP = OFF ' Low Voltage ICSP Disabled
Debug = OFF ' Background Debugger Enable Disabled
CP0 = OFF ' Code Protection Block 0 Disabled
CP1 = OFF ' Code Protection Block 1 Disabled
CP2 = OFF ' Code Protection Block 2 Disabled
CP3 = OFF ' Code Protection Block 3 Disabled
CPB = OFF ' Boot Block Code Protection Disabled
CPD = OFF ' Data EEPROM Code Protection Disabled
WRT0 = OFF ' Write Protection Block 0 Disabled
WRT1 = OFF ' Write Protection Block 1Disabled
WRT2 = OFF ' Write Protection Block 2 Disabled
WRT3 = OFF ' Write Protection Block 3 Disabled
WRTB = OFF ' Boot Block Write Protection Disabled
WRTC = OFF ' Configuration Register Write Protection Disabled
WRTD = OFF ' Data EEPROM Write Protection Disabled
EBTR0 = OFF ' Table Read Protection Block 0 Disabled
EBTR1 = OFF ' Table Read Protection Block 1 Disabled
EBTR2 = OFF ' Table Read Protection Block 2 Disabled
EBTR3 = OFF ' Table Read Protection Block 3 Disabled
EBTRB = OFF ' Boot Block Table Read Protection Disabled
Config_End