Refrences in VB and what in VC++?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using an activeX control of a third party. The control name is "True Db Grid Pro 7.0".To populate this activeX i need another activeX named "ComponentOne XArrayDB Object (XADB7.OCX)". In VB this control is added through "REFRENCES" . How i add this refrences in VC++. Addition in VB -------------- "Select References… from the Project menu to display a list of available type library references. Select the check box labeled ComponentOne XArrayDB Object (XADB7.OCX), then press the OK button." i tried to insert this activeX in VC++ but an error is prompted. what i want to know .................... what is equivalent of Vb REFRENCES in VC++ Have a nice wishes for helper.