Hi,
I have a component(not a VCL) which gives samples from a machine whenever there is an event(a new message event). I need to interface this componet to 'Labview' language.
I tried to create a dll, which doesn't work properly, where I cannot handle the event directly from labview.
So I think I need to create a activex control for that already existing component. How can I do that? When I use VCL control vizard, I cannot able to see the component in the list as the component is not a VCL component. Also the activex component must be a descendent of Twincontrol, but in my case it is a descendent of some non-visual component. Please suggest me....
Thanks.
I have a component(not a VCL) which gives samples from a machine whenever there is an event(a new message event). I need to interface this componet to 'Labview' language.
I tried to create a dll, which doesn't work properly, where I cannot handle the event directly from labview.
So I think I need to create a activex control for that already existing component. How can I do that? When I use VCL control vizard, I cannot able to see the component in the list as the component is not a VCL component. Also the activex component must be a descendent of Twincontrol, but in my case it is a descendent of some non-visual component. Please suggest me....
Thanks.