I've been writing programs for a few months on my PC and I'm not sure why my first Clio program has to be so difficult. I'm starting out with just a "Hello World" type of program.
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Msgbox("Hello World")
End Sub
When I try to run it on the Clio I get
Error
NotSupportedException
MISC::HandleAr+0x4a
InputPanel::.ctor+0x3c
CRunner::newCrunner+0x6
CRunner::.ctor+0xed
I add the extension .net to the .exe filename so that .net will execute it. I'm using Basic4PPC ver 6.50. I compile with no optimization. I have .netcf v1.0 on the Clio. I've downloaded other netcf 1.0 programs that run OK. The only thing that I didn't try was uninstalling a newer version of Basic4PPC that I have on my desktop. I'm thinking perhaps the code being generated is netcf 2.0. Is there an easy way to check this?
Thanks for any help.
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Msgbox("Hello World")
End Sub
When I try to run it on the Clio I get
Error
NotSupportedException
MISC::HandleAr+0x4a
InputPanel::.ctor+0x3c
CRunner::newCrunner+0x6
CRunner::.ctor+0xed
I add the extension .net to the .exe filename so that .net will execute it. I'm using Basic4PPC ver 6.50. I compile with no optimization. I have .netcf v1.0 on the Clio. I've downloaded other netcf 1.0 programs that run OK. The only thing that I didn't try was uninstalling a newer version of Basic4PPC that I have on my desktop. I'm thinking perhaps the code being generated is netcf 2.0. Is there an easy way to check this?
Thanks for any help.