![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Bug Reports Post about errors or bugs encountered. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm using the Sms.New1 method to send a text with the Outlook.dll (1.0.2900.27217). It works perfectly on my device TyTn II (WM6) through B4PPC, but not after I compile it. I have copied across the very same dll to the application folder, but no joy. Anyone else experienced this? The app used to work before I upgraded to 6.30.
Well done Erel, the compiling of bitmaps and dll's along with the app is most welcomed. Thx Graham Aley Last edited by Graley : 05-16-2008 at 03:10 PM. |
|
|||
|
Thanks Erel, all sorted. Not a bug. It turned ou to be a missing CRT in an IF statement. Maybe the old version didn't pick this out. Very stange. Thanks for the prod though.
Incorrect code: If X = X Then Action ELSE Sms.New1(Number,Message) Action END IF Corrected code: Incorrect code: If X = X Then Action ELSE Sms.New1(Number,Message) Action END IF |
![]() |
| 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 |
| Forelayer not working(?) | Cableguy | Questions & Help Needed | 5 | 08-16-2008 12:52 PM |
| optimized compilation | manu | Questions & Help Needed | 4 | 08-06-2008 07:17 PM |
| Error during compilation | mozaharul | Questions & Help Needed | 2 | 06-10-2008 03:50 AM |
| Label/Text Control text centering | TWELVE | Basic4ppc Wishlist | 1 | 06-04-2008 04:20 PM |
| Newbie having trouble with brush1.New1() | mjcoon | Questions & Help Needed | 6 | 05-28-2008 08:11 PM |