link errors in Codewarrior

2006-04-11 Thread Drew Haninger
Has anyone seen these errors before in Codewarrior, its a large multi-segment project. Link Error : Undefined : "virtual table for abi::__class_type_info" Link Error : Undefined : "virtual table for abi::__si_class_type_info" Link Error : Undefined : "virtual table for abi::__vmi_class_type_

Re: Link Errors

2003-08-04 Thread Paul Johnson
- Original Message - From: "Eric Cloninger" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 3:35 PM Subject: RE: Link Errors > Paul, > > This is as good a place as any because the interested parties are >

Re: Link Errors

2003-08-04 Thread Paul Johnson
:) Regards, Paul Johnson Applewood House www.applewoodhouse.com - Original Message - From: "Eric Cloninger" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 3:35 PM Subject: RE: Link Errors > Paul,

RE: Link Errors

2003-08-04 Thread Eric Cloninger
need to force C name mangling using 'extern "C"' on your C prototypes. -E > -Original Message- > From: Paul Johnson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 9:13 AM > To: Palm Developer Forum > Subject: Re: Link Errors > >

Re: Link Errors

2003-08-04 Thread Paul Johnson
- Original Message - From: "Paul Johnson" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 3:02 PM Subject: Link Errors > I've got a large project with 199 files in it that I'm converting from >

Link Errors

2003-08-04 Thread Paul Johnson
I've got a large project with 199 files in it that I'm converting from PocketPC to Palm. I've finally gotten it to compile with no errors but now it seems as though every single function is missing. I have 50 (the max it reports) link errors from the 1st source file and every o

Re: Link errors using the POL

2003-06-18 Thread Ben Combee
At 07:59 AM 6/18/2003, Charles Garcia-Tobin wrote: Link Error : POLExplicitTemplates.cpp: 'POL::CHash, POL::CObjectTraits, POL::CCompareTraits, POL::CHashTraits>::~CHash()' 16-bit code reference to '__unexpected Anybody get this? any You're building code with exceptions turned on but not linking

Re: Link errors using the POL

2003-06-18 Thread Arrow
the starter.cpp and .h and your MyApp.cpp in SEGMENT 1. > > Good luck. > > > > - Original Message - > From: "Charles Garcia-Tobin" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Wednesday, June 18, 2003 2:5

Re: Link errors using the POL

2003-06-18 Thread Rodolphe Bréjaude
ginal Message - From: "Charles Garcia-Tobin" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 2:59 PM Subject: Link errors using the POL Link Error : POLExplicitTemplates.cpp: 'POL::CHash, POL::CObjectTra

Link errors using the POL

2003-06-18 Thread Charles Garcia-Tobin
Link Error : POLExplicitTemplates.cpp: 'POL::CHash, POL::CObjectTraits, POL::CCompareTraits, POL::CHashTraits>::~CHash()' 16-bit code reference to '__unexpected Anybody get this? any / // Charles García-Tobin ""-. //

link errors in mapping berkeley to native api

2002-03-11 Thread pmnh
Hi, Our code uses Berkeley sockets to retreive a string from a server like www.yahoo.com We've included some standard C Header files like stdio.h, stdlib.h, sys_types.h, sys_socket.h etc After compiling, we get Link errors eg : printf, exit, perror, errno referenced from mainprogr

Re: Floating point Link Errors

2001-11-09 Thread Ben Combee
"Andy Olsen" <[EMAIL PROTECTED]> wrote in message news:67559@palm-dev-forum... > > I am trying to use normal C float and int types. I am converting integers to > floats and vice versa. When I compile, I get the following link errors: > > Link Error : SomeFile

Floating point Link Errors

2001-11-09 Thread Andy Olsen
I am trying to use normal C float and int types. I am converting integers to floats and vice versa. When I compile, I get the following link errors: Link Error : SomeFile.cpp: '_f_itof' referenced from 'FunctionX' is undefined. Link Error : SomeFile.cpp: '_f_div&#x

RE: Constructor/Bitmaps/Link Errors

2001-03-02 Thread Heather KML Tufts
> By the way, I was at PalmSource2000 and I have the 4.0 tools > CD which is > where I copied PalmRezPostLinker.dll from. Should I copy the > rest of the > CodeWarrior support files? I am a running version 7.0 of CodeWarrior. If you are using release 7, copy ONLY the PalmRezPostLinker.dll and

RE: Constructor/Bitmaps/Link Errors

2001-02-26 Thread Chris Yourch
>>If you are using different versions, let us know what >>version of Constructor you are using and what version >>of the post linker you have, and I'll be better able to help you. >> >>-hkmlt >> >>> >>>Constructor: 1.6.0.2 >>>PalmRezPostLinker.dll: 4.5.0.2 You need to replace yo

RE: Constructor/Bitmaps/Link Errors

2001-02-21 Thread Heather KML Tufts
> >>Here is the link error: > >>Unexpected Error #32. DirectBits not supported.. Compilation halted > >> > >>I have 5 bitmaps in the project, one as large as 60x160 > down to 40x40 and > >>finally, 22x22. There are also all 1-bit. I have tried opening each > >>bitmap, > >>modifying a single pix

RE: Constructor/Bitmaps/Link Errors

2001-02-14 Thread Chris Yourch
>>Here is the link error: >>Unexpected Error #32. DirectBits not supported.. Compilation halted >> >>I have 5 bitmaps in the project, one as large as 60x160 down to 40x40 and >>finally, 22x22. There are also all 1-bit. I have tried opening each >>bitmap, >>modifying a single pixel and saving th

RE: Constructor/Bitmaps/Link Errors

2001-02-13 Thread Heather KML Tufts
> Here is the link error: > Unexpected Error #32. DirectBits not supported.. Compilation halted > > I have 5 bitmaps in the project, one as large as 160x160 down > to 40x40 and > finally, 22x22. There are also all 1-bit. I have tried > opening each bitmap, > modifying a single pixel and savin

Constructor/Bitmaps/Link Errors

2001-02-13 Thread Chris Yourch
Hi, Somehow, someway, Constructor is messing up my bitmaps and I am getting link errors! Here is the link error: Unexpected Error #32. DirectBits not supported.. Compilation halted I have 5 bitmaps in the project, one as large as 160x160 down to 40x40 and finally, 22x22. There are also all 1

RE: Link Errors with SimpleScan

2000-06-28 Thread Nesse, Rustin
As for the FreeFieldHandle function, try this instead: FldFreeMemory (FieldPtr fld); Hope that helps! -Rus >-Original Message- >From: Curtis Scoville [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 28, 2000 4:18 PM >To: Palm Developer Forum >Subject: Link Errors

RE: Link Errors with SimpleScan

2000-06-28 Thread Nesse, Rustin
L PROTECTED]] >Sent: Wednesday, June 28, 2000 4:18 PM >To: Palm Developer Forum >Subject: Link Errors with SimpleScan > > >I am new to interpreting link errors, and most everything else for that >matter. Where should I look first to start hammering out these? I got >these whil

Link Errors with SimpleScan

2000-06-28 Thread Curtis Scoville
I am new to interpreting link errors, and most everything else for that matter. Where should I look first to start hammering out these? I got these while attempting to port the SimpleScan sample app from Symbol's SDK Support folder to Palm OS 3.5. Here are my includes as well. If anyon

Re: CodeWarrior Link Errors

2000-05-01 Thread Chang . Elizabeth
nd to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: CodeWarrior Link Errors > Link Error : __RuntimeModule__: Near data segment is bigger than 64k. It sounds like your global variables are taking up too much space. You might want to review your global variables, and replace

Re: CodeWarrior Link Errors

2000-05-01 Thread Eugene Chin
> Link Error : __RuntimeModule__: Near data segment is bigger than 64k. It sounds like your global variables are taking up too much space. You might want to review your global variables, and replace some of them by allocations on the heap instead. -- For information on using the Palm Develo

CodeWarrior Link Errors

2000-05-01 Thread Chang . Elizabeth
Hi All, I am getting over 100 Link Errors after a new module was added to the CodeWarrior Project. I have checked sizes in each Project Segment and they all are smaller than 64K. What else could cause the following error messages? Thanks in advance. Link Error : __RuntimeModule__: Near