Clemson ECE 453
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Call C library from PHP

Go down

Call C library from PHP Empty Call C library from PHP

Post  rbrenan Tue Feb 03, 2009 3:53 pm

Guys, here is a link I found that describes the dl() function in PHP: http://us.php.net/dl

Looks like this function loads a C library (.dll file) so that the functions in it can be called. Theoretically, all you would have to do is call dl("ourlibrary.dll"); and then SendCommand(int commandCode); to send a command to the rover, gun, etc.
rbrenan
rbrenan

Posts : 19
Join date : 2009-01-08

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum