Click here to Skip to main content
15,901,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ATL with C code Pin
marcoslav15-Jun-06 23:41
marcoslav15-Jun-06 23:41 
Questionhow to Lock the screen when we shut the window? Pin
xuwenq8815-Jun-06 19:25
xuwenq8815-Jun-06 19:25 
AnswerRe: how to Lock the screen when we shut the window? Pin
Hamid_RT15-Jun-06 20:45
Hamid_RT15-Jun-06 20:45 
AnswerRe: how to Lock the screen when we shut the window? Pin
xuwenq8816-Jun-06 5:59
xuwenq8816-Jun-06 5:59 
QuestionCOleVariant, Unicode and truncated strings Pin
lastgen15-Jun-06 19:16
lastgen15-Jun-06 19:16 
AnswerRe: COleVariant, Unicode and truncated strings Pin
Michael Dunn15-Jun-06 20:40
sitebuilderMichael Dunn15-Jun-06 20:40 
AnswerRe: COleVariant, Unicode and truncated strings [modified] Pin
Viorel.15-Jun-06 21:57
Viorel.15-Jun-06 21:57 
GeneralRe: COleVariant, Unicode and truncated strings Pin
lastgen15-Jun-06 22:13
lastgen15-Jun-06 22:13 
Thanks for the suggestions. I managed to fix(hack) it. I was already using safe arrays as the task I'm performing must communicate with older COM and OLE objects. The problem seemed to be an error in one of the OLE cpp files in the MSVS directory. It seemed to call a standard strlen function regardless of the input type so I've changed the code to check for unicode and call wcslen if needed.

When I die I'd like to go peacefully in my sleep like my father, not screaming in terror like his passengers!!!
Questionhelp me out for spawning error. Pin
nitinjdalal15-Jun-06 18:52
nitinjdalal15-Jun-06 18:52 
AnswerRe: help me out for spawning error. Pin
Aqueel15-Jun-06 20:48
Aqueel15-Jun-06 20:48 
GeneralThanks Aqueel. Pin
nitinjdalal16-Jun-06 4:17
nitinjdalal16-Jun-06 4:17 
Questionsave complete web page(html,gif et al) Pin
shuchigo_jane15-Jun-06 18:49
shuchigo_jane15-Jun-06 18:49 
AnswerRe: save complete web page(html,gif et al) Pin
Ganesh_T15-Jun-06 19:00
Ganesh_T15-Jun-06 19:00 
QuestionDatabase Connection Pin
velayudhan_raj15-Jun-06 18:41
velayudhan_raj15-Jun-06 18:41 
AnswerRe: Database Connection Pin
_AnsHUMAN_ 15-Jun-06 18:44
_AnsHUMAN_ 15-Jun-06 18:44 
GeneralRe: Database Connection Pin
velayudhan_raj15-Jun-06 18:48
velayudhan_raj15-Jun-06 18:48 
QuestionSafe Array Pin
satsumatable15-Jun-06 18:21
satsumatable15-Jun-06 18:21 
AnswerRe: Safe Array Pin
alan top15-Jun-06 18:50
alan top15-Jun-06 18:50 
AnswerRe: Safe Array Pin
Laxman Auti15-Jun-06 22:44
Laxman Auti15-Jun-06 22:44 
Questionlistboxctrl update Pin
locoone15-Jun-06 17:41
locoone15-Jun-06 17:41 
AnswerRe: listboxctrl update Pin
Naveen15-Jun-06 18:24
Naveen15-Jun-06 18:24 
GeneralRe: listboxctrl update Pin
locoone16-Jun-06 11:36
locoone16-Jun-06 11:36 
AnswerRe: listboxctrl update Pin
Ganesh_T15-Jun-06 18:39
Ganesh_T15-Jun-06 18:39 
GeneralRe: listboxctrl update Pin
locoone16-Jun-06 12:16
locoone16-Jun-06 12:16 
AnswerRe: listboxctrl update Pin
Laxman Auti15-Jun-06 22:53
Laxman Auti15-Jun-06 22:53 

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.