Click here to Skip to main content
15,889,200 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Stupid CBitmapButton question regarding resource editor. Pin
David Crow20-Jun-06 10:27
David Crow20-Jun-06 10:27 
QuestionKNOX Forum Pin
knoxplusplus20-Jun-06 7:37
knoxplusplus20-Jun-06 7:37 
AnswerRe: KNOX Forum Pin
David Crow20-Jun-06 7:41
David Crow20-Jun-06 7:41 
AnswerRe: KNOX Forum Pin
toxcct20-Jun-06 21:36
toxcct20-Jun-06 21:36 
QuestionIssues with pointers [modified] Pin
capricious_00120-Jun-06 6:46
capricious_00120-Jun-06 6:46 
AnswerRe: Issues with pointers Pin
Justin Tay20-Jun-06 7:11
Justin Tay20-Jun-06 7:11 
AnswerRe: Issues with pointers Pin
David Crow20-Jun-06 7:38
David Crow20-Jun-06 7:38 
GeneralRe: Issues with pointers [modified] Pin
capricious_00120-Jun-06 8:11
capricious_00120-Jun-06 8:11 
Thanks a lot guys, That worked.

This is the change I made.

<br />
<br />
	char rspath[255] = {0};<br />
	char* RegLocation = rspath;<br />
<br />


As well as removed lstrcat(rspath, "\\"); and replaced it with PathAddBackslash(). Even though that hkey value will most likely never have a backslash I put it in just in case. As well I will keep that function just in case I need it for the future so thank you for that David.

And yes strcpy() was actually lstrcpy() I just forgot the l.

btw what were the other errors that I made hfry? Just so it doesnt bites me in the ass when I'm done this module.

Thanks,

Robbie

-- modified at 14:11 Tuesday 20th June, 2006
GeneralRe: Issues with pointers Pin
Justin Tay20-Jun-06 8:36
Justin Tay20-Jun-06 8:36 
GeneralRe: Issues with pointers Pin
capricious_00120-Jun-06 15:32
capricious_00120-Jun-06 15:32 
QuestionFTP server communication i n C++ Pin
LCI20-Jun-06 6:46
LCI20-Jun-06 6:46 
AnswerRe: FTP server communication i n C++ Pin
valikac20-Jun-06 8:20
valikac20-Jun-06 8:20 
GeneralRe: FTP server communication i n C++ Pin
LCI20-Jun-06 8:30
LCI20-Jun-06 8:30 
AnswerRe: FTP server communication i n C++ Pin
led mike20-Jun-06 9:38
led mike20-Jun-06 9:38 
GeneralRe: FTP server communication i n C++ Pin
LCI20-Jun-06 10:58
LCI20-Jun-06 10:58 
GeneralRe: FTP server communication i n C++ Pin
led mike20-Jun-06 11:55
led mike20-Jun-06 11:55 
GeneralRe: FTP server communication i n C++ Pin
LCI21-Jun-06 3:32
LCI21-Jun-06 3:32 
GeneralRe: FTP server communication i n C++ Pin
led mike21-Jun-06 5:02
led mike21-Jun-06 5:02 
QuestionGetting IP address of Network card Pin
act_x20-Jun-06 5:56
act_x20-Jun-06 5:56 
AnswerRe: Getting IP address of Network card Pin
David Crow20-Jun-06 6:12
David Crow20-Jun-06 6:12 
QuestionErrors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 5:37
tingu20-Jun-06 5:37 
QuestionRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 6:23
David Crow20-Jun-06 6:23 
QuestionRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 6:28
tingu20-Jun-06 6:28 
AnswerRe: Errors: MSVC 6.0, SDI MFC APP. Pin
David Crow20-Jun-06 6:37
David Crow20-Jun-06 6:37 
GeneralRe: Errors: MSVC 6.0, SDI MFC APP. Pin
tingu20-Jun-06 7:05
tingu20-Jun-06 7:05 

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.