Hi chris,

Thanx for the reply.

>>OK, standard for an app, nothing to do with your static library.
>>You're missing:
>>- compile the static library project to create the .lib file.  This
contains
>>the compiled source for your functions in a form that's ready for
>>linking.
>>add the .lib file to any project that will use it.  The linker connects
>>the function declarations in the header file with the compiled definitions

No,Actually my library's name is "starter.lib" its not a standard for app .

I added thid lib to the application project i am using in.further i included
the library's starterlib.h file in the appplication's #include list.


StarterLibMain is the only function in the starterLibrary.I have just called
this function in a button event handler
This is the error i am getting at link time.

Link Error   : MainForm.cpp: 'StarterLibMain()' referenced from
'CMainForm::OnClearText(EventType*,unsigned char&)' is undefined.


Hope i made my point clear now.


Best Regards
Anil

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to