Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create simple COM component

Status
Not open for further replies.

szcygan

Programmer
Jul 18, 2001
19
0
0
PL
I need to create simple COM object, or some other thing that will receive data (matrixes) run calculations and give back results (also matrixes). Is it possible to achive this by some simple means?

thanks
 
You can create a working starter project that creates a simple COM object using the COM/ATL project wizards in Visual C++. File->New->Project, then select project type "Visual C++ Projects", "ATL", "ATL Project". Then right-click the new project in the class view, select Add->Add Class. Then select the "ATL" category, and select "ATL Simple Object". Fill in names for your object and there you go, you have a working COM object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top