LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Extraneous formal parameter specification using RegisterTCPServerEx

Hi,
I am trying to start programming an ethernet connection to control a motor drive,
and I am at the beginning of my application, so I started  by using RegisterTCPServerEx function but I already get the error "Extraneous formal parameter specification, and I don't know what it mean
\Thanks\
Olivier
0 Kudos
Message 1 of 3
(3,967 Views)
Hi,
 
Could you post the code you developped for you application ?
 
Moreover, did you try using the Client / Server example ? It is available in the Example Finder under "TCP" search.
 
Best regards,
0 Kudos
Message 2 of 3
(3,935 Views)
Hi,
I found the problem,
it was just because I used that function in another file and didnt write well function prototype.

Thanks anyway
Olivier
0 Kudos
Message 3 of 3
(3,917 Views)