Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionConversion of DWORD to time Pin
Nikesh Jagtap7-Jun-10 20:43
Nikesh Jagtap7-Jun-10 20:43 
AnswerRe: Conversion of DWORD to time Pin
Stephen Hewitt7-Jun-10 21:00
Stephen Hewitt7-Jun-10 21:00 
AnswerRe: Conversion of DWORD to time Pin
Richard MacCutchan7-Jun-10 21:29
mveRichard MacCutchan7-Jun-10 21:29 
AnswerRe: Conversion of DWORD to time Pin
CPallini7-Jun-10 21:43
mveCPallini7-Jun-10 21:43 
QuestionStd::string loadstring??? Pin
gmallax7-Jun-10 20:12
gmallax7-Jun-10 20:12 
AnswerRe: Std::string loadstring??? Pin
Hristo-Bojilov7-Jun-10 20:30
Hristo-Bojilov7-Jun-10 20:30 
AnswerRe: Std::string loadstring??? Pin
Stephen Hewitt7-Jun-10 20:31
Stephen Hewitt7-Jun-10 20:31 
AnswerRe: Std::string loadstring??? Pin
Randor 7-Jun-10 20:44
professional Randor 7-Jun-10 20:44 
Hi,

First you need to call FindResource[^] to find the resource string then you can call SizeofResource[^] to get the size of the string so you can resize your std::string and finally call LoadString[^] to copy it.

Best Wishes,
-David Delaune
JokeRe: Std::string loadstring??? Pin
Randor 7-Jun-10 21:21
professional Randor 7-Jun-10 21:21 
GeneralRe: Std::string loadstring??? Pin
Stephen Hewitt7-Jun-10 21:28
Stephen Hewitt7-Jun-10 21:28 
GeneralRe: Std::string loadstring??? Pin
Randor 7-Jun-10 22:34
professional Randor 7-Jun-10 22:34 
GeneralRe: Std::string loadstring??? Pin
Randor 8-Jun-10 0:29
professional Randor 8-Jun-10 0:29 
GeneralRe: Std::string loadstring??? Pin
Stephen Hewitt8-Jun-10 14:16
Stephen Hewitt8-Jun-10 14:16 
GeneralRe: Std::string loadstring??? Pin
Aescleal7-Jun-10 21:36
Aescleal7-Jun-10 21:36 
AnswerRe: Std::string loadstring??? Pin
Aescleal7-Jun-10 20:46
Aescleal7-Jun-10 20:46 
GeneralRe: Std::string loadstring??? Pin
Stephen Hewitt7-Jun-10 20:52
Stephen Hewitt7-Jun-10 20:52 
GeneralRe: Std::string loadstring??? Pin
Aescleal7-Jun-10 21:14
Aescleal7-Jun-10 21:14 
GeneralRe: Std::string loadstring??? Pin
Stephen Hewitt7-Jun-10 21:17
Stephen Hewitt7-Jun-10 21:17 
GeneralRe: Std::string loadstring??? Pin
Aescleal7-Jun-10 21:30
Aescleal7-Jun-10 21:30 
AnswerRe: Std::string loadstring??? Pin
Alain Rist8-Jun-10 7:22
Alain Rist8-Jun-10 7:22 
GeneralRe: Std::string loadstring??? Pin
gmallax8-Jul-10 1:18
gmallax8-Jul-10 1:18 
AnswerRe: Std::string loadstring??? Pin
Alain Rist8-Jul-10 3:42
Alain Rist8-Jul-10 3:42 
GeneralRe: Std::string loadstring??? Pin
gmallax9-Jul-10 0:42
gmallax9-Jul-10 0:42 
AnswerRe: Std::string loadstring??? Pin
Alain Rist9-Jul-10 2:42
Alain Rist9-Jul-10 2:42 
Questionfatal error C1001: INTERNAL COMPILER ERROR Pin
archana.srikar7-Jun-10 20:04
archana.srikar7-Jun-10 20:04 

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.