Code Comments
Programming Forum and web based access to our favorite programming groups.I want to import some c functions , but I don't know the steps to do that , can any one help me to do that ?
Post Follow-up to this messagehind wrote: > I want to import some c functions , but I don't know the steps to do > that , can any one help me to do that ? Use SWIG: http://www.swig.org/ Very easy to use Christian
Post Follow-up to this messageChristian Gollwitzer <auriocus@btcips73x1.cip.uni-bayreuth.de> writes: > hind wrote: > > Use SWIG: > > http://www.swig.org/ > > Very easy to use Depends how many functions, though. SWIG code is often much uglier than hand crafted code. -- David N. Welton Personal: http://www.dedasys.com/davidw/ Apache Tcl: http://tcl.apache.org/ Free Software: http://www.dedasys.com/freesoftware/ Linux Incompatibility List: http://www.leenooks.com/
Post Follow-up to this messageIn article <87oegntj05.fsf@dedasys.com>, David N. Welton <davidw@dedasys.com> wrote: >Christian Gollwitzer <auriocus@btcips73x1.cip.uni-bayreuth.de> writes: > > >Depends how many functions, though. SWIG code is often much uglier >than hand crafted code.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.