>If, however, If in the project preferences I
>select "Activate C++ Complier" I get the following link error: Starter.c:
>'SetActiveService(void*, unsigned long*, unsigned char)' referenced from
>StarterPalmMain is undefined.
>
>How do I tell the linker that this is a C call (not a c++) call and the
>prototype is correct, just use the damn thing.

That message is telling you that your prototype is _not_ correct, or 
it doesn't exist. Declare it as static, or put a proper prototype 
prior to the function definition.

Regards,
Steve Mann
-- 
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

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

Reply via email to