Hi Erel,
Thanks for reply.
I wrote a simple code as below and compile it. I'm able to compile it & run the exe without no issue.
//
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Msgbox("Are the LED(s) light up correctly?","Test Result",cMsgboxYesNo, cMsgboxQuestion)
End Sub
//