PHP forums, MySQL forums, Web Development resources

Home PageHome    PHP ResourcesTopic List    FAQFAQ    SearchSearch    MemberlistMemberlist    UsergroupsUsergroups 
 RegisterRegister
    ProfileProfile    Log in to check your private messagesLog in to check your private messages    Download the RSS Reader RSS Feed Download the RSS Reader RSS for this forum Log inLog in 

PHP Forum :: MySQL Forum :: Java Script Forum



Access extern C++ library from PHP

 
Post new topic   Reply to topic    WeberForums.com Forum Index -> PHP General
View previous topic :: View next topic  
Author Message
estero2002



Joined: 15 Oct 2007
Posts: 2

PostPosted: Mon Oct 15, 2007 4:52 pm    Post subject: Access extern C++ library from PHP Reply with quote

Hi, I will explain my problem so you can understand the question.

I have an app written in C++ which is in charge of administrating some data files. This app is in fact a shared library which will present an interface so other apps can communicate with the data files.

Now, I need to create a PHP page to access some of the data stored in those files. As you can imagine, I want to use the already written C++ library to do this. So, my question is if it is possible to access a C++ library or "see" the C++ interface from within PHP.

I know you can create an extension, but I read you must do it in C and I'm not sure how to make it for C++. Maybe creating a C api for the library?

Any ideas?

Thank you in advance

Steven

PS: As this is for studying purposes, I can't use MySQL or other DB solutions
Back to top
View user's profile Send private message
lostboy



Joined: 02 May 2004
Posts: 6033
Location: toronto, canada

PostPosted: Mon Oct 15, 2007 7:49 pm    Post subject: Reply with quote

You can call the interface with the exec call function
Back to top
View user's profile Send private message Send e-mail AIM Address MSN Messenger
estero2002



Joined: 15 Oct 2007
Posts: 2

PostPosted: Mon Oct 15, 2007 8:12 pm    Post subject: Reply with quote

Thanks for your answer.

I'm sorry, but I don't see how you can use "exec" to call the library. Acording to the manual, that function receives a command but what I have is a shared library which is already running and I need to call funtions which are inside.
Back to top
View user's profile Send private message
lostboy



Joined: 02 May 2004
Posts: 6033
Location: toronto, canada

PostPosted: Tue Oct 16, 2007 3:04 am    Post subject: Reply with quote

Could you write a wrapper to the library that you could call to get access to the methods?
Back to top
View user's profile Send private message Send e-mail AIM Address MSN Messenger
Display posts from previous:   
WeberTrivia Questions WeberTrivia Questions
 Think you are smart? Prove it!. Try your skills with these questions :
 WeberTrivia QuestionsRecursive arrays and multi-dimensional arrays are one and the same. (PHP and MySQL)
 WeberTrivia QuestionsThe \"cache_dir\" tag of the squid configuration has a default of /var/spool/squid. (Linux)

WeberTrivia Questions



PHP Code Examples
 Stream diffrent sizes of images from a single image to save disk space.
 JavaScript dropdown list menu to switch any page.
 Dump the contents of a PHP variable in html format with a recursive list of subfolders and files from a given root directory.
 PHP Dump in html format the contents of one array variable with a recursive list of the nested array variables inside.
 Link Extractor - This function is used to extract links from a given URL. This will convert relative path into absolute path and also remove PHPSESSID stuff.
 Building a Dynamic Form using Javascript and innerHTML. Add form elements in realtime without refreshing the page.
 A PHP Calendar function with CSS : add a cool calendar to any php page by just adding a calendar class based function.
Post new topic   Reply to topic    WeberForums.com Forum Index -> PHP General All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group
PHP Forum :: MySQL Forum :: Java Script Forum