• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

accessing a DLL function from JavaScript/ASP

Ted1

Senior member
I am not looking for a detailed answer (although that would be above-and-beyond) but a general idea of:

How do I call a C++ DLL (non-registerable) from JavaScript/ASP? I can call it OK from VBScript using "Server.CreateObject" - however I can't figure out how to access the DLL's functions from JavaScript/ASP?
 
Back
Top