Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: energie
  • Content: Threads
  • Order by date
  1. energie

    IDL compiler is complaining about my circular structure reference

    here's a snipplet of what i want to specify in my IDL: typedef struct prop { wstring name propCollection childProps; } structA_TYPE; typedef struct propCollection { sequence<prop> nProperties; } propCollection_TYPE; my C++ idl compiler is complaining that propCollection...

Part and Inventory Search

Back
Top