Home > Software engineering >  How to make use of dynamic libraries make activeX control
How to make use of dynamic libraries make activeX control

Time:10-07

Situation is that the leadership explaination a task, make the reader can read the card information on the WEB end now download the card reader manufacturer to dynamic library, there are. DLL files,. H file..lib file, how to use the three file to make active control?

CodePudding user response:

Establish the ActiveX engineering and then put the DLL library bundled into ocx, release installed

CodePudding user response:

Search in the MSDN COM Tutorial "Samples"?

CodePudding user response:

MSDN98_1. ISO http://pan.baidu.com/s/1dDF41ix, MSDN98_2. ISO http://pan.baidu.com/s/1bnGo0Vl

CodePudding user response:

reference 1st floor oyljerry response:
establish ActiveX engineering and then put the DLL library bundled into ocx, release installation

I do a simple addition OCX to generate functions, then packaged into a CAB, successful installation on IE, big the called function AddFun2 (1, 1), how to say it's not defined?
HTML is as follows:


New Page

<script language="javascript" & gt;
The function doTest ()
{
Var sum=CaluNumCtrl. AddFun2 (1, 1);
Alert (sum);
}
</script>

<body>


  • Related