Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code24-Dec-09 3:49
Still learning how to code24-Dec-09 3:49 
GeneralRe: FindFirstChangeNotification Pin
Garth J Lancaster24-Dec-09 11:04
professionalGarth J Lancaster24-Dec-09 11:04 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code24-Dec-09 20:27
Still learning how to code24-Dec-09 20:27 
QuestionWindows coordinate system different in US and European version Pin
Denny10123-Dec-09 11:02
Denny10123-Dec-09 11:02 
AnswerRe: Windows coordinate system different in US and European version Pin
Nelek23-Dec-09 23:30
protectorNelek23-Dec-09 23:30 
GeneralRe: Windows coordinate system different in US and European version Pin
Denny10125-Dec-09 9:45
Denny10125-Dec-09 9:45 
GeneralRe: Windows coordinate system different in US and European version Pin
Nelek27-Dec-09 22:16
protectorNelek27-Dec-09 22:16 
GeneralRe: Windows coordinate system different in US and European version Pin
Denny1013-Jan-10 10:22
Denny1013-Jan-10 10:22 
Hi,
I found the problem with my program running on European Windows - it is in the decimal separator! European use comma, while the US (and all English countries) use dot. My program reads a file with coordinates in a string format. I use Borland Builder C++ and I trusted it that its method AnsiString::ToDouble() makes the conversion according to the OS used - but it does not. After I changed the conversion method to STL C++ strtod() it works fine on all systems.
Regards,
Denny
GeneralRe: Windows coordinate system different in US and European version Pin
Nelek3-Jan-10 21:19
protectorNelek3-Jan-10 21:19 
Questionfstream quirkiness using various open modes Pin
Alan Kurlansky23-Dec-09 8:56
Alan Kurlansky23-Dec-09 8:56 
AnswerRe: fstream quirkiness using various open modes Pin
rp_suman23-Dec-09 9:56
rp_suman23-Dec-09 9:56 
Questioncombobox notification before changing selection Pin
rp_suman23-Dec-09 8:20
rp_suman23-Dec-09 8:20 
AnswerRe: combobox notification before changing selection Pin
Abhi Lahare23-Dec-09 10:26
Abhi Lahare23-Dec-09 10:26 
QuestionHow to enable DefaultIcon immediately after setting in Registry? Pin
hawkgao012923-Dec-09 5:14
hawkgao012923-Dec-09 5:14 
AnswerRe: How to enable DefaultIcon immediately after setting in Registry? Pin
Abhi Lahare23-Dec-09 7:23
Abhi Lahare23-Dec-09 7:23 
AnswerRe: How to enable DefaultIcon immediately after setting in Registry? Pin
hawkgao012923-Dec-09 18:11
hawkgao012923-Dec-09 18:11 
QuestionModeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 3:46
A&Ms23-Dec-09 3:46 
AnswerRe: Modeless Child Dialog Detection in Parent Dialog Pin
JudyL_MD23-Dec-09 4:00
JudyL_MD23-Dec-09 4:00 
QuestionRe: Modeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 4:07
A&Ms23-Dec-09 4:07 
AnswerRe: Modeless Child Dialog Detection in Parent Dialog Pin
Nelek23-Dec-09 5:13
protectorNelek23-Dec-09 5:13 
GeneralRe: Modeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 9:41
A&Ms23-Dec-09 9:41 
GeneralRe: Modeless Child Dialog Detection in Parent Dialog Pin
Nelek23-Dec-09 23:00
protectorNelek23-Dec-09 23:00 
QuestionDeployment In C++ Pin
jannathali23-Dec-09 2:02
jannathali23-Dec-09 2:02 
QuestionRe: Deployment In C++ Pin
Nelek23-Dec-09 2:31
protectorNelek23-Dec-09 2:31 
AnswerRe: Deployment In C++ Pin
jannathali23-Dec-09 2:45
jannathali23-Dec-09 2:45 

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.