Thatsgreat2345 Posted December 23, 2007 Posted December 23, 2007 (edited) I'm learning C++ and I want to convert some of my autoit stuff to C++ except I can't seem to find any references about COM and C++ for windows. Most of my scripts use the IE UDF so I wanted to make an IE UDF or atleast learn to use COM objects with C++. Any insight? EDIT: http://www.codeproject.com/KB/COM/comintro.aspx xD Good site Edited December 23, 2007 by Thatsgreat2345
Valik Posted December 23, 2007 Posted December 23, 2007 I'm learning C++This is the first clue that you are nowhere near ready for COM. COM is one of the most difficult Windows programming concepts to grasp. If you're still learning C++, you're a long way out from COM.
Thatsgreat2345 Posted December 23, 2007 Author Posted December 23, 2007 (edited) This is the first clue that you are nowhere near ready for COM. COM is one of the most difficult Windows programming concepts to grasp. If you're still learning C++, you're a long way out from COM.Yeah I figured xD. I got Thinking in C++ 2nd Edition by Bruce Eckle hehe didn't know it was free to download Edited December 24, 2007 by Thatsgreat2345
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now