Hello Mohan,
first of all, I want to tell you that I tried to build the sample ActiveX server and it
worked on my computer (of course). I will go through the code
in details, although I did it many times. (8D I think that will go easily, so I will be able to build my own ActiveX then. I am really happy that I can
see the exported functions as "com method" in the dll with DLL Export Viewer.
Normally I am seeking for the examples with the CVI example browser and I didn't check that
samples/activex/servers/SimpleDLL folder.
Anyway, I tried to compile the server with MIDL from prompt, but it didn't say that in which line I have problem. I had to include the sdk/bin/include folder
(if I remember well) as you told to somebody on this forum.
Now as I'm watching my code, it seems I forgot to implement the DllMain function as well and who knows what else. (8D
This is a very new field for me and although I went through the tutorial:
Building ActiveX Servers
in LabWindows/CVI, there are many small details I have to learn first.
So thank you very much for your hints, again.
😉