문제

anyone knows a good tutorial for programming ActiveX in Visual Studio 2008 for VC++? or the way to create methods and properties automatically, like the old Wizzard in VS6.0 did?

I was trying harder to find some info, but everything is for C#, VB, or it's explained for VS6.0 and not 2005 or newer :(

Thanx everybody.

도움이 되었습니까?

해결책

Well, do take a hint from the lack of decent samples or tutorials. If you really want to do this in C++ then check out a copy of Chris Sells' ATL Internals. It is still in print afaik. It contains a complete walkthrough for creating an ActiveX control using ATL.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top