Re: Wrapping code

2005-11-26 Thread Leopold Palomo Avellaneda
A Divendres 25 Novembre 2005 15:32, Goswin von Brederlow va escriure: > Adam Stiles <[EMAIL PROTECTED]> writes: [] > > I've often thought that it ought to be possible to reverse the > > compilation process, after a fashion. You would end up with a whole load > > of ifs and gotos, of course. A

Re: Wrapping code

2005-11-26 Thread Leopold Palomo Avellaneda
A Divendres 25 Novembre 2005 15:25, vàreu escriure: > > It is possible. Nothing is impossible. But it is also quite stupid. > > > > You would need a very god reason, like you get paid for it, to do this. > > You'd also need a good reason why you couldn't just buy the original > source. It's almost

Re: Wrapping code

2005-11-26 Thread Leopold Palomo Avellaneda
A Divendres 25 Novembre 2005 15:35, Goswin von Brederlow va escriure: > Leopold Palomo-Avellaneda <[EMAIL PROTECTED]> writes: > > I forgot to mention that it's not c but that it's c++ with ABI from the > > redhat 7.2 (gcc-2.96) . :-( If it's possible to use swig to generate > > wrapper and then use

Re: Wrapping code

2005-11-25 Thread Paul Brook
> It is possible. Nothing is impossible. But it is also quite stupid. > > You would need a very god reason, like you get paid for it, to do this. You'd also need a good reason why you couldn't just buy the original source. It's almost certainly cheaper than trying to wedge the existing library i

Re: Wrapping code

2005-11-25 Thread Goswin von Brederlow
Leopold Palomo-Avellaneda <[EMAIL PROTECTED]> writes: > I forgot to mention that it's not c but that it's c++ with ABI from the > redhat > 7.2 (gcc-2.96) . :-( If it's possible to use swig to generate wrapper and > then use the generated wrapper on another machine. > > Regards, > > Leo g++ ha

Re: Wrapping code

2005-11-25 Thread Goswin von Brederlow
Adam Stiles <[EMAIL PROTECTED]> writes: > On Friday 25 November 2005 09:36, Leopold Palomo-Avellaneda wrote: >> Hi, >> >> I have a question that maybe could be an off topic but I think that it >> could be interesting for the amd64 users. >> >> I have a library code with some executables of a devic

Re: Wrapping code

2005-11-25 Thread Adam Stiles
On Friday 25 November 2005 09:36, Leopold Palomo-Avellaneda wrote: > Hi, > > I have a question that maybe could be an off topic but I think that it > could be interesting for the amd64 users. > > I have a library code with some executables of a device. This device uses > the parallel port and provi

Re: Wrapping code

2005-11-25 Thread Leopold Palomo-Avellaneda
A Divendres 25 Novembre 2005 13:55, Goswin von Brederlow va escriure: > Leopold Palomo-Avellaneda <[EMAIL PROTECTED]> writes: > > Hi, > > > > I have a question that maybe could be an off topic but I think that it > > could be interesting for the amd64 users. > > > > I have a library code with some

Re: Wrapping code

2005-11-25 Thread Goswin von Brederlow
Leopold Palomo-Avellaneda <[EMAIL PROTECTED]> writes: > Hi, > > I have a question that maybe could be an off topic but I think that it could > be interesting for the amd64 users. > > I have a library code with some executables of a device. This device uses the > parallel port and provides a lib

Wrapping code

2005-11-25 Thread Leopold Palomo-Avellaneda
Hi, I have a question that maybe could be an off topic but I think that it could be interesting for the amd64 users. I have a library code with some executables of a device. This device uses the parallel port and provides a library to use it with some more functionalities (provides some .so a