Can anybody else help me further ??
I hate relying on AGraham
Attached is notification2.txt, my .cs file.
I've added a few mods and it compiles and works on my device.
Yet again I'm struggling to thin it out for a desktop.dll
I can get my 'attempts' to compile on the desktop for the device,
but the .exe's crash in 'app start' on the device.
I can try to run it on my device, can you please upload the test b4p application ?
I made a desktop version by deleting some methods, but I get an error after putting it in the application :
Unable to load one or more of the requested types. Retrieve the LoaderException Property for more information
Hi Derez, just had another hour tinkering, still no sucess.
The attached zip contains,
Both compiled dll's. (As I said earlier, the device one works on the device.
And the .sbp compiles for device on the desktop,
but the .exe crashes on the device.)
The .sbp file i'm using.
And both .cs files
I've compiled the .sbp on the desktop several times with an errorLabel(label1) in
various parts of the .sbp app_start.
The
B4X:
label1:
msgbox("Here")
fires if I place errorLabel(label1) before bal.new1
Msgbox doesn't show if I place errorLabel(label1) 'after' bal.new1
It just crashes with Error in app_start :BangHead: