View Single Post
  #3 (permalink)  
Old 01-18-2008, 01:59 PM
specci48's Avatar
specci48 specci48 is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 638
Default

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
Reply With Quote