Re: Simple C Q

2002-04-18 Thread Daniel Feiglin
Uhuh. How would you do it in C++ without using snprintf i.e. using the standard C++ RT support (including STL)? Muli Ben-Yehuda wrote: > On Wed, Apr 17, 2002 at 02:49:28AM -0700, Erez Boym wrote: > >>Hi all, >> >>I looking for the itoa function which converts an >>integer value to a string and

Re: is this firewire port supported?

2002-04-18 Thread Hetz Ben Hamo
Read this: http://www.mandrakeforum.com/article.php?sid=1495&lang=en - your device seems to be supported.. Thanks Hetz On Wednesday 17 April 2002 07:52 am, Arie Folger wrote: > I wrote: > > > Thank you. I had seen that site. I guess my question is how do I find > > > out what chipset I have? >

RE: Simple C Q

2002-04-18 Thread Omer Musaev
> -Original Message- > From: Daniel Feiglin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 9:42 AM > To: Muli Ben-Yehuda > Cc: Erez Boym; Linux-IL > Subject: Re: Simple C Q > > > Uhuh. How would you do it in C++ without using snprintf i.e. > using the standard > C++ RT s

Heap corruptions problems

2002-04-18 Thread miki . shapiro
Hi all I have a problem where a quite heavy multi-threaded application's heap gets corrupt (my code's fault) - probbably cuz some variable I accidentally forgot to initialize points there, or something similar. Due to this the whole app crashes, but at random (and completely irrelevant) places. Th

Re: Heap corruptions problems

2002-04-18 Thread Omer Zak
On Thu, 18 Apr 2002 [EMAIL PROTECTED] wrote: > Hi all > I have a problem where a quite heavy multi-threaded application's heap gets > corrupt (my code's fault) - probbably cuz some variable I accidentally > forgot to initialize points there, or something similar. > Due to this the whole app cras

Re: Simple C Q

2002-04-18 Thread Daniel Feiglin
I know them tricks, except the Boost thing which looks interesting. But now I've got "gaguim" for the old old IBM Open Class Libraries which had things like int number = 5; IString stuff = IString(number); // The STL string(number) quite is different stuff contains "5". .. Going the other way

Re: Heap corruptions problems

2002-04-18 Thread guy keren
On Thu, 18 Apr 2002 [EMAIL PROTECTED] wrote: > I have a problem where a quite heavy multi-threaded application's heap gets > corrupt (my code's fault) - probbably cuz some variable I accidentally > forgot to initialize points there, or something similar. [... snip ...] > I'm looking for bound-c

Re: math in kernel

2002-04-18 Thread Oleg Goldshmidt
[Context: some time ago I asked about using libm functions such as exp, log, pow in a kernel module] Shlomi Fish <[EMAIL PROTECTED]> writes: > 1. Rip the i386's log implementation from glibc and use it for i386 > modules. It was very hard. Actually, it occured to me that if I needed an exponen

Re: math in kernel

2002-04-18 Thread Shlomi Fish
On 18 Apr 2002, Oleg Goldshmidt wrote: > > [Context: some time ago I asked about using libm functions such as > exp, log, pow in a kernel module] > > Shlomi Fish <[EMAIL PROTECTED]> writes: > > > 1. Rip the i386's log implementation from glibc and use it for i386 > > modules. It was very hard. >

Re: Heap corruptions problems

2002-04-18 Thread miki . shapiro
On 04/18/2002 02:16:49 PM ZE3 guy keren wrote: >the free tools (e.g. efence) ... did the job. We caught the little fuck. Thanks. We're now one dev-proggie-the-wiser. >go into commerce-land. for linux - you should buy 'insure++' from >parasoft. it should also be available for solaris. purify IMO

Re: math in kernel

2002-04-18 Thread Gilad Ben-Yossef
On Thu, 2002-04-18 at 18:57, Oleg Goldshmidt wrote: > > [Context: some time ago I asked about using libm functions such as > exp, log, pow in a kernel module] > > Shlomi Fish <[EMAIL PROTECTED]> writes: > > > 1. Rip the i386's log implementation from glibc and use it for i386 > > modules. It wa

a few questions about fax & kde3

2002-04-18 Thread Diego Iastrubni
Hello, I want to fax from a kword, using the kde printing system. I am using kde3 and efax-0.9-10mdk, kword3 is buggy, but basicly works as biditext kword from kde2, but it also prints ok. (tested locally), i had problems with knoqueror and hebrew in tables. first, kde3 printed the text ok to

Re: a few questions about fax & kde3

2002-04-18 Thread Hetz Ben Hamo
> first, kde3 printed the text ok to a local connected printer. how does the > fax printing work in kde3? does kde3 print into postscript already doing > bidi conversions? I mean is the same output sent to the printer going to be > send to the fax? Fax printing, previewing, printing, GS/PDF outpu