OK, can someone tell me what this link error is all about Everything
was working fine. Then I added two more functions and I got this error:
Link Error: LoanCalc.c: '_d_fne' referenced from 'MainFormButtons' is
undefined.
Thanks,
Bruce Hartwig
--
For information
project and then added MainForm.h at
the top of Starter.c
In addition, I also included all the other #includeds found at the top of
Starter.c into MainForm.c and also included its own .h file.
All the file Compile with no trouble, but I keep getting a Link Error that
says:
Starter.c
-
> From: Jim Duffy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 03, 2000 6:29 PM
> To: Palm Developer Forum
> Subject: Link Error help needed
>
>
> Hi everyone,
>
> as a novice to C and C++ as well as palm programming.
>
> I am working on my first palm
If you're using Codewarrior, make sure the option 'Target/68K Target/File
Name' matches what's entered in 'Linker/PalmRez Post Linker/Mac Resource
Files' entry
>
> Link Error : __RuntimeModule__: '__Startup__' referenced from
> '__Dumm
old data types in my application.
>
> I have made it compilation error free and when it is linking it is giving
> an error as exactly specified below
>
> " Link Error: Unexpected error # 32.Direct bits not supported.Compilation
> halted"
>
> Please help me in this a
AIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> My project compiles without any error. While linking I am getting this
error
> :
>
> Link Error : Could not open file:
> C:\palmSDK\SampleCode\HelloWorld\HelloWord\RESOURCE.FRK\Starter.tmp
>
> I am using Co
Can anyone tell me what this means:
"Link Error: Form using resource tgbn ID=1050 which can't be used by forms."
Is this really saying that a graphic button can't be used in a form? If so,
where CAN one be used?
___
Hi,
I'm using ANSI C sscanf( ) in my program, and stdio.h is included,
but I got link error "sscanf referenced from 'my_func' is undefined".
Could someone tell me how to solve this problem?
Thanks a lot!
Chiyi Lin
--
For information on using the ACCESS Developer
See if the Knowledge Base can help:
http://oasis.palm.com/dev/kb/faq/1418.cfm
- Original Message -
From: "Richard.Johnstone" <[EMAIL PROTECTED]>
To: "Palm Developer Forum"
Sent: Tuesday, November 28, 2000 1:14 PM
Subject: Link Error : Out of Range
> Wh
Anyone else find it humorous that the subject is 'Link error" and Lincoln
is helping? :>
I have a son named Lincoln and I call him Link all the time too. :>
/**
Heath Schaefer
Product Engineer
Sporlan Division, Parker Hann
On 15/05/2008, at 1:15 PM, Vivian Chen wrote:
Would you help me if I have any question in future?
I'm on this list so post here and I'll help if I can.
--
Link
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/fo
if I have any question in future?
2008-05-15
Vivian Chen
发件人: Lincoln Ramsay
发送时间: 2008-05-14 19:53:42
收件人: Palm Developer Forum
抄送:
主题: Re: Link error
On 14/05/2008, at 7:54 PM, Vivian Chen wrote:
> Because my library has called some standard C library functions in
> it.
On 14/05/2008, at 7:54 PM, Vivian Chen wrote:
Because my library has called some standard C library functions in
it. And when I debug the project, there's a crash.
As I've already said, without the actual error messages you're
getting from the computer we can only guess what the problem is.
re also based on standard C library functions. Are they?
Does there have any limit?
2008-05-14
Vivian Chen
发件人: Lincoln Ramsay
发送时间: 2008-05-14 17:39:03
收件人: Palm Developer Forum
抄送:
主题: Re: Link error
On 14/05/2008, at 11:32 AM, Vivian Chen wrote:
> Thanks. I really know
On 14/05/2008, at 11:32 AM, Vivian Chen wrote:
Thanks. I really know very little about the cygwin.
How to link project to the cygwin? I think I have. Must I choose -
mno-cygwin? If I choose, I get a "undefined reference to" error.
-mno-cygwin means your app will not be linked to Cygwin. You s
发件人: Lincoln Ramsay
发送时间: 2008-05-13 22:48:00
收件人: Palm Developer Forum
抄送:
主题: Re: Link error
On 13/05/2008, at 1:28 PM, Vivian Chen wrote:
> I've search from Google that -mno-cygwin mean to use mingw to
> compile not cygwin. And -nostdlib means not to use standard library.
On 13/05/2008, at 1:28 PM, Vivian Chen wrote:
I've search from Google that -mno-cygwin mean to use mingw to
compile not cygwin. And -nostdlib means not to use standard library.
The second one is easily to be understood. But I'm quite confused
to the first one.
My library is compiled by gcc
Hi all:
I found that when I link my library using the Cygwin, if I add -mno-cygwin and
-nostdlib options, there would be some error such as:
undefined reference to `_setjmp'
undefined reference to `__imp___ctype_'
If I move these two options, it would run OK.
I've search from Google that -mn
Hi there,
after having browsed all the forums and googled as much as I could, I'm stuck
on such a stupid thing. I have ARM code and I want to call Palm native APIs,
not the 68K ones where I have to swap everything with each call. For this I am
using PODS 1.2.
I then tried mobile-stream SDK, usi
At 03:15 AM 1/8/2007, you wrote:
Subject: Re: CW 9.3 link error mixing Constructor and PilRC resources
From: "Luc Le Blanc" <[EMAIL PROTECTED]>
Date: Sun, 7 Jan 2007 13:21:27 -
X-Message-Number: 4
Roger Stringer wrote:
>>Even if I space my forms by 200 ids, when I t
Perhaps you could split up the multi-tabbed setup form into five forms, and
implement the tabs in a way that jumps from setup form to setup form. I
have written an application which uses this scheme and it worked.
Luc Le Blanc wrote:
>I have a multi-tabbed setup form where it makes sense to regro
Roger Stringer wrote:
>>Even if I space my forms by 200 ids, when I try to create a
>>101th object, Constructor refuses. Isn't this a limit?
>Live and learn!
>That actually begs a question, how do you manage to have sooo
>many objects on a single form?
>Do you have many repetitive fields/labels?
At 03:15 AM 1/5/2007, you wrote:
Subject: Re: CW 9.3 link error mixing Constructor and PilRC resources
From: "Luc Le Blanc" <[EMAIL PROTECTED]>
Date: Thu, 4 Jan 2007 14:43:43 -
X-Message-Number: 5
Roger Stringer wrote:
>>In order to break Constructor's 10
Roger Stringer wrote:
>>In order to break Constructor's 100-object limit, I wanted to
>>switch to PODS' resource editor. Does it finally generate IDs
>>identical to Constructor's? (I can't afford to modify all my code)
>There isn't a 100 object limit, although there is a different >limit.
Even i
At 03:15 AM 1/3/2007, you wrote:
Subject: CW 9.3 link error mixing Constructor and PilRC resources
From: "Luc Le Blanc" <[EMAIL PROTECTED]>
Date: Tue, 2 Jan 2007 14:27:41 -
X-Message-Number: 10
In order to break Constructor's 100-object limit, I wanted to
switch to
: Palm Developer Forum
Subject: Link Error
Any idea why this error is coming.. Till now my
application was behaving correctly but suddenly i got
this error...
Link Error : Starter.cpp: 'StarterPalmMain(unsigned
short,void*,unsigned short)' 16-bit code reference to
'RomVersionComp
Any idea why this error is coming.. Till now my
application was behaving correctly but suddenly i got
this error...
Link Error : Starter.cpp: 'StarterPalmMain(unsigned
short,void*,unsigned short)' 16-bit code reference to
'RomVersionCompatible(unsigned long,unsigned short)
;t have
to rely on an external library. Code can be modified to modify the tradeoff
of speed and accuracy.
Jeff Summers
In your message regarding MathLib - Link Error: 'sin' referenced is
undefined. dated Fri, 12 May 2006 12:14:38 -, Klemen Dovrtel said that
...
> I would like to
Klemen Dovrtel wrote:
> I would like to use MathLib, but every time i try to calculate something,
> i get this error: Link Error : Starter.c: 'sin' referenced from
> 'MainFormHandleEvent' is undefined. I included MathLib.h in the proyect.
> Where should i put all
I would like to use MathLib, but every time i try to calculate something, i get
this error: Link Error : Starter.c: 'sin' referenced from
'MainFormHandleEvent' is undefined. I included MathLib.h in the proyect. Where
should i put all other (e_acos.c, e_acosh.c, etc.)? I cr
"Brian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I'm still getting the same error. Any suggestions?
I would assume that the answer is yes, but just to make sure; do you have a
function named PilotMain (something declared like: UInt32 PilotMain(UInt16
cmd, void *cmdPBP, UInt16
I'm using CW 8.
I'm trying to get my development environment set up on a new machine. I'm
copying my projects over to the new machine and have been having to update the
access paths. This error is the latest.
I googled it and there were a few hits, with the same solution : include some
'MSL R
Hi,I have a problem while compiling a shared lib. I used the wizzard of CodeWarrior to builda shared lib (skeleton), and when I compile my project, I get the error : Link Error : __RuntimeModule__: 'MyLibInstall' referenced from '__DummyStartup__' is undefined.
I am lo
tried to simply change the app icon to be transparent and now code warrior
goes "on the warpath" against me.
Link Error : PalmRez Error: taif ID=1000 element #1 requires PICT 0.
Compilation halted
undoing the change doesn't help. the error message means little to me.
com
John Spence wrote:
OK, thanks. I thought it might be something like that. I'm confused,
though, since "Large" model (at least under Microsoft VC++) means greater
than 64K Code and Data. Apparently not under Codewarrior, huh?
There are several different issues going on here. One is the size
Just Split into 5 or 10 arrays and put each one in one segment.
Ricardo
- Original Message -
From: "John Spence" <[EMAIL PROTECTED]>
To: "Palm Developer Forum"
Sent: Sunday, October 02, 2005 8:16 PM
Subject: Re: Help! Near data segment is bigger than 64k
Hi Ben,
OK, thanks. I thought it might be something like that. I'm confused, though,
since "Large" model (at least under Microsoft VC++) means greater than 64K Code
and Data. Apparently not under Codewarrior, huh?
I'll do some more research. From what I've seen, though, Extended mode won't
At 03:52 PM 10/2/2005, you wrote:
Hello,
I am developing a Treo650 application using CodeWarrior 9.3, reasonably
updated. I am working with a very large string array (~300K) and when I
try to build the application, I get the error "__RuntimeModule__ Near data
segment is bigger than 64k" duri
Hello,
I am developing a Treo650 application using CodeWarrior 9.3, reasonably
updated. I am working with a very large string array (~300K) and when I try to
build the application, I get the error "__RuntimeModule__ Near data segment is
bigger than 64k" during the link step. I get this error
I have a seemed problem, it is with the size of my resources and with my
Ultralite project. How I can know if my CodeWarrior 8 is a DEMO version.
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
At 07:30 PM 6/20/2005, you wrote:
Ben Combee wrote:
I wrote this code. The functions in MSL that were not implemented are
setup through macros so that at link time, you'd get this message.
atexit wasn't implemented. It could be done, but you'd have to write the
code yourself.
> -- Ben Combe
Ben Combee wrote:
I wrote this code. The functions in MSL that were not implemented are
setup through macros so that at link time, you'd get this message.
atexit wasn't implemented. It could be done, but you'd have to write
the code yourself.
>
-- Ben Combee, Senior Software Engineer, pa
At 01:33 PM 6/16/2005, you wrote:
I'm trying to use loki-lib on my CW 9.3, just to have Singleton Pattern:
http://sourceforge.net/projects/loki-lib/
but I got this link error:
Link Error : UserData.cpp: '__atexit_UNIMPLEMENTED_ON_PALM_OS'
referenced from 'atexit'
Hello,
I'm trying to use loki-lib on my CW 9.3, just to have Singleton Pattern:
http://sourceforge.net/projects/loki-lib/
but I got this link error:
Link Error : UserData.cpp: '__atexit_UNIMPLEMENTED_ON_PALM_OS'
referenced from 'atexit' is undefined.
just comment out those erroneous function references (to
avoid the link error), everything gets back to normal, and the prc file
runs just fine (and the other function references to the shared library
woks smoothly). Unfortunately I do need to use the functions I am having
the linking error with
ction references (to
avoid the link error), everything gets back to normal, and the prc file runs
just fine (and the other function references to the shared library woks
smoothly). Unfortunately I do need to use the functions I am having the
linking error with. Any insight would be greatly apprec
At 03:27 AM 1/12/2005, you wrote:
I was working on Codewarrior 7.0 and recently tried the demo verion of 8.0
to compile my earlier project which was working fine. However I am not
able to progress due to the above mentioned link error. The bitmap which
it is referring to is also ok. I found the
I was able to link it after deleting the bitmap and creating newly.
--
For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/support/forums/
I was working on Codewarrior 7.0 and recently tried the demo verion of 8.0 to
compile my earlier project which was working fine. However I am not able to
progress due to the above mentioned link error. The bitmap which it is
referring to is also ok. I found the dlls with the following mentioned
At 12:03 PM 11/18/2004, you wrote:
I am not sure about the runtime, but POL should be ordinary application code
and as such should be movable. Try and see... Nothing worse than a crash can
happen. (More severe criteria are applied when the app is e.g. receiving
some data - in this case it is launch
Well, I fixed it. Ben, I was able to move the C++
library to segment 4. I'd already moved all extra
code out of the CPalmApp object into a "utilities"
module instead. What made the biggest difference was
moving POLD1 to the bottom of segment 1 instead of the
top. That apparently made the jumps
Robert Moynihan wrote:
> Mark Chauvin wrote:
>
>> it doesn't
>> seem to show any overcrowded segments, assuming 68K is
>> the limit:
>>
>> Segment 1 47518 bytes
>> Segment 2 19768 bytes
>> Segment 3 16678 bytes
>> Segment 4 10628 bytes
>> Segment 5 16786 bytes
>> Segment 6 29814 bytes
>> Segment
At 11:25 AM 11/18/2004, you wrote:
Can I move any of these files out of segment 1?
I thought I read that you have to have some (or all)
of these in the first segment or it'll crash your Palm
when you try to install the program.
- Palm OS Runtime.mcp
- POL Lib.mcp
The .mcp files don't contribute cod
Sent: Thursday, November 18, 2004 6:25 PM
Subject: Re: Link error
> Robert,
>
> Can I move any of these files out of segment 1?
>
> Palm OS Runtime.mcp
> PalmOS Runtime_21_A5.lib
> MSL_C++_PalmOS_2i_DbA4A5.lib
> POLD1.lib
> Starter.cpp
> StarterApp.cpp
> POL Lib.mc
Robert,
Can I move any of these files out of segment 1?
Palm OS Runtime.mcp
PalmOS Runtime_21_A5.lib
MSL_C++_PalmOS_2i_DbA4A5.lib
POLD1.lib
Starter.cpp
StarterApp.cpp
POL Lib.mcp
I thought I read that you have to have some (or all)
of these in the first segment or it'll crash your Palm
when you
Hello Mark,
Thursday, November 18, 2004, 6:43:09 PM, you wrote:
MC> Jan,
MC> Having never seen a map file before this morning
MC> (never needed to look), I'm no expert, but it doesn't
MC> seem to show any overcrowded segments, assuming 68K is
MC> the limit:
MC> Segment 1 47518 bytes
MC> Segment
Mark Chauvin wrote:
Jan,
Having never seen a map file before this morning
(never needed to look), I'm no expert, but it doesn't
seem to show any overcrowded segments, assuming 68K is
the limit:
Segment 1 47518 bytes
Segment 2 19768 bytes
Segment 3 16678 bytes
Segment 4 10628 bytes
Segment 5 16786 b
Jan,
Having never seen a map file before this morning
(never needed to look), I'm no expert, but it doesn't
seem to show any overcrowded segments, assuming 68K is
the limit:
Segment 1 47518 bytes
Segment 2 19768 bytes
Segment 3 16678 bytes
Segment 4 10628 bytes
Segment 5 16786 bytes
Segment 6 298
Map file contains complete information.
Jan Slodicka
- Original Message -
From: "Mark Chauvin" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, November 18, 2004 3:31 PM
Subject: Re: Link error
> How can I tell w
> try move your cpp files to another segment (to first
> for example).
> this error mean in your project placed overcrowded
> segment. you can
> will comment code in different files until your link
> error is not
> disappear. if you discover the problematically file
> then w
try move your cpp files to another segment (to first for example).
this error mean in your project placed overcrowded segment. you can
will comment code in different files until your link error is not
disappear. if you discover the problematically file then will move him
to another segment.
MC
Can someone tell me what I'm doing wrong here? I keep getting this 16-bit
code reference error:
Link Error : POLExplicitTemplates.cpp:
'POL::CArray,
POL::CCompareTraits>::~CArray()' 16-bit code
reference to 'operator delete(void*)' is out of range.
There
At 08:18 AM 11/1/2004, you wrote:
When I try to link I get:
Link Error : Undefined symbol: '_main'
referenced from '_mainCRTStartup' in maincrt.obj (MSL_ALL_x86.lib)
Using:
Codewarrior 9.3
Palm OS 5 SDK (68K) R3
Windows 2000
Linker: Win32 x86 Linker
Post-linker: PalmRez Post
When I try to link I get:
Link Error : Undefined symbol: '_main'
referenced from '_mainCRTStartup' in maincrt.obj (MSL_ALL_x86.lib)
Using:
Codewarrior 9.3
Palm OS 5 SDK (68K) R3
Windows 2000
Linker: Win32 x86 Linker
Post-linker: PalmRez Post Linker
Win32 x86 is the
Try
extern void ConsultaTableFormInit(FormType *form); //,UInt16 recordNumber);
extern Boolean ConsultaFormHandleEvent(EventType * eventP); <--Here
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
You are really total certain!
Debtor!
> Is it to do with the functions being declared static so not available to
other files?
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
Is it to do with the functions being declared static so not available to other files?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
AIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
On Tue, 10 Aug 2004 09:02:57 -0300, Gláucio Barizon Pançardes
<[EMAIL PROTECTED]> wrote:
> I am trying to use my separate code in varios archives for one better
> understanding, but when I bind in codewarrior 8,0 of the follo
On Tue, 10 Aug 2004 09:02:57 -0300, Gláucio Barizon Pançardes
<[EMAIL PROTECTED]> wrote:
> I am trying to use my separate code in varios archives for one better
> understanding, but when I bind in codewarrior 8,0 of the following o error:
>
> Link Error : Main.c: 'Ope
I am trying to use my separate code in varios archives for one better
understanding, but when I bind in codewarrior 8,0 of the following o error:
Link Error : Main.c: 'OpenOrCreateDB' referenced from 'AppStart' is
undefined.
Link Error : Main.c: 'MainFormHan
Thank you very much Ben.
I got the test program working.
WR,
Anada
-Original Message-
From: Ben Combee [mailto:[EMAIL PROTECTED]
Sent: Friday, June 18, 2004 10:27 PM
To: Palm Developer Forum
Subject: RE: StdIOProvider application link error?
At 11:33 AM 6/18/2004, you wrote:
>Hi
At 11:33 AM 6/18/2004, you wrote:
Hi Ben Combee,
We have created a cmd line application (with the Std IO Provider) but how do
we pass a valid cmdPBP structure to our PilotMain function? Since this is
null the application just quits as soon as it starts!!
You need to use a STDIO console to start the
PROTECTED]
Sent: Friday, June 18, 2004 7:55 PM
To: Palm Developer Forum
Subject: Re: StdIOProvider application link error?
At 08:29 AM 6/18/2004, you wrote:
>Hy all,
> I'm getting a link error of SioInit reference from 'AppStart' is
>undefined?
>as i have included
>#i
At 08:29 AM 6/18/2004, you wrote:
Hy all,
I'm getting a link error of SioInit reference from 'AppStart' is
undefined?
as i have included
#include
#include
what other thing i have to do for that?
You may need to link in one of the StdIO source files from the
SDK40-examples.z
Hy all,
I'm getting a link error of SioInit reference from 'AppStart' is
undefined?
as i have included
#include
#include
what other thing i have to do for that?
Thankx
Annada
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www
> it'll get rid of that linking error and allow for easier code additions.
> --
> Tim Kostka
> http://www.nuprograms.com
>
>
> "Frédéric Dessallien" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hello,
> > I am writting my fi
; Hello,
> I am writting my first c code warrior application and i
> encountered this problem at compilation :
> Link error : 'AppHandleEvent' 16 bit code reference to
> 'CntPlasmMTFormHandleEvent' is out of range
>
> I think i have got too much forms in my a
Hello,
I am writting my first c code warrior application and i
encountered this problem at compilation :
Link error : 'AppHandleEvent' 16 bit code reference to
'CntPlasmMTFormHandleEvent' is out of range
I think i have got too much forms in my application but i have seen oth
At 01:49 AM 5/14/2004, you wrote:
I am trying to link a really simple Palm aplication with the demo version
of CW 8.
I got the error message
Link Error : Exception68K.cp: '__rethrow' referenced from '__unexpected'
is undefined.
After turning off the "Use C++ Except
I am trying to link a really simple Palm aplication with the demo version of CW 8.
I got the error message
Link Error : Exception68K.cp: '__rethrow' referenced from '__unexpected' is
undefined.
After turning off the "Use C++ Exceptions" checkbox in the C/C++ La
I am trying to link a really simple Palm aplication with the demo version of CW 8 and
I get this error message:
Link Error : Exception68K.cp: '__rethrow' referenced from '__unexpected' is
undefined.
Why?
Pedro URIA-RECIO
R&D Engineer - france telecom R&D (FTR&a
MarkW wrote:
This may be a C question rather than a CW problem (I'm kinda new to both),
but here goes. I have one header file, MyApp.h, a C source file called
MyApp.c, and one called Main.c to handle main form events. I #include the
header file in both C files. When I MAKE the project, I get error
This may be a C question rather than a CW problem (I'm kinda new to both),
but here goes. I have one header file, MyApp.h, a C source file called
MyApp.c, and one called Main.c to handle main form events. I #include the
header file in both C files. When I MAKE the project, I get error messages
stat
At 01:21 PM 4/30/2004, you wrote:
However, for my 2nd project, I created it as a
Standard C++ project, so my MyApp.cpp is (obviously) a
.cpp file instead of a .c file. Could this have an
impact on this link error?
If you mix .c and .cpp files in a project, the headers that prototype the
functions
I'm getting this common link error :
MyApp.cpp : foo() referenced from AppHandleEvent() is
undefined
Most of the posts and resolutions I've found on it
state that problem is the function not found is being
defined as static. However, my function is already not
defined as static, and i
Thanks, that solved the link error.
When I created my app, I selected the C++ application wizard. Just assumed
that was the right selection. I am too new at this to know the difference.
"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 10:24 AM
At 10:24 AM 3/7/2004, you wrote:
I just created a Test app using the CW 9.3 wizard, and included mathlib.
Added these two lines:
double x, y=2;
x = pow(y, 2);
Get this error on make:
Link Error : Test.cpp: 'pow(double,double)' referenced from
'MainFormInit(FormType*)' i
I just created a Test app using the CW 9.3 wizard, and included mathlib.
Added these two lines:
double x, y=2;
x = pow(y, 2);
Get this error on make:
Link Error : Test.cpp: 'pow(double,double)' referenced from
'MainFormInit(FormType*)' is undefined.
Project: Test.mcp,
At 09:53 PM 3/5/2004, you wrote:
I still don't get it. The following works fine:
MathLibPow(MathLibRef, (lon1 - lon2), 2, &d1);
MathLibPow(MathLibRef, (lat1 - lat2), 2, &d2);
MathLibSqrt(MathLibRef, (d1 + d2), &d3);
d = e * d3;
This gets the link error:
d = e * sqrt(p
I still don't get it. The following works fine:
MathLibPow(MathLibRef, (lon1 - lon2), 2, &d1);
MathLibPow(MathLibRef, (lat1 - lat2), 2, &d2);
MathLibSqrt(MathLibRef, (d1 + d2), &d3);
d = e * d3;
This gets the link error:
d = e * sqrt(pow(lon1 - lon2, 2) + pow(lat1 - lat2
>Dave Lippincott wrote:
>>Right now I have CW 8 (with updates), Palm OS SDK 5.x and the latest
>>Satforms. No problems writing or modifying extensions.
>Matt Graham wrote:
>>That doesn't sound right. I haven't done an SF extension for a year or
>>so, but I never had any problems like that. And
March 03, 2004 12:52 PM
Subject: RE: Link Error : StartupCode.c: Illegal object data
> Ben Combee wrote:
> >Yes, it is a demo restriction. The CW V8 demo can only produce very
small
> >PRC files and can only build applications. It also won't link with any
> >runtime lib
Colin MacKenzie wrote:
Ben Combee wrote:
Yes, it is a demo restriction. The CW V8 demo can only produce very small
PRC files and can only build applications. It also won't link with any
runtime libraries other than the one that ships with the demo.
If it's only a demo restriction I would buy
Ben Combee wrote:
>Yes, it is a demo restriction. The CW V8 demo can only produce very small
>PRC files and can only build applications. It also won't link with any
>runtime libraries other than the one that ships with the demo.
If it's only a demo restriction I would buy Codewarrior so that I
I get a link error saying pow and sqrt are undefined.
I have a sample app from Garmin that uses Mathlib, and I can add these
functions with no link error.
I have mathlib.h included, mathlib.c in the project tree. Open and
registration functions work fine. What am I missing?
Thanks
--
For
At 09:20 AM 3/2/2004, you wrote:
I am trying to write an extension for Satellite Forms using the demo version
of codewarrior and when I tried to make my project I get the following
error:
Link Error : StartupCode.c: Illegal object data in 'StartupCode.c'.
Link Error : _RuntimeModule_:
I am trying to write an extension for Satellite Forms using the demo version
of codewarrior and when I tried to make my project I get the following
error:
Link Error : StartupCode.c: Illegal object data in 'StartupCode.c'.
Link Error : _RuntimeModule_: '_Startup_
To: Palm Developer Forum
Subj: Re: What does this Link error means?
I checked the Target Panel and the entry point is configured with the
PDZDescompInstall function... and i have thsi function in the PDZDescompDispatch.c
i used the wizard to create the shared lib
any other clues?
thnx Ben
the Pallm OS Target panel, and change the name to match your shared lib's install routine.
-Original Message-
From: Alexandre Luz Barreto
Date: 2/10/04 5:47 am
To: Palm Developer Forum
Subj: What does this Link error means?
Link Error: _RuntimeModule_: ´PDZDescompInstall´ refer
That is the entry point for your shared library. See the Pallm OS Target panel, and
change the name to match your shared lib's install routine.
-Original Message-
From: Alexandre Luz Barreto
Date: 2/10/04 5:47 am
To: Palm Developer Forum
Subj: What does this Link error means?
1 - 100 of 403 matches
Mail list logo