Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwcscpy_s issues [modified] Pin
big_denny_2002-Jun-06 5:13
big_denny_2002-Jun-06 5:13 
AnswerRe: wcscpy_s issues [modified] Pin
Nish Nishant2-Jun-06 5:22
sitebuilderNish Nishant2-Jun-06 5:22 
QuestionRe: wcscpy_s issues [modified] Pin
David Crow2-Jun-06 5:33
David Crow2-Jun-06 5:33 
AnswerRe: wcscpy_s issues [modified] Pin
Viorel.2-Jun-06 5:33
Viorel.2-Jun-06 5:33 
AnswerRe: wcscpy_s issues [modified] Pin
Zac Howland2-Jun-06 5:36
Zac Howland2-Jun-06 5:36 
GeneralRe: wcscpy_s issues [modified] Pin
Viorel.2-Jun-06 5:42
Viorel.2-Jun-06 5:42 
GeneralRe: wcscpy_s issues [modified] Pin
big_denny_2002-Jun-06 6:03
big_denny_2002-Jun-06 6:03 
GeneralRe: wcscpy_s issues [modified] Pin
Zac Howland2-Jun-06 6:02
Zac Howland2-Jun-06 6:02 
It shouldn't be, but I've run into problems with it converting (implicitly) to char* instead of wchar_t* when I didn't explicitly cast it.

Looking back at the code again, I think he will run into another problem though. In non-UNICODE builds, he shouldn't notice anything, but in UNICODE builds, the sizeof(array) will actually return twice the size of the actual buffer. I believe the wstcpy_s function requires array size in elements, not bytes (I'll have to double-check that though). If I'm correct, he would just need to change that line from sizeof(array) to sizeof(array) / sizeof(TCHAR).

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac
GeneralRe: wcscpy_s issues [modified] Viorel Bejan Pin
big_denny_2002-Jun-06 6:07
big_denny_2002-Jun-06 6:07 
GeneralRe: wcscpy_s issues [modified] Viorel Bejan Pin
George L. Jackson2-Jun-06 8:17
George L. Jackson2-Jun-06 8:17 
GeneralRe: wcscpy_s issues [modified] Viorel Bejan Pin
big_denny_2002-Jun-06 8:25
big_denny_2002-Jun-06 8:25 
GeneralRe: wcscpy_s issues [modified] Viorel Bejan Pin
George L. Jackson2-Jun-06 11:14
George L. Jackson2-Jun-06 11:14 
GeneralRe: wcscpy_s issues [modified] Pin
Nish Nishant2-Jun-06 6:11
sitebuilderNish Nishant2-Jun-06 6:11 
AnswerRe: wcscpy_s issues [modified] Pin
Nemanja Trifunovic2-Jun-06 5:41
Nemanja Trifunovic2-Jun-06 5:41 
GeneralRe: wcscpy_s issues [modified] Pin
Nish Nishant2-Jun-06 6:10
sitebuilderNish Nishant2-Jun-06 6:10 
AnswerRe: wcscpy_s issues [modified] Pin
georgeraafat2-Jun-06 15:06
georgeraafat2-Jun-06 15:06 
QuestionWndows application with buttons and controls Pin
LCI2-Jun-06 4:47
LCI2-Jun-06 4:47 
QuestionRe: Wndows application with buttons and controls Pin
David Crow2-Jun-06 5:12
David Crow2-Jun-06 5:12 
AnswerRe: Wndows application with buttons and controls Pin
LCI2-Jun-06 5:25
LCI2-Jun-06 5:25 
GeneralRe: Wndows application with buttons and controls Pin
David Crow2-Jun-06 5:31
David Crow2-Jun-06 5:31 
QuestionDialog events not showing Pin
ldaoust2-Jun-06 3:48
ldaoust2-Jun-06 3:48 
AnswerRe: Dialog events not showing Pin
Viorel.2-Jun-06 4:39
Viorel.2-Jun-06 4:39 
GeneralRe: Dialog events not showing Pin
ldaoust2-Jun-06 6:27
ldaoust2-Jun-06 6:27 
AnswerRe: Dialog events not showing (problem solved) [modified] Pin
ldaoust11-Jul-06 3:52
ldaoust11-Jul-06 3:52 
QuestionStatic registry for classfactory handles Pin
rana742-Jun-06 2:20
rana742-Jun-06 2:20 

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.