 |
|
|
 |
|
 |
I'm a new user of Visual C++ and MFC and I'm trying to use this Telnet application but find this error. I appreciate your help.
Deleting intermediate files and output files for project 'CTelnet - Win32 Debug'.
--------------------Configuration: CTelnet - Win32 Debug--------------------
Compiling...
CTelnet.cpp
ClientSocket.cpp
CTelnetDoc.cpp
CTelnetView.cpp
HostDialog.cpp
MainFrm.cpp
StdAfx.cpp
Linking...
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/CTelnet.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
CTelnet.exe - 4 error(s), 0 warning(s)
"We make any more
reliable, secure and efficient"
Ryan Ortega Rios
e-mail: ortega@lucent.com
|
|
|
|
 |
|
 |
Dear all,
When I try to connect to a host with the client I don't see any command line prompter.
Can someone help me on this?
Thanks
|
|
|
|
 |
|
 |
Thank you very much for the client.
I have some problems when I run the client. I want to connect to a port on my localhost. How do I know that I'm connected? and how can I send commands to that port?
Thanks
|
|
|
|
 |
|
 |
Hello:
Your coding style is good, and easy to understand.
I have test the client, some bug is found:
Sometime text is missing, and wont dont loop occured.
I will correct it these days, are you still work on this project?
Anybody interesting in this project, we can share our work.
|
|
|
|
 |
|
|
 |
|
 |
As this Telnet client doesn't support the escape sequences, is there anyway for client to tell the server that it doesn't support escape sequences, so that server doesn't
send the escape sequences at all?
Any help appreciated,
Sunil
|
|
|
|
 |
|
 |
Filtering out the escape sequences aren't that hard.
Just set a method/function local variable in the GetLine() function to intercept the '\033' character and set the flag to 'false' and then test the flag in the default: case to see whether or not the character should be appended to the output stream/CString.
Most Escape sequences end with a letter of some form that doesn't get passed on to the output stream.
|
|
|
|
 |
|
 |
I have an application to telnet a server and get back messages. The telnet client posted here works very well except that I am not able to see some characters.
When I debug the receive function of the socket, I see that the characters are not received. Could anyone please tell me why this is? I appreciate the help
Thankyou
nn
|
|
|
|
 |
|
 |
The code author has mentioned that the code does not handle escape sequences. As such, the control characters and the escape sequences for the type of terminal specified in the host system for the login user are echoed as they are.
|
|
|
|
 |
|
 |
Hi,
The telnet server for NT is working fine. But there are some critical issues associated with it.
1. The memory usage of the TelnetServer_NT.exe keeps on increasing.Sometimes this happens when the telnet client is closed abruptly. But most of the times it occurs when the server is started and the client is not able to connect at all.
2. When the telnet server is run in the debugging mode we get the same problem.
I'm using Windows NT 4.0 with service pack 6.0 and i'm using the telnet client that ships with the windows.
Any help on this will be appreciated.
Thanks in Advance,
Vidhyaa shankar
|
|
|
|
 |
|
 |
Read over all your code and realized the telnet part of the engine
was small and easy to learn.
I then decided I wanted to make a Dialog Based Telnet Client.
After a few hours its working and kicks butt
Next step is to weed out the telnet engine into a class that can
has 3 points of access (read write and exist).
Then take that and make it part of an OpenGL Telnet Client.
Then take that new OpenGL client and use it as the exclusive
interface to a MUD I made...OpenGL MUD cool.
Thanks for pointing me in the right direction.
|
|
|
|
 |
|
 |
Hi,
can you send tell me how did you make the single Dialog?
Amjad
|
|
|
|
 |
|
 |
If you need that, ask to me! I dont'assure that everything works, but if you find (and most important solve!!! bugs tell'me!! Enrico -Yes, i don't write a good english- Unlukily it's not a Joke... br />Hope you'll understand!!
|
|
|
|
 |
|
 |
Hi,
In fact I don't need to sho the data received from the telnet session, so if you can send me the code I will be full of thanks for you.
Amjad
send it to amjad@zaytona.com
|
|
|
|
 |
|
 |
O.k., can you send it to me?
Amjad
|
|
|
|
 |
|
 |
Bad thing is I stopped writing the MFC OpenGL Client and now I have
to redo what I did...kicks himself.
Ah well will post it once I redo it all again.
|
|
|
|
 |
|
 |
Hi,
Can any one suggest me the code analysers for VC++?
regards,
Mangesh Sardesai
|
|
|
|
 |
|
 |
Hi,
found this site seeking for a free NT telnet server. Wondering now whether I may use this program in a corporate environment.
Thanks in advance,
Chaney
|
|
|
|
 |
|
 |
Maybe for a corporate environment a ssh server would be more secure. Try CygWin for a free one.
Concussus surgo.
When struck I rise.
|
|
|
|
 |
|
 |
I compiled TelnetServer and had the error _beginthreadex undeclared identifier.
Who can help?
|
|
|
|
 |
|
 |
I got the same error. I don't know why or how this works, but here's what I did to get around it. I dev studio, I went to project/settings (general tab) and changed the microsoft foundation classes dropdown to "not using mfc" and did "rebuild all". This generated an "undeclared identifier" error message. Then I switched the MFC dropdown back to "shared dll" and did a normal build (NOT rebuild all) and it worked. Don't know why, but it did. I suspect it has something to do with link orders and libraries and so forth.
Hope this works for other people, because this was GREAT. A working telnet server that will be easy for me to extend.
Eric Shenk
|
|
|
|
 |
|
 |
I got also the same error but u're trick won't work here.
Any other suggestions?
I have Borland C++ builder 5
|
|
|
|
 |
|
 |
use bcc32 -W telnetd.cpp (commandline compile)
otherwise try my first help to ERROR Compiling Telnetserver.
James Chong
|
|
|
|
 |
|
 |
Hi,
On my side this source code compiled perfectly.
Probably multithreading was turned OFF on your side thats why you were getting the error "_beginthreadex()undeclared".
Juss go to the Project settings->C/C++ -> Code Generation and change the "Single-Threaded" to "Multi-Threaded".
OR change the command line switch /ML to /MT
well good luck....
|
|
|
|
 |