![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Erel,
An 'old' program does not run correctly with the libraries of version 6. At least, I think that that is the reason. It runs correctly in debug mode , both on the device and on the desk top. However, translated it does not run correctly on the device, nor on the desktop. It doesn't stop, but just doesn't do what it should do. As in debug mode it works fine, it is difficult for me to analyze the problem. It doen't work correctly in an area where quite some decimal arithmetic is done. Any idea? Harry |
|
||||
|
Can you upload a small portion of the code that demonstrates the problem?
If not, then please send it to me: erel@basic4ppc.com |
|
|||
|
Erel,
I found the problem myself already: err is an boolean leaving a sub the statement : "return not (err)" works in debugging mode, but after compilation the inversion does not take place. With the previous version it did work, also in run mode. The new code works in both modes: If err = true Then err=false Else err=true End If Return err I do not know who is right: the compiler or the debugger? Shouldn't they react in the same way? Harry |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem running my program! | damnfoile | Questions & Help Needed | 1 | 07-11-2008 05:33 AM |
| Version 6.01 Problem with SIP Features of Hardware Library | Woinowski | Bug Reports | 4 | 01-08-2008 01:59 PM |
| SQL problem with new version | HARRY | Questions & Help Needed | 4 | 12-30-2007 11:52 AM |
| Version 6.0 Device optimized compilation problem | HarleyM | Bug Reports | 0 | 12-28-2007 03:01 AM |
| Running other apps | Ianmac | Questions & Help Needed | 2 | 12-16-2007 03:30 PM |