On Fri, 14 Jan 2000, David Dai wrote:

> I used this function, however, I got following error message:
> 
> relocation truncated to fit: "DISP16 to StrItoA" 
----------------------------------------------^

StrIToA instead of StrItoA

The DISP16 is gcc's way of telling you that StrItoA was not found.

Scott


> 
> ?????
> please help. 
> 
> 
> -----Original Message-----
> From: Roger Chaplin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 13, 2000 6:54 PM
> To: [EMAIL PROTECTED]
> Subject: Re: convert ULong to string.
> 
> 
> David Dai <[EMAIL PROTECTED]> wrote:
> 
> > which function to convert a ULong variable to a string variable?
> 
> StrIToA takes a signed long, but you can pass it an unsigned long. If 
> you don't want any surprises, make sure it has a value that looks like 
> a positive signed long (i.e. <= 2147483647).
> 
> --
> Roger Chaplin
> <[EMAIL PROTECTED]>
> 

Reply via email to