OK, I have this program which I haven't touched for a while. For housekeeping reasons I did a re-compile. BIG MISTAKE.
Situation
1. It works from the Windows IDE
2. It works from the Device IDE
3. It crashes as an exe on the device during start up at line 375, caused by line 69 caused by line 31
4. It crashes as an exe on Windows during start up at line 33 and doesn't appear to go to line 375!!!
The crashes say I'm not referencing an object, which is clever because the code has already referenced the object!
Lines 31 and 33 are in app_start, so as you can guess we aren't in a complicated scenario, just trying to create a couple of TreeView objects.
I know you prefer scaled down code but this is about just the very trivial subs which contain the lines specified, so you can ignore the rest of it.
Thanks in advance,
Derek
Situation
1. It works from the Windows IDE
2. It works from the Device IDE
3. It crashes as an exe on the device during start up at line 375, caused by line 69 caused by line 31
4. It crashes as an exe on Windows during start up at line 33 and doesn't appear to go to line 375!!!
The crashes say I'm not referencing an object, which is clever because the code has already referenced the object!
Lines 31 and 33 are in app_start, so as you can guess we aren't in a complicated scenario, just trying to create a couple of TreeView objects.
I know you prefer scaled down code but this is about just the very trivial subs which contain the lines specified, so you can ignore the rest of it.
Thanks in advance,
Derek