Re: Porting radio driver from MS to Linux

2003-09-07 Thread Arjen Verweij
It is a driver to stear a radiochip over a 3-wire bus. Currently test models are mounted on par.port plugs, but there is an USB version and an iPAQ has been "operated upon" and had a chip implanted. The chip works with Linux, just using inb() and outb(), but now the request has been made to try and

Re: Porting radio driver from MS to Linux

2003-09-07 Thread Eric Pouech
Arjen Verweij wrote: Hi, I am looking to port a MSVC++ driver to Linux. The recommended approach, to convert the Makefile and compile it didn't work for me, so I am trying to compile seperate cpp.files by implementing the winapi functions I need in a seperate linuxapi.cpp what kind of driver is it

RE: Porting radio driver from MS to Linux

2003-09-07 Thread Robert Shearman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Arjen Verweij > Sent: 07 September 2003 14:38 > To: [EMAIL PROTECTED] > Subject: Porting radio driver from MS to Linux > > I'm not too familiar with winapi myself, because

Porting radio driver from MS to Linux

2003-09-07 Thread Arjen Verweij
Hi, I am looking to port a MSVC++ driver to Linux. The recommended approach, to convert the Makefile and compile it didn't work for me, so I am trying to compile seperate cpp.files by implementing the winapi functions I need in a seperate linuxapi.cpp There are about 30 functions I have to port a