A Ariff New Member Licensed User Dec 17, 2015 #1 Hi, I'm an beginner in writing source codes in basic. When I tried to compile my codes, I received an error message of error CS0012 as per below: Did anyone encountered this? Do you have any idea of solving this issue? Thanks! Attachments upload_2015-12-17_17-9-6.png 25.5 KB · Views: 441
Hi, I'm an beginner in writing source codes in basic. When I tried to compile my codes, I received an error message of error CS0012 as per below: Did anyone encountered this? Do you have any idea of solving this issue? Thanks!
Erel B4X founder Staff member Licensed User Longtime User Dec 17, 2015 #2 Create a new project and try to compile it. Do you get the same error message?
A Ariff New Member Licensed User Dec 17, 2015 #3 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 //
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 //
Erel B4X founder Staff member Licensed User Longtime User Dec 17, 2015 #4 Check the referenced libraries in your first project. You have probably added a desktop library to the device side.
Check the referenced libraries in your first project. You have probably added a desktop library to the device side.