Re: [cc65] dummy questions...

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-02-14 18:03:26


On Thu, Feb 14, 2002 at 04:54:45PM +0100, groepaz wrote:
> mmmmmh bummer ;( never had a problem with that one (actually using it
> in some of my programs aswell.... args) what'd be the most convinient
> way to add it back to get those tests compile aswell?

Just take it from the source distribution, and compile and link it with your
executable.

> UvB> If you use the "-t platform" option, the compiler will do character set
> UvB> translation.
>
> oh i am doing that! however, would it also translate those weird chars
> (underscore etc) aswell?

So what are you actually doing? Oh, wait... The translation tables assume
ISO-8859-1 (or -15 since the additional symbols aren't used). This should work
for Windows but not for DOS. Maybe this is the problem?

> printf("blabla: <some whitespace/spaces here> %d\n",bla);
>
> and the compiler seems to ignore the whitespace! (as in, it doesnt
> print spaces where it should!)

Are you sure your "whitespace" were spaces and not tabs? If you get a tab in
there, the result may look unexpected, especially since the alignment
regarding tab columns is different in the source than in the output.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-02-14 18:03:53 CET