Hi, Coud you help me, please. !!!! I need to print from an application of Palm using IrdA, The code of declaration of the application is the following: Environment: Palm III, Code Warrior 5.0 #include <Pilot.h> // all the system toolbox headers #include <ptPrint.h> #include <SysEvtMgr.h> #include <Chars.h> #include <SoundMgr.h> #include <NewFloatMgr.h> #include <stdlib.h> #include <string.h> #include "CotizaRsc.h" // application resource defines #include "cotiza.h I add the files StartupCode.lib and ptStatic.lib into my proyect from CodeWarrior. and I get the following messages: Everything libraries are included in my proyect. Link Warning : ignored: '__Startup__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in PalmOS_Startup.c Link Warning : ignored: '__lmul__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in StartupCommon.c Link Warning : ignored: '__ldivu__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in StartupCommon.c Link Warning : ignored: '__ldiv__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in StartupCommon.c Link Warning : ignored: '__lmodu__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in StartupCommon.c Link Warning : ignored: '__lmod__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in StartupCommon.c Link Warning : ignored: '__wswtch__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in StartupCommon.c Link Warning : ignored: '__lswtch__' in \PalmOS\CDLayout\CodeWarrior for Palm OS R5 Patch\Palm OS 3.0 Support\Libraries\StartupCode\Src\StartupCode.c Previously defined in StartupCommon.c Link Error : CotizaUI.cpp: 'ptOpenPrinter(char*,tagPTTransports,tagPTConnectSettings*)' referenced from 'PrinterOpen()' is undefined. Link Error : CotizaUI.cpp: 'ptClosePrinter()' referenced from 'PrinterClose()' is undefined. Link Error : CotizaUI.cpp: 'ptConnectPrinter(char*)' referenced from 'Connect()' is undefined. Link Error : CotizaUI.cpp: 'ptWritePrinter(void*,unsigned long)' referenced from 'SendData(unsigned short)' is undefined. Link Error : CotizaUI.cpp: 'ptDisconnectPrinter()' referenced from 'Disconnect()' is undefined. Link Error : CotizaUI.cpp: 'ptInitPrinter(void*,unsigned long)' referenced from 'PrinterInit()' is undefined. Link Error : CotizaUI.cpp: 'ptResetPrinter(void*,unsigned long)' referenced from 'PrinterReset()' is undefined. How do I solve this case.?? Regards, Marco Barrionuevo e--mail :[EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
