ActiveX DLL

Nov 27, 2010 at 7:14pm
Hi guys, I have a DLL which is an ActiveX control to a CRS F3 Robot, I want to load it properly to use the methods in it and retrieve info from the robot. Problem is I am new to C++ and have only programmed in console applications so far.
I've been googling for a while and what I see the most is that you should have a *.def and *.h.

When I click on my solution (VS 2008) in the common properties and framework and references I add my new reference "CRSActiveRobot 1.0"

How can I tell if its working correctly? Should I also use LoadLibrary() in the code?
I'm trying to create a Windows Form Application so I'll probably use a new form to display either if the DLL was loaded correctly or not.
Topic archived. No new replies allowed.