DCOM Server
-
I am trying to write a DCOM server application. Some of the interface functions have paramaters that are user defined data types (structs). I have the header files where these type definitions are included in the server .h file included in the .h file of the server .cpp file. When I try to build, I receive the following error that points back to the .idl file: "Expecting type specification near "data_type". Any advice on how to remedy this. I am fairly new to DCOM/COM programming.
-
I am trying to write a DCOM server application. Some of the interface functions have paramaters that are user defined data types (structs). I have the header files where these type definitions are included in the server .h file included in the .h file of the server .cpp file. When I try to build, I receive the following error that points back to the .idl file: "Expecting type specification near "data_type". Any advice on how to remedy this. I am fairly new to DCOM/COM programming.