ActiveX in Native C

I need to develop an ActiveX (ocx) in native C. Can anyone help me or is there an IDE for ActiveX development in native C.

thanks

+2


a source to share


2 answers


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 want other than a good look at the dead / dying technique.

+2


a source


MS Visual Studio is what you need. You can find some examples here: ATL Samples .



And as Alex said, you can only use C ++ for native AX.

0


a source







All Articles