Originally posted by: intruder
1 open the MSDN
2 in the "index page" of MSDN ,input the key chars
"WSA",then a Enter.
-----------------
btw:
1. i m changing the program to a multicast one.
after i done it , i will show it to all.
2. this program is test on windows ME.
and it does work well this afterno0n :-).
-------------
3. after 3 days, i found my work donnot works :_(
and i donnt like win32 API programming.
i have a thought that change it to MFC.
so i ...//sigh
Originally posted by: anni
The compiling problem has been fixed,It does compile whithout errors.But when I run the program in WIN98(2),the Cient program account a fatal error,and the Server program return error "WSAsend failed with error 10054".I've tried to change the &Protocol argument in WSASocket() to NULL in both the client and the server. Can you help me?
Originally posted by: anni
ClientWindow.exe - 1 error(s), 0 warning(s)
the wrong is:
-------------------Configuration: ClientWindow - Win32 Debug--------------------
Compiling...
WndProc.cpp
E:\work\viewdestop\RemoteDesktopViewer_client\WndProc.cpp(72) : error C2440: '=' : cannot convert from 'void *' to 'struct HBRUSH__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
Error executing cl.exe.
can anyone help me?
Originally posted by: Shree
Hi,
Is the program designed to run in 256 color mode? Why does it lose color when in true color mode?
ReplyOriginally posted by: Andy Bantly
I have the Windows 95 sockets setup program. It installs all the files necessary for Sockets programming on Windows 95, and it allows the Remote Control program to work on Windows 95. If anyone wants it, just email me and I will send it on to you.
Andy
ReplyOriginally posted by: Nicola Fagan
The Dll of Winsock 2 of Win9x there is in:
CD Number 2 of Visual Studio 6.0 in:
.\NTOPTPAK\X86\WIN.95\Ws2setup.exe
Bye
ReplyOriginally posted by: Dinu
Hi Andy.
I found your source very useful, though it doesn't work under Win98. It does compile without errors, but it just doesn't work. Server program returns "socket() failed: 10022" during run time. I found this error. This is because of WSASocket(...) from Server.c (line 109). GetLastError of WSASocket returns "WSAEINVAL" error.
Client program compiles and runs without errors, but when I tried to run server program on NT (where it works perfect) and client program on 98 I found that it doesn't work too.
Both programs work perfect on NT platform.
I thank you in advance.
Your help in solving this problem will be appreciated.
Dinu
Originally posted by: Shree
I am having the same problems as John. Neither does the executable work (It gives the DLL error), nor does it compile - Is it because I use VC++ 6 ?
I would also like to have the old (viewer only) code.
ReplyOriginally posted by: John
It's really GREAT program with GREAT source!!!. Many thanx to Andy, but I still can't get it working under Win98.
Of course I read all comments and did everything.
Can someone help me or can someone send me the old source (before update).
Thanx.
John.
Originally posted by: Andy Bantly
This project now allows Remote Controlling of the Remote PC.
Reply