Click here to Skip to main content
15,923,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Doubt in using NULL pointer Pin
KASR19-Mar-10 18:38
KASR19-Mar-10 18:38 
AnswerRe: Doubt in using NULL pointer Pin
Cool_Dev9-Mar-10 18:36
Cool_Dev9-Mar-10 18:36 
GeneralRe: Doubt in using NULL pointer Pin
KASR19-Mar-10 18:44
KASR19-Mar-10 18:44 
GeneralRe: Doubt in using NULL pointer Pin
Cool_Dev9-Mar-10 19:02
Cool_Dev9-Mar-10 19:02 
GeneralRe: Doubt in using NULL pointer Pin
Tim Craig9-Mar-10 21:54
Tim Craig9-Mar-10 21:54 
GeneralRe: Doubt in using NULL pointer Pin
KingsGambit9-Mar-10 19:33
KingsGambit9-Mar-10 19:33 
GeneralRe: Doubt in using NULL pointer Pin
CPallini9-Mar-10 20:45
mveCPallini9-Mar-10 20:45 
Questionhow to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 15:38
timbk9-Mar-10 15:38 
hello, my application reads data from LPT port , by data register (wich is the data for my app) and by status register( wich decribes the origin of data).I am using intruccions Inp32(Register), this is a piece of code in wich i do the adquisition:
<pre>
aux2=Inp32(Status);
aux=Inp32(Data);
</pre>
It's working but , this is performed between 30useconds intervals , and in some cases it seems that the O.S. (embeded Win98SE) is doing another thing between this two instructions, and when the O.S. come back to execute the second instruction , the data don't belong anymore to the origin indicated by the first instruction, so , is there any way to deny to the O.S. do another thing between this two instructions??
AnswerRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 16:11
sitebuilderLuc Pattyn9-Mar-10 16:11 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 16:48
timbk9-Mar-10 16:48 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 16:52
sitebuilderLuc Pattyn9-Mar-10 16:52 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 16:57
timbk9-Mar-10 16:57 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 16:59
sitebuilderLuc Pattyn9-Mar-10 16:59 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 17:13
timbk9-Mar-10 17:13 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 17:18
sitebuilderLuc Pattyn9-Mar-10 17:18 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 17:20
sitebuilderLuc Pattyn9-Mar-10 17:20 
AnswerRe: how to don't allow interruptions in a piece of code in VC++ Pin
Stuart Dootson9-Mar-10 21:03
professionalStuart Dootson9-Mar-10 21:03 
QuestionNumber of line in a Rect of Rich edit Pin
ForNow9-Mar-10 15:35
ForNow9-Mar-10 15:35 
AnswerRe: Number of line in a Rect of Rich edit Pin
Luc Pattyn9-Mar-10 17:04
sitebuilderLuc Pattyn9-Mar-10 17:04 
GeneralRe: Number of line in a Rect of Rich edit I put the pre tags in Pin
ForNow9-Mar-10 17:43
ForNow9-Mar-10 17:43 
QuestionModeless CPropertySheet destruction? Pin
Spawn@Melmac9-Mar-10 9:49
Spawn@Melmac9-Mar-10 9:49 
AnswerRe: Modeless CPropertySheet destruction? [modified] Pin
LunaticFringe9-Mar-10 12:43
LunaticFringe9-Mar-10 12:43 
AnswerRe: Modeless CPropertySheet destruction? Pin
Luc Pattyn9-Mar-10 13:54
sitebuilderLuc Pattyn9-Mar-10 13:54 
GeneralRe: Modeless CPropertySheet destruction? Pin
Spawn@Melmac10-Mar-10 6:17
Spawn@Melmac10-Mar-10 6:17 
QuestionStatic Library and Global Variables Pin
Ofer Gross9-Mar-10 8:46
Ofer Gross9-Mar-10 8:46 

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.