Re: Basic "C" question

2002-04-02 Thread Charu Venkatraman
Looks like you are passing the variable instead of its address for the second parameter. StrCopy expects a src and dst string address. Try passing (Char *)&encDate. Regards, Charu -Original Message- From: Ed <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Tuesday,

Re: COMPILATION ERROR

2002-03-21 Thread Charu Venkatraman
Have you included the Palm system paths to your access paths? Inside your target settings under Access paths\system paths, there should be an entry that looks like this: {Compiler}Palm OS Support If you are using the MSL libraries there should also be an entry {Compiler}CW For Palm OS Support Re

Re: net.lib

2002-03-20 Thread Charu Venkatraman
Hello, Could someone help me on this? Is this error caused because NetLibOpen is a system function and I cannot redefine it? Is there something else? I have PILOT_PRECOMPILED_HEADERS_OFF defined like I'm supposed to. Regards, Charu -Original Message- From: Charu Venkatraman &l

net.lib

2002-03-20 Thread Charu Venkatraman
Greetings all, I am trying to dynamically capture calls made to net.lib. I wrote a shared library that exports the same set of functions as net.lib - NetLibOpen and so on. However I cannot even get this library to compile! I get the following error: 'Illegal use of inline function NetLibDispatc

Re: Lib/App size questions

2000-09-21 Thread Charu Venkatraman
pp size questions > >Use the project inspector (just uncheck the check box >indicating debug info,this is checked by default)to >stop any debug information from being added to the >source file of the static lib. > >you'll have a much reduced static lib.maybe this will

Lib/App size questions

2000-09-21 Thread Charu Venkatraman
Hello all, I have a couple of really basic questions. I apologise if they are too trivial, but I was unable to find information anywhere, so please bear with me. Q1: I have a static library and in Codewarrior, the code segment size is 34K and the data segment is 500 bytes. But the compiled librar