Click here to Skip to main content
16,008,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMixed language programming DLL , C++, VB/VBA, Fortran Pin
Jack R28-Oct-01 23:29
Jack R28-Oct-01 23:29 
GeneralRe: Mixed language programming DLL , C++, VB/VBA, Fortran Pin
markkuk29-Oct-01 0:41
markkuk29-Oct-01 0:41 
GeneralRe: Mixed language programming DLL , C++, VB/VBA, Fortran Pin
#realJSOP29-Oct-01 0:53
professional#realJSOP29-Oct-01 0:53 
QuestionHow to call a function in VB DLL in VC++ Prog Pin
Shrirang28-Oct-01 20:56
Shrirang28-Oct-01 20:56 
QuestionInterrupt under windows??? Pin
Mr.Freeze28-Oct-01 19:39
Mr.Freeze28-Oct-01 19:39 
AnswerRe: Interrupt under windows??? Pin
Tomasz Sowinski29-Oct-01 1:24
Tomasz Sowinski29-Oct-01 1:24 
GeneralRe: Interrupt under windows??? Pin
Mr.Freeze29-Oct-01 13:30
Mr.Freeze29-Oct-01 13:30 
AnswerRe: Interrupt under windows??? Pin
Mike Nordell29-Oct-01 12:08
Mike Nordell29-Oct-01 12:08 
In my application which is always busy (openGL window which is constantly refreshed) I'd say this is design error #1.

Imagine an infinite fast machine. If you "constantly refreshed" the view (not the window) I'd say you have a bug in your program, since no program needs to update faster than the screen can update.

That said, are you really sure you need "interrupts"? Note that e.g. DirectX let you wait for vblank. Also note that current drivers (e.g. NVidia) spin-lock on these, giving no other part of the system a chance to "do its stuff", all to make 3D games look good in benchmarking (i.e. 300 FPS on a screen that still only do 85Hz).

/Mike
GeneralRe: Interrupt under windows??? Pin
Mr.Freeze29-Oct-01 13:39
Mr.Freeze29-Oct-01 13:39 
GeneralRe: Interrupt under windows??? Pin
Mike Nordell29-Oct-01 14:50
Mike Nordell29-Oct-01 14:50 
AnswerRe: Interrupt under windows??? Pin
Rassman30-Oct-01 5:10
Rassman30-Oct-01 5:10 
GeneralProgram saving state at system shutdown Pin
Jason Hooper28-Oct-01 18:10
Jason Hooper28-Oct-01 18:10 
GeneralRe: Program saving state at system shutdown Pin
Nish Nishant28-Oct-01 19:41
sitebuilderNish Nishant28-Oct-01 19:41 
GeneralRe: Program saving state at system shutdown Pin
Tomasz Sowinski29-Oct-01 1:35
Tomasz Sowinski29-Oct-01 1:35 
GeneralToolbar Style Pin
Steve L.28-Oct-01 14:50
Steve L.28-Oct-01 14:50 
GeneralRe: Toolbar Style Pin
Christian Graus28-Oct-01 15:27
protectorChristian Graus28-Oct-01 15:27 
GeneralRe: Toolbar Style Pin
Tomasz Sowinski29-Oct-01 1:47
Tomasz Sowinski29-Oct-01 1:47 
QuestionIs there a simple way to save the client area as a .BMP? Pin
28-Oct-01 12:22
suss28-Oct-01 12:22 
AnswerRe: Is there a simple way to save the client area as a .BMP? Pin
Christian Graus28-Oct-01 12:40
protectorChristian Graus28-Oct-01 12:40 
GeneralTrying to draw a grid onto a CView Pin
AJ12328-Oct-01 11:35
AJ12328-Oct-01 11:35 
GeneralRe: Trying to draw a grid onto a CView Pin
Christian Graus28-Oct-01 12:20
protectorChristian Graus28-Oct-01 12:20 
GeneralRe: Trying to draw a grid onto a CView Pin
AJ12329-Oct-01 8:06
AJ12329-Oct-01 8:06 
GeneralRe: Trying to draw a grid onto a CView Pin
Todd Smith28-Oct-01 13:59
Todd Smith28-Oct-01 13:59 
GeneralRe: DIBSections Pin
Chambers28-Oct-01 11:05
Chambers28-Oct-01 11:05 
GeneralRe: DIBSections Pin
Chris Losinger28-Oct-01 11:48
professionalChris Losinger28-Oct-01 11:48 

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.