J
Jim King
Greetings,
We are using Windows CE.NET 4.2 and want to be able to Create an
object in an Active Server Page that will use JScript to load data
variables in the page.
For example in the ASP:
<% var SDobject = new ActiveXObject("shdata.sdFunctions") %>
language = <% = SDobject.getSD("ht0125") %>
In this case "ht0125" is the name of a variable that is stored in RAM
in the CE.NET 4.2 OS and I want to set "language" equal to its value
(by calling function getSD).
I created an ActiveX dll (shdata.dll) using VB6.
This works on Windows 2000 will IIS installed, but since compact
framework does not support ActiveX I don't know how to proceed.
Two questions arise:
1. Is this the proper way to create an object in an ASP when using
compact framework?
2. How do I (or should I) create a DLL using eVC++ that will work with
an ASP?
P.S. Does anyone know of a good book on eVC++?
Regards,
Jim King
We are using Windows CE.NET 4.2 and want to be able to Create an
object in an Active Server Page that will use JScript to load data
variables in the page.
For example in the ASP:
<% var SDobject = new ActiveXObject("shdata.sdFunctions") %>
language = <% = SDobject.getSD("ht0125") %>
In this case "ht0125" is the name of a variable that is stored in RAM
in the CE.NET 4.2 OS and I want to set "language" equal to its value
(by calling function getSD).
I created an ActiveX dll (shdata.dll) using VB6.
This works on Windows 2000 will IIS installed, but since compact
framework does not support ActiveX I don't know how to proceed.
Two questions arise:
1. Is this the proper way to create an object in an ASP when using
compact framework?
2. How do I (or should I) create a DLL using eVC++ that will work with
an ASP?
P.S. Does anyone know of a good book on eVC++?
Regards,
Jim King