Re: [rtl] Re: Object Oriented programming and RTLinux

1999-02-23 Thread Paul Koning
> "Hideto" == Hideto Ishibashi <[EMAIL PROTECTED]> writes: Hideto> Actually I'm working on RT versions of the C allocation Hideto> functions malloc()/free() and C++ operator Hideto> new/new[]/delete/delete[] (although it'll be possibly a bit Hideto> different from the ISO/ANCI C/C++ stand

[rtl] Re: Object Oriented programming and RTLinux

1999-02-23 Thread Hideto Ishibashi
Hello, all. Thank you for your reply, David. From: David Olofson <[EMAIL PROTECTED]> Subject: Re: [rtl] Re: Object Oriented programming and RTLinux Date: Mon, 22 Feb 1999 12:38:47 +0100 Message-ID: <[EMAIL PROTECTED]> > > How do I need to specify the options at linking? >

Re: [rtl] Re: Object Oriented programming and RTLinux

1999-02-22 Thread yodaiken
V1.0 available on ftp in pub/rtlinux/v1 patch.v1.tgz is rtl + the kernel patch rtlinux.v1.tgz includes a patched linux kernel --- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECT

Re: [rtl] Re: Object Oriented programming and RTLinux

1999-02-22 Thread David Olofson
Hideto Ishibashi wrote: (...) > Let me ask you a question. > > How do I need to specify the options at linking? > Please tell me the options for `ld', which you use in your > Makefile/command line. > > In fact, I try to do it with my code, but I failed. > Although the compile and link are succes

[rtl] Re: Object Oriented programming and RTLinux

1999-02-22 Thread Hideto Ishibashi
I'm interested in this topic and want to understand more. From: David Olofson <[EMAIL PROTECTED]> Subject: Re: [rtl]:Object Oriented programming and RTLinux Date: Mon, 15 Feb 1999 12:59:11 +0100 Message-ID: <[EMAIL PROTECTED]> > I use C++ in my RTL modules, and it works almost like normal linkin