IDE crashes on device

kolbe

Active Member
Licensed User
Longtime User
I'm using WM6.1 (cfnet 3.5 preinstalled) and basic4ppc v6.3 but have CFNET 2 installed to allow the IDE to run on the device.

When I use the hardware library's hardware_SIPChanged event in a program the program runs fine but when I return to the IDE and bring up the keyboard sip the IDE crashes. Before I run the program the keyboard sip works fine.

I don't have the error handy but I'll try to get it to you tomorrow.
 

kolbe

Active Member
Licensed User
Longtime User
Sorry for the wait.

If I run crash.sbp in the device IDE, I exit crash.sbp, then in the IDE enable the keyboard (display the keyboard) the IDE will crash every time.

Here's the error I'm getting.

Basic4ppc.exe
NullReferenceException

at Dbasic.Controls.CObject.MetapelEruim()
at System.Hardware.sip_EnabledChanged()
at Microsoft.WindowsCE.Forms.InputPanel._SIPWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at Dbasic.Form1.Main()
 

Hennell

Member
Licensed User
Longtime User
heh - just came here to report this, guess I should keep my library files updated.
 
Top