![]() |
|
|||||||
| 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 |
|
|||
|
<edit> same with the new serial2.dll
In components desktop serialdesktop.dll when compiling serialterminal example it says: serial.New1 is not a known object where it goes wrong? grCor Last edited by Cor : 01-18-2008 at 10:29 AM. |
|
|||
|
Copied the header from original serialterminal prog after that program is ok
Good not get the header right, strange === good header version 6.01 0 Form1 1 2 1 1 0 0 0 0 1 1 0 0 16 0 0 0 0 0 0 0 238 268 1 Serial2.dll 0 1 serial:Serial Sub designer --wrong header |
|
||||
|
Hi Cor,
seems that you haven't declared an object named "serial"! Using external librarries you first have to add the library(s) to the project using <tools> <components...>. After that, you have to add the objects you are accessing within your project using <tools> <add object>. Select the right type of object ("Serial" in this example) and name it like you access it in your program ("serial" in this example). Another way is to add the object during runtine with AddObject(Object Name, Object Type). Maybe you should have a look at the first steps from Erel's GPS example (GPS application - Part I) specci48 |
![]() |
| 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 |
| Compiling with old .NET | Sta | Questions & Help Needed | 2 | 03-16-2008 07:07 PM |
| serial | Cor | Questions & Help Needed | 1 | 01-18-2008 12:49 PM |
| Receive Serial IR? | spamme0 | Questions & Help Needed | 21 | 12-23-2007 07:47 PM |
| Compiling | kavka | Questions & Help Needed | 6 | 10-17-2007 11:25 PM |
| serial i/o | Softselect | Questions & Help Needed | 1 | 07-24-2007 01:48 PM |