Home » Category » Microsoft Visual C & C++

Microsoft Visual C & C++: Receive not available!

205| Mon, 02 Jun 2008 13:12:00 GMT| anonymous| Comments (1)
I am using VC++ 6.0 and function "Receive" of CAsyncSocket to receive the
messages from the TCP/IP network. But I am unable to find "Receive" in the
menus to collect the messages.
Is this a known issue?
Please suggest.

Keywords & Tags: receive, available, microsoft, visual c++, vc

URL: http://www.7prog.com/visual-c-c++/252956/
 
«« Prev - Next »» 1 helpful answers below.
Anil wrote:

> I am using VC++ 6.0 and function "Receive" of CAsyncSocket to receive the
> messages from the TCP/IP network. But I am unable to find "Receive" in the
> menus to collect the messages.
> Is this a known issue?
> Please suggest.
>

The "menus" (== autocomplete) are a known issue. Very fragile. You can
often fix the "menus" by closing VC, deleting the project's .ncb file,
then reopening. But you can always just type!
--
Scott McPhillips [VC++ MVP]

scott | Mon, 02 Jun 2008 13:14:00 GMT |

Microsoft Visual C & C++ Hot Answers

Microsoft Visual C & C++ New questions

Microsoft Visual C & C++ Related Categories