newbio has asked for the wisdom of the Perl Monks concerning the following question:
I am actually thinking of using Inline::C for some specific tasks. For this purpose, I need to use some functions that are included as part of a bigger C++ project package.
Coming to more specifics, I have an one open source C++ project package (with source code files, project file .dsw etc etc). There are huge number of files in this project package as it is general purpose. However, for my work I need to use just a few functions from this open source project with my perl program. My question is how to use this package/source code in my perl program using Inline module. Do I need to pluck out only required files from the package (this may be too circuitous as many of these functions are connected in an object oriented modular way) to use them with my perl program? Or should I use the entire package folder? What is a practical way to do this? What are the steps involved and how should I start? What all files (lib, header etc) from this huge C++ package should I be including in my perl program? Please give me your practical tips.
Thanks very much.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inline::C query
by BrowserUk (Patriarch) on Mar 01, 2005 at 14:03 UTC | |
|
Re: Inline::C query
by dragonchild (Archbishop) on Mar 01, 2005 at 13:39 UTC | |
|
Re: Inline::C query
by newbio (Beadle) on Mar 02, 2005 at 11:42 UTC | |
by gellyfish (Monsignor) on Mar 02, 2005 at 12:01 UTC | |
by newbio (Beadle) on Mar 07, 2005 at 08:38 UTC |