We are interfacing with a piece of hardware developed here, and allowing access via the web. The firmware for this device is written in C, and part of that firmware is about 5000 lines of code that parses huge binary files for config data, compiled to a .dll.
Is there any way under heaven that I can access a .dll, written in C, from PHP?
I'm betting it's a no, but before starting a quest to duplicate 5000 lines of C in PHP, I thought I'd give the experts here a shot.
Thanks all.
JH