View Single Post
  #2 (permalink)  
Old August 8th, 2003, 05:47 AM
Ankur_Verma Ankur_Verma is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 453
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Ankur_Verma Send a message via MSN to Ankur_Verma
Default

Forward declaration of the IID of the UDT in .cpp file should solve the
problem.

insert this code before the function implementations.

Code:
const IID UUID_FGrid_t = { 0x31286171, 0xD2F8,0x11d5, { 0x9B,0x78,0x00,0xB0,0xD0,0x78,0xCA,0x0B} };
here I've just formated the IID you associated with your UDT
in your IDL file.

Regards

Ankur Verma
.Net and C++ Specialist
Wiley Tech Support
Reply With Quote