PDA

View Full Version : dll for windows



nowire75
20th May 2009, 10:39
Hi at all,

I'm looking on the internet and in this site for a answare to my question, but I haven't solve my problem.
The question is this: can I make in Qt (on windows with Qt creator) a windows dll to use in Visual basic program?

Thanks,
nowire

auba
20th May 2009, 15:31
I once did it, but I wouldn't do it again. This BSTR stuff :mad: :crying:

But you should be able to create an ActiveX control, maybe with VStudio Express (because of the wizards). If you'll only export functions, qtcreator is enough.