Abel Munoz Alcaraz wrote: > > I want to develop a platform-independent driver (Windows 9x/NT/2000, Linux, > Mac OS,...). > I have written the Windows platform version in C++ using Numega's tools > encapsulating the driver code in classes. > More of this classes isn't OS specific and it work well in any OS. > > This is the reason because I want to do this. I want reuse a lot of code. Code reuse is fun. I suggest you do it the other way around though - write a driver in plain C for both linux and windows. C++ for linux may be possible, if you do the job of making C++ work with kernel code yourself. Most others don't want it, can't be convinced, and certainly won't help you with it. If this is too much - port your driver to C. Helge Hafting - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Linux kernel modules development in C++ Timur Tabi
- Re: Linux kernel modules development in C++ Igmar Palsenberg
- RE: Linux kernel modules development in C++ Abel Munoz Alcaraz
- Re: Linux kernel modules development in C++ Alan Cox
- Re: Linux kernel modules development in C++ Timur Tabi
- Re: Linux kernel modules development in C+... Daniel Phillips
- Re: Linux kernel modules development in C+... Mike Touloumtzis
- Re: Linux kernel modules development in C+... Anton Altaparmakov
- RE: Linux kernel modules development in C++ Abel Munoz Alcaraz
- Re: Linux kernel modules development in C++ Helge Hafting
- Re: Linux kernel modules development in C++ Wayne . Brown
- Re: Linux kernel modules development in C++ Timur Tabi
- Re: Linux kernel modules development in C++ Daniel Phillips
- Re: Linux kernel modules development in C+... Alexander Viro
- Re: Linux kernel modules development i... Igmar Palsenberg
- Re: Linux kernel modules developm... Daniel Phillips
- Re: Linux kernel modules developm... Alexander Viro
- Re: Linux kernel modules development in C++ Igmar Palsenberg
- Re: Linux kernel modules development in C+... Timur Tabi
- Re: Linux kernel modules development i... Igmar Palsenberg