ActiveX in Native C
I have to develop an ActiveX(ocx) in na开发者_开发百科tive C. Can some one help me or is there any IDE for developing ActiveX in native C.
Thanks
Actually, you can write ActiveX controls in ANSI C. here
It's been years since I wrote a small proof, but possible. Not sure why you'd want to other than to get a real good look at a dead/dying tech.
MS Visual Studio is what you need. Here you can find some samples: ATL Samples.
And as Alex said, you can use only C++ for native AX.
精彩评论