tags:

views:

36

answers:

2

Hi

I have to develop an ActiveX(ocx) in native C. Can some one help me or is there any IDE for developing ActiveX in native C.

Thanks

A: 

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.

Eugene
A: 

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.

DevSolo