开发者

ActiveX in Native C

开发者 https://www.devze.com 2022-12-28 04:57 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消