Creation of DLL from ActiveX control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, we have an active x controls for webcam interface and i need to create a DLL with VC and use the same in a 3rd party application. i.e i need to control the webcam through DLL During creation of the DLL i dont have any issues, while calling the function from a console application - am getting windows assertion failed error..? Can anyone guide me the settings if i need to make any inorder to control the dll which has activex in it.. Thanks in advance, Pramod.