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 strongm 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: *

  1. energie

    IDL compiler is complaining about my circular structure reference

    CORBA IDL does NOT support forward declaration on structures. It says so in many many books as well as my compiler.
  2. energie

    IDL compiler is complaining about my circular structure reference

    thanks for your reply I wish it was that easy tho. the c++ idl comipler that im using complains about forward declaration on structures. I've looked into and it seems like they only support forward declaration on interfaces. Is that the case?
  3. 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