Re: Qt for Excel/VBA
vc6 is so old it. It is not a compliant c++ compiler and you should not be using it if you are programming in c++ now.
There is no such thing as a Qt dll in this sense. You can make a dll from c++ code, and the compatibility, or otherwise, with excel etc will have little to do with Qt.
In your case, the dll that 'isn't working' was built with minGW. Are you sure the def files are the same for vc6 and gcc?
Last edited by amleto; 12th December 2012 at 16:34.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks