Click here to Skip to main content
15,906,558 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: boost::lexical_cast Pin
Hans Dietrich16-Jul-07 23:52
mentorHans Dietrich16-Jul-07 23:52 
GeneralRe: boost::lexical_cast Pin
Nemanja Trifunovic17-Jul-07 1:49
Nemanja Trifunovic17-Jul-07 1:49 
GeneralRe: boost::lexical_cast Pin
James R. Twine17-Jul-07 3:38
James R. Twine17-Jul-07 3:38 
AnswerRe: boost::lexical_cast Pin
Nemanja Trifunovic17-Jul-07 1:53
Nemanja Trifunovic17-Jul-07 1:53 
GeneralRe: boost::lexical_cast Pin
User 58385217-Jul-07 13:42
User 58385217-Jul-07 13:42 
QuestionRe: boost::lexical_cast Pin
David Crow17-Jul-07 2:58
David Crow17-Jul-07 2:58 
AnswerRe: boost::lexical_cast Pin
User 58385217-Jul-07 13:40
User 58385217-Jul-07 13:40 
QuestionRegSetValueEx in Vista Pin
Yashusid16-Jul-07 19:33
Yashusid16-Jul-07 19:33 
Hi,

I am setting value name and value data to a registry key in HKLM.

This function succedes and correctly sets the data correctly for this key in Windows 2000, windows 2003, Windows XP, but in Vista function succedes but if i open the registry and see it is not setting any values.

What i need to change to work with Vista also.


lRetCode=RegSetValueEx(hDckey,sourceName,0,
REG_SZ,
(LPBYTE)RegFile,
(DWORD) (_tcslen(RegFile)+1)*sizeof(TCHAR));
and also the API
RegDeleteValue(hDckey,Source);
is not deleting the value for this key eventhough this data is there for this key only in Vista it works with other platforms of Windows
AnswerRe: RegSetValueEx in Vista Pin
prasad_som16-Jul-07 20:31
prasad_som16-Jul-07 20:31 
GeneralRe: RegSetValueEx in Vista Pin
Yashusid17-Jul-07 0:28
Yashusid17-Jul-07 0:28 
AnswerRe: RegSetValueEx in Vista Pin
prasad_som17-Jul-07 0:40
prasad_som17-Jul-07 0:40 
GeneralRe: RegSetValueEx in Vista Pin
Yashusid17-Jul-07 3:02
Yashusid17-Jul-07 3:02 
QuestionMessage passing to mainwindow from ui thread Pin
neha.agarwal2716-Jul-07 19:29
neha.agarwal2716-Jul-07 19:29 
AnswerRe: Message passing to mainwindow from ui thread Pin
ThatsAlok16-Jul-07 20:33
ThatsAlok16-Jul-07 20:33 
GeneralRe: Message passing to mainwindow from ui thread Pin
neha.agarwal2716-Jul-07 22:28
neha.agarwal2716-Jul-07 22:28 
QuestionPure virtual function in other compilers Pin
vibindia16-Jul-07 18:25
vibindia16-Jul-07 18:25 
AnswerRe: Pure virtual function in other compilers Pin
C Mahesh16-Jul-07 20:08
C Mahesh16-Jul-07 20:08 
AnswerRe: Pure virtual function in other compilers Pin
vibindia16-Jul-07 20:46
vibindia16-Jul-07 20:46 
GeneralRe: Pure virtual function in other compilers Pin
C Mahesh16-Jul-07 21:01
C Mahesh16-Jul-07 21:01 
AnswerRe: Pure virtual function in other compilers Pin
Cedric Moonen16-Jul-07 21:08
Cedric Moonen16-Jul-07 21:08 
AnswerRe: Pure virtual function in other compilers Pin
David Crow17-Jul-07 3:00
David Crow17-Jul-07 3:00 
AnswerRe: Pure virtual function in other compilers Pin
James R. Twine17-Jul-07 3:41
James R. Twine17-Jul-07 3:41 
Questiondirectory locking Pin
Super Lloyd16-Jul-07 18:17
Super Lloyd16-Jul-07 18:17 
AnswerRe: directory locking Pin
David Crow17-Jul-07 3:03
David Crow17-Jul-07 3:03 
GeneralRe: directory locking Pin
Super Lloyd17-Jul-07 13:49
Super Lloyd17-Jul-07 13:49 

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.