Click here to Skip to main content
15,882,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi.

I don't know how to use QT to export a simple struct into IDL file. If Class is dervied from QObject it is easy to use:

QAXTYPE(MyClassName)


but what to do if it is a simple struct such:

struct
 {
   int a;
   int b;
  }


in MIDL sytax it just need to copy the struct into your library but QT visual studio add-ons will regenerate the IDL file. does QT support it? is there any macro such QAXTYPE for structs?

Thanks.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900