Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: Hello a problem with Cstring :) Pin
Laxman Auti13-Jun-06 19:32
Laxman Auti13-Jun-06 19:32 
QuestionGUID array assignment issue Pin
act_x13-Jun-06 5:51
act_x13-Jun-06 5:51 
Questionaccessing a networked hard drive Pin
69 Bay13-Jun-06 5:50
69 Bay13-Jun-06 5:50 
AnswerRe: accessing a networked hard drive Pin
David Crow13-Jun-06 6:00
David Crow13-Jun-06 6:00 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:11
69 Bay13-Jun-06 6:11 
QuestionRe: accessing a networked hard drive Pin
David Crow13-Jun-06 6:16
David Crow13-Jun-06 6:16 
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:21
69 Bay13-Jun-06 6:21 
AnswerRe: accessing a networked hard drive [modified] Pin
bob1697213-Jun-06 6:06
bob1697213-Jun-06 6:06 
If Machine_2 is not "resolveable" then this will fail.

You can put the entry in your "HOSTS" file (Not really ideal)

or

You can put an entry in your domain's DNS server(s) and make sure it is the first DNS server the machines hit and "forward" unresolveable requests to outside DNS servers for those non-intranet thingy's like yahoo.com, msn.com, etc... (preferable for deployments as changing server IP's simply requires a change in the DNS entry at the server(s))

or

put the IP directly in place of the computer name in the UNC path (best for testing)

\\192.168.50.50\C\MyFolder\MyFile.txt

-- modified at 12:09 Tuesday 13th June, 2006

Also, don't forget about the "rights" issues that come into play
GeneralRe: accessing a networked hard drive Pin
69 Bay13-Jun-06 6:22
69 Bay13-Jun-06 6:22 
QuestionGetFirstView Position() Pin
DanYELL13-Jun-06 5:47
DanYELL13-Jun-06 5:47 
AnswerRe: GetFirstView Position() Pin
led mike13-Jun-06 5:55
led mike13-Jun-06 5:55 
QuestionRe: GetFirstView Position() Pin
David Crow13-Jun-06 6:02
David Crow13-Jun-06 6:02 
AnswerRe: GetFirstView Position() Pin
led mike13-Jun-06 8:55
led mike13-Jun-06 8:55 
QuestionProblem with termination of a thread Pin
SWDevil13-Jun-06 5:44
SWDevil13-Jun-06 5:44 
AnswerRe: Problem with termination of a thread Pin
Justin Tay13-Jun-06 5:56
Justin Tay13-Jun-06 5:56 
AnswerRe: Problem with termination of a thread Pin
led mike13-Jun-06 5:56
led mike13-Jun-06 5:56 
AnswerRe: Problem with termination of a thread Pin
David Crow13-Jun-06 6:03
David Crow13-Jun-06 6:03 
AnswerRe: Problem with termination of a thread Pin
Zac Howland13-Jun-06 6:27
Zac Howland13-Jun-06 6:27 
AnswerRe: Problem with termination of a thread Pin
Jun Du13-Jun-06 8:43
Jun Du13-Jun-06 8:43 
QuestionCString Array Pin
si_6913-Jun-06 5:29
si_6913-Jun-06 5:29 
AnswerRe: CString Array Pin
Jun Du13-Jun-06 5:38
Jun Du13-Jun-06 5:38 
GeneralRe: CString Array Pin
si_6913-Jun-06 5:42
si_6913-Jun-06 5:42 
AnswerRe: CString Array Pin
toxcct13-Jun-06 5:39
toxcct13-Jun-06 5:39 
GeneralRe: CString Array Pin
Rob Caldecott13-Jun-06 10:02
Rob Caldecott13-Jun-06 10:02 
AnswerRe: CString Array Pin
Laxman Auti13-Jun-06 5:42
Laxman Auti13-Jun-06 5:42 

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.