Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I developed an SDK (a dll) build with QT, and used the signal/slot and QObject ……etc. Now how to use it in visual studio? Because the customer who uses the dll only have visual studio installed.
@brucezcg You use it as any other C++ lib. But first a question: did you build that lib using same Microsoft C++ compiler as your customer?
@jsulm Hi , I solved the problem, we create the dll use qtwinmigrate framework.