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

C / C++ / MFC

 
GeneralRe: Gateway detect Pin
Andreas Saurwein30-Jan-03 2:32
Andreas Saurwein30-Jan-03 2:32 
Generalcustom control (with buttons , textfields, bitmaps) Pin
ingi29-Jan-03 21:34
ingi29-Jan-03 21:34 
GeneralRe: custom control (with buttons , textfields, bitmaps) Pin
Rage29-Jan-03 21:43
professionalRage29-Jan-03 21:43 
GeneralRe: custom control (with buttons , textfields, bitmaps)!! Yes, it's an MFC app Pin
ingi29-Jan-03 22:03
ingi29-Jan-03 22:03 
GeneralRe: custom control (with buttons , textfields, bitmaps) Pin
Abbas_Riazi29-Jan-03 22:03
professionalAbbas_Riazi29-Jan-03 22:03 
GeneralHow to aplly an UINT nID to the created Button Pin
ingi29-Jan-03 22:33
ingi29-Jan-03 22:33 
GeneralRTC data (date time) retreival problem Pin
Sandeep Shetty29-Jan-03 21:33
Sandeep Shetty29-Jan-03 21:33 
GeneralRe: RTC data (date time) retreival problem Pin
Mike Nordell30-Jan-03 12:40
Mike Nordell30-Jan-03 12:40 
Sandeep Shetty wrote:
Can it be the case that RTC is busy updating some registers

Anything is possible when dealing with PC hardware. Smile | :)

But I'd more worry about the possible implications of you emitting e.g.

out 0x70, 2 /* minute */

then your driver is interrupted by Windows itself wanting to access the RTC (which I presume it assumes it has exclusive access of), emitting e.g.

out 0x70, 0
out 0x71, 0 /* set seconds to zero */

and voila, your driver fails. For all I know, the RTC might even have deadlocked at this point.

Coming to think of it, is even 0x70-0x73 shared? (you have successfully claimed the address range, by e.g. IoAssignResources?)
GeneralRe: RTC data (date time) retreival problem Pin
Sandeep Shetty30-Jan-03 18:42
Sandeep Shetty30-Jan-03 18:42 
GeneralRe: RTC data (date time) retreival problem Pin
Mike Nordell30-Jan-03 21:03
Mike Nordell30-Jan-03 21:03 
GeneralMemory Usage Pin
Shah Shehpori29-Jan-03 21:19
sussShah Shehpori29-Jan-03 21:19 
GeneralRe: Memory Usage Pin
Mike Nordell30-Jan-03 21:05
Mike Nordell30-Jan-03 21:05 
Generalreplacing and resizing contols on formview on change in window size Pin
sulaxan29-Jan-03 20:52
sulaxan29-Jan-03 20:52 
GeneralRadio button Pin
rohit.dhamija29-Jan-03 20:45
rohit.dhamija29-Jan-03 20:45 
GeneralRe: Radio button Pin
xxhimanshu29-Jan-03 21:16
xxhimanshu29-Jan-03 21:16 
GeneralRe: Radio button Pin
Rage29-Jan-03 21:38
professionalRage29-Jan-03 21:38 
GeneralRe: Radio button Pin
rohit.dhamija29-Jan-03 21:50
rohit.dhamija29-Jan-03 21:50 
GeneralRe: Radio button Pin
jhwurmbach29-Jan-03 22:07
jhwurmbach29-Jan-03 22:07 
GeneralRe: Radio button Pin
Abbas_Riazi29-Jan-03 21:57
professionalAbbas_Riazi29-Jan-03 21:57 
GeneralRe: Radio button Pin
rohit.dhamija29-Jan-03 22:07
rohit.dhamija29-Jan-03 22:07 
GeneralRe: Radio button Pin
Rage29-Jan-03 23:02
professionalRage29-Jan-03 23:02 
QuestionDelete History of Internet? Pin
xxhimanshu29-Jan-03 20:18
xxhimanshu29-Jan-03 20:18 
AnswerRe: Delete History of Internet? Pin
Abbas_Riazi29-Jan-03 22:08
professionalAbbas_Riazi29-Jan-03 22:08 
AnswerRe: Delete History of Internet? Pin
Rohit  Sinha30-Jan-03 1:51
Rohit  Sinha30-Jan-03 1:51 
GeneralRe: Delete History of Internet? Pin
xxhimanshu30-Jan-03 2:02
xxhimanshu30-Jan-03 2:02 

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.