Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to call a vc++ dll function in php5?
Posted

1 solution

There are plenty of examples of how to do this that you can find via google, here's one:

http://stackoverflow.com/questions/706970/can-i-use-a-dll-written-in-c-with-php[^]

If you want for specific help, then you need to give us more detail. What is the function you are calling? Is it a C function or a C++ method? What version of VC are you using. Give us the source code of your function and we may be able to help more.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900