Click here to Skip to main content
15,902,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: std::list in visual studio 2005? Pin
Stephen Hewitt6-Mar-07 13:03
Stephen Hewitt6-Mar-07 13:03 
QuestionVC++ - Display Pin
anu78734-Mar-07 22:32
anu78734-Mar-07 22:32 
QuestionRe: VC++ - Display Pin
prasad_som4-Mar-07 22:36
prasad_som4-Mar-07 22:36 
Questionresizing bitmaps in vc++ Pin
Susanta5784-Mar-07 22:13
Susanta5784-Mar-07 22:13 
AnswerRe: resizing bitmaps in vc++ Pin
Rajesh R Subramanian4-Mar-07 22:38
professionalRajesh R Subramanian4-Mar-07 22:38 
AnswerRe: resizing bitmaps in vc++ Pin
Hamid_RT5-Mar-07 6:57
Hamid_RT5-Mar-07 6:57 
QuestionIs my PC standalone or connected to Network Pin
vibindia4-Mar-07 22:01
vibindia4-Mar-07 22:01 
AnswerRe: Is my PC standalone or connected to Network Pin
Sebastian Schneider4-Mar-07 22:39
Sebastian Schneider4-Mar-07 22:39 
Look at the back of your computer. The network card/interface usually has 2 LEDs. One usually means "connected", the other one indicates traffic. If both LEDs are dark, you most probably have a faulty network card.

If you have at least one steady light, you should fire up a command line ("cmd.exe") and display the IP configuration ("ipconfig"). Find your LAN-connection. Look at the IP-Address:

If the IP-address is in the range of 169.254.0.1 to 169.254.255.254 and the Subnet-Mask is 255.255.0.0:
Chances are your (Windows-)computer is configured to obtain an IP-address automatically, but could not reach the DHCP-Server. You are then not in the same network as any computer with a DHCP-assigned IP.

If the IP-address matches one of the following descriptions

10.*.*.*
192.168.*.*
172.16.*.* to 172.31.*.*

you probably have received an IP-address from an DHCP-server, which usually indicates that you are connected to a network.

If you seem to be connected to a network, examine the "Standard Gateway": If this is set to an address in your network, you probably have a problem with a firewall or router blocking your network traffic. If this is set to "nothing", DHCP configuration may have failed.

If everything seems to be ok this far, try pinging a known server in your network by IP-address and by hostname. If the ping at the address is successful, but pinging the hostname fails, your network's DNS-server (if any) might be botched up.

Try issuing "release" and/or "renew" commands with IP-Config (for the correct syntax, see "ipconfig /?".

For more info, try "http://www.windowsnetworking.com[^], http://support.microsoft.com/kb/164015[^], http://www.microsoft.com/technet/network/evaluate/technol/tcpipfund/tcpipfund_ch16.mspx[^], http://support.microsoft.com/kb/172218[^] and the Online Book "TCP/IP Fundamentals"[^].

Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.

AnswerRe: Is my PC standalone or connected to Network Pin
Dmitry Khudorozhkov4-Mar-07 23:18
Dmitry Khudorozhkov4-Mar-07 23:18 
GeneralRe: Is my PC standalone or connected to Network Pin
Mark Salsbery5-Mar-07 6:51
Mark Salsbery5-Mar-07 6:51 
GeneralRe: Is my PC standalone or connected to Network Pin
Dmitry Khudorozhkov5-Mar-07 7:05
Dmitry Khudorozhkov5-Mar-07 7:05 
GeneralRe: Is my PC standalone or connected to Network Pin
Mark Salsbery5-Mar-07 7:11
Mark Salsbery5-Mar-07 7:11 
GeneralRe: Is my PC standalone or connected to Network Pin
Dmitry Khudorozhkov5-Mar-07 7:19
Dmitry Khudorozhkov5-Mar-07 7:19 
Questionvector to std::string Pin
Programm3r4-Mar-07 21:32
Programm3r4-Mar-07 21:32 
QuestionRe: vector to std::string Pin
prasad_som4-Mar-07 21:40
prasad_som4-Mar-07 21:40 
AnswerRe: vector to std::string Pin
Programm3r4-Mar-07 21:50
Programm3r4-Mar-07 21:50 
GeneralRe: vector to std::string Pin
prasad_som4-Mar-07 21:51
prasad_som4-Mar-07 21:51 
AnswerRe: vector to std::string Pin
Programm3r4-Mar-07 21:40
Programm3r4-Mar-07 21:40 
Questionerror LNK2019 Pin
Programm3r4-Mar-07 23:35
Programm3r4-Mar-07 23:35 
AnswerRe: error LNK2019 Pin
Programm3r4-Mar-07 23:58
Programm3r4-Mar-07 23:58 
QuestionRe: error LNK2019 Pin
prasad_som4-Mar-07 23:58
prasad_som4-Mar-07 23:58 
GeneralRe: error LNK2019 Pin
Programm3r5-Mar-07 0:10
Programm3r5-Mar-07 0:10 
Questioncorruption of the heap Pin
Programm3r5-Mar-07 0:41
Programm3r5-Mar-07 0:41 
AnswerRe: corruption of the heap Pin
prasad_som5-Mar-07 1:00
prasad_som5-Mar-07 1:00 
QuestionRe: corruption of the heap [MOD] Pin
Programm3r5-Mar-07 1:15
Programm3r5-Mar-07 1:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.