Click here to Skip to main content
15,924,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OT Pin
Rajkumar R11-Mar-08 3:45
Rajkumar R11-Mar-08 3:45 
GeneralRe: The instruction at 0x00427289 referenced memory at 0x7ffdf000. The memory could not be read. Pin
lavate malllik11-Mar-08 17:59
lavate malllik11-Mar-08 17:59 
QuestionRe: The instruction at 0x00427289 referenced memory at 0x7ffdf000. The memory could not be read. Pin
Rajkumar R11-Mar-08 18:55
Rajkumar R11-Mar-08 18:55 
QuestionHow can i get the correct decimal value without truncation ? Pin
nitin_pro11-Mar-08 3:26
nitin_pro11-Mar-08 3:26 
AnswerRe: How can i get the correct decimal value without truncation ? Pin
CPallini11-Mar-08 3:38
mveCPallini11-Mar-08 3:38 
GeneralRe: How can i get the correct decimal value without truncation ? Pin
nitin_pro13-Mar-08 0:40
nitin_pro13-Mar-08 0:40 
QuestionRe: How can i get the correct decimal value without truncation ? Pin
CPallini13-Mar-08 1:15
mveCPallini13-Mar-08 1:15 
AnswerRe: How can i get the correct decimal value without truncation ? Pin
Randor 11-Mar-08 6:53
professional Randor 11-Mar-08 6:53 
The FPU (x87) uses 80-bit fields for its operations for loading and storing back and forth from the x87 stack. However the Microsoft run-time library sets the default internal precision of the math coprocessor to 64 bits in Windows XP. This can be controlled by the function _controlfp which is documented here:

http://msdn2.microsoft.com/en-us/library/e9b52ceh(VS.80).aspx[^]

There are some documents where Microsoft claims the precision can be changed to the full 80 bits such as this document:

http://support.microsoft.com/kb/q263213/[^]

These documents conflict with some of the statements in this document:

http://msdn2.microsoft.com/en-us/library/y0ybw9fy(VS.80).aspx[^]

Such things are common in the MSDN. I personally believe its a documentation error or perhaps they are not explaining all of the details. I have never tried it nor tested it however. Try it and see.

Best Wishes,
-David Delaune
AnswerRe: How can i get the correct decimal value without truncation ? Pin
Randor 11-Mar-08 7:10
professional Randor 11-Mar-08 7:10 
AnswerRe: How can i get the correct decimal value without truncation ? Pin
Michael Dunn11-Mar-08 17:59
sitebuilderMichael Dunn11-Mar-08 17:59 
Questionjpeg... Pin
Rustik11-Mar-08 3:22
Rustik11-Mar-08 3:22 
GeneralRe: jpeg... Pin
Rajkumar R11-Mar-08 3:32
Rajkumar R11-Mar-08 3:32 
GeneralRe: jpeg... Pin
Rustik11-Mar-08 3:35
Rustik11-Mar-08 3:35 
GeneralRe: jpeg... Pin
Hamid_RT11-Mar-08 19:35
Hamid_RT11-Mar-08 19:35 
Generalm_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:12
ptr_Electron11-Mar-08 3:12 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ganesa moorthy11-Mar-08 3:28
ganesa moorthy11-Mar-08 3:28 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:49
ptr_Electron11-Mar-08 3:49 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
CPallini11-Mar-08 3:32
mveCPallini11-Mar-08 3:32 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:48
ptr_Electron11-Mar-08 3:48 
QuestionRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
CPallini11-Mar-08 3:53
mveCPallini11-Mar-08 3:53 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:57
ptr_Electron11-Mar-08 3:57 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
CPallini11-Mar-08 4:01
mveCPallini11-Mar-08 4:01 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
Rajkumar R11-Mar-08 4:01
Rajkumar R11-Mar-08 4:01 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
Randor 11-Mar-08 4:08
professional Randor 11-Mar-08 4:08 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 4:40
ptr_Electron11-Mar-08 4:40 

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.