Click here to Skip to main content
15,920,102 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Sending objects to DLL Pin
kbarni20-Mar-06 4:47
kbarni20-Mar-06 4:47 
QuestionPassword management in vc++ 6.0 Pin
pankajgarg1220-Mar-06 3:27
pankajgarg1220-Mar-06 3:27 
Questionhow can get the value of cookie from web Pin
baldha rakesh20-Mar-06 3:23
baldha rakesh20-Mar-06 3:23 
AnswerRe: how can get the value of cookie from web Pin
Eytukan20-Mar-06 3:33
Eytukan20-Mar-06 3:33 
GeneralRe: how can get the value of cookie from web Pin
baldha rakesh20-Mar-06 3:52
baldha rakesh20-Mar-06 3:52 
GeneralRe: how can get the value of cookie from web Pin
Eytukan20-Mar-06 4:15
Eytukan20-Mar-06 4:15 
QuestionNot able to use Skype API using Windows Service? Pin
Amarelia20-Mar-06 3:19
Amarelia20-Mar-06 3:19 
Questionlocale-independent, atof_l, _atof_l Pin
mkholod20-Mar-06 3:09
mkholod20-Mar-06 3:09 
Q1: "atof" is locale-dependent function, in "atof_l" locale could be managed but it needs "xlocale.h" file. What platform do i need in order to have "xlocale.h"?

Q2: In MSDN there is "_atof_l" function, but there are only 2 results in google about it. In MSDN it is said that it needs "stdlib.h" and "math.h", but there is no declaration of that function in these files. Does any one knows what it takes to compile the code with "_atof_l" within it?

Q3: What is the general method to create locale-independent software? Writing setlocale("English") in the main scope? Use of pragmas?

Q3.1: In our project we have lots of DLL-s which are unaffected by the "main" setlocale function call. Does any know a better way to change the loaded DLL-s locale, without changing every DLL code?

Questionasm in VC++ Pin
doctorpi20-Mar-06 2:56
doctorpi20-Mar-06 2:56 
AnswerRe: asm in VC++ Pin
Eytukan20-Mar-06 3:29
Eytukan20-Mar-06 3:29 
QuestionCapture keystroke Pin
Aqueel20-Mar-06 2:54
Aqueel20-Mar-06 2:54 
AnswerRe: Capture keystroke Pin
Eytukan20-Mar-06 3:15
Eytukan20-Mar-06 3:15 
GeneralRe: Capture keystroke Pin
Aqueel20-Mar-06 3:30
Aqueel20-Mar-06 3:30 
QuestionBlinking on the view part.... Pin
maharaja pandian20-Mar-06 2:38
maharaja pandian20-Mar-06 2:38 
AnswerRe: Blinking on the view part.... Pin
Monty220-Mar-06 2:44
Monty220-Mar-06 2:44 
AnswerRe: Blinking on the view part.... Pin
jhwurmbach20-Mar-06 2:54
jhwurmbach20-Mar-06 2:54 
QuestionProgram wont install Pin
Richard Kock20-Mar-06 2:35
Richard Kock20-Mar-06 2:35 
AnswerRe: Program wont install Pin
Monty220-Mar-06 2:42
Monty220-Mar-06 2:42 
GeneralRe: Program wont install Pin
Richard Kock20-Mar-06 2:46
Richard Kock20-Mar-06 2:46 
GeneralRe: Program wont install Pin
Monty220-Mar-06 2:52
Monty220-Mar-06 2:52 
QuestionPrevent MFC halting the system whilst processing Pin
_psh_20-Mar-06 2:14
_psh_20-Mar-06 2:14 
AnswerRe: Prevent MFC halting the system whilst processing Pin
RichardS20-Mar-06 2:31
RichardS20-Mar-06 2:31 
AnswerRe: Prevent MFC halting the system whilst processing Pin
normanS20-Mar-06 3:51
normanS20-Mar-06 3:51 
AnswerRe: Prevent MFC halting the system whilst processing Pin
normanS20-Mar-06 3:53
normanS20-Mar-06 3:53 
AnswerRe: Prevent MFC halting the system whilst processing Pin
_psh_20-Mar-06 5:32
_psh_20-Mar-06 5:32 

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.