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.
__________________
.
.
. Don't ask, I'm fine, honest. !!
.
.
. Just a little crazy at times
O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80
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 :
Quote:
Unable to load one or more of the requested types. Retrieve the LoaderException Property for more information
I found it in the help :
ReflectionTypeLoadException.LoaderExceptions Property
but I don't know how to use it, sorry.
Can you upload your desktop version ? maybe my deletions went too far...
__________________
David Erez
Ramat Hasharon, Israel
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
__________________
.
.
. Don't ask, I'm fine, honest. !!
.
.
. Just a little crazy at times
O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80
I've compiled the .sbp on the desktop several times with an errorLabel(label1) in
various parts of the .sbp app_start.
The
Code:
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
__________________
.
.
. Don't ask, I'm fine, honest. !!
.
.
. Just a little crazy at times
O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80