muthiah_c
May 12th, 2003, 09:45 AM
hi
this is the function i have i n c++.
AcceptConnections(SOCKET sock);
but i want to add this method to ATL Object.
There i am getting error saying that
error MIDL2025 : syntax error : expecting a type specification near "SOCKET"
that file is .idl file.
please help me in this.
basically i want to pass a structure to interface method.
bye
seshu
this is the function i have i n c++.
AcceptConnections(SOCKET sock);
but i want to add this method to ATL Object.
There i am getting error saying that
error MIDL2025 : syntax error : expecting a type specification near "SOCKET"
that file is .idl file.
please help me in this.
basically i want to pass a structure to interface method.
bye
seshu