Hey Charles.  Symbol had me do some work on the 1740 driver before they
shipped it, maybe I can help you out.  I haven't seen the latest incarnation
of it, though, so this might be dated information.  :)

It uses a shared library and a static library.    Adding the .h files like
you did is the first step.  So right off the bat, you need to link the
static library s24.lib (hope they didn't rename it on me) into your project
as well, so the APIs in the .h file are resolved (to the function addresses
in the .lib file).  If you care, this static lib is really just a wrapper
around the s24 shared library, which of course also has to be on your
device.  The SPT1700 and SPT1740 should have this library flashed into the
bigrom, so you shouldn't need to do anything for this to work.

I think once you've added the static library to your project, you should be
able to resolve any S24API call.  Let me know if you still have trouble.

-Jeff Ishaq
The Windward Group

-----Original Message-----
From: Charles Rezsonya [mailto: 
Sent: Wednesday, October 06, 1999 4:11 PM
To: [EMAIL PROTECTED]
Subject: intergrating the spt1740 api's into GCC using VFDIDE


hello,

i'm attempting to impliment the spt 1740 api's using the gcc compiler with
VFDIDE.  i read the documentation and samples from symbol and it said to add
the library files into the project (but that is applicable only for
codewarrior, according to symbol).  i included the *.h files like it says in
the samples, but i get some commands not coming back properly,  saying "they
don't exist".  i believe this is because the library files may not be added?
anyone else has this problem?  if so,  how did/do you resolve this (in
detail
please =) )

Reply via email to