1) make sure you have included the INetMgr.h
2) make sure the wireless internet feature set is present
you can do this by adding these lines to your code
#include <FeatureMgr.h>

        //---- see if wireless feature is present begin ---------------
        DWord val = 0;
        char result = 0xff;
        result = FtrGet(inetLibFtrCreator, inetFtrNumVersion, &val);

if you get 0 in result and non-zero in val the feature is present


On Fri, 17 Dec 1999 21:39:55 +0100, [EMAIL PROTECTED] wrote:

>  Hi,
>  
>  I have an app that does some network stuff and now I want to add support 
>  for the Palm VII. So I added a sample call from the INet library 
>  (INetLibOpen) to see how the linking works. I've added the INet.lib
library 
>  to my project. But now when linking I get about 54 errors all saying
things 
>  like:
>  
>  Builds:Projects:ElevenRelease:Libraries"INet:Src:InetLib.c: 'MemSet' 
>  referenced from 'INetLibOpen' is undefined
>  
>  and so on for every standard Palm OS api call. I've replace the 
>  StartupCode.lib with the one in the "Palm VII Support" directory - do I 
>  need to do this? Anyway it doesnt help.
>  
>  Anyone got an idea? Also, could a kind soul send me that famous "oparead"

>  (or whatever it's called) sample that was in the beta release of CW6? 
>  That's be much appreciated.
>  
>  Chris
>  





_______________________________________________________
Visit Excite Shopping at http://shopping.excite.com 
 The fastest way to find your Holiday gift this season

Reply via email to