bshort
07-11-2003, 12:28 AM
The subject pretty much says it all....
I have a C++ ATL DLL written with Visual Studio .NET 2003, and I need to call the methods using javascript.
I can instantiate the object
x = new ActiveXObject("...");
but I can't pass strings to my functions.
Anybody have any advise ?
Bryan
I have a C++ ATL DLL written with Visual Studio .NET 2003, and I need to call the methods using javascript.
I can instantiate the object
x = new ActiveXObject("...");
but I can't pass strings to my functions.
Anybody have any advise ?
Bryan