Click here to Skip to main content
15,867,771 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ,

I am looking for solution where I need to know how to deploy html5 files in webserver(IIS 7.0) and need to call C++ library in html5.

Please let me know for solution as I really need to know this.

Thanks in advance.
Posted
Comments
Mohibur Rashid 18-Jul-14 3:28am    
The question is not clear. I am not sure whether you can call function other than Javascript or not. c++ function calling can be achieved from Server side script. HTML5 is client site script. There is no chance of calling local function in HTML5. You said IIS. It's just a webserver but not scripting language. What application are you using behind?
neetasharma 18-Jul-14 6:41am    
Yes, you are correct as html 5 which is client side .So is it possible to call C++ component from Html 5.
Rob Grainger 18-Jul-14 8:14am    
You *can* use ActiveX to write a C++ component that can be accessed in the browser. I really wouldn't recommend it though, almost everyone disables such controls from running in the browser, and with very good reasons as it was the main attack vector on machines for quite some time (and indeed, still is through the Flash and Java plug-ins).

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