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

C / C++ / MFC

 
Question__fastcall and naked keyword? Pin
Alexander M.,10-Jan-04 23:53
Alexander M.,10-Jan-04 23:53 
AnswerRe: __fastcall and naked keyword? Pin
John R. Shaw11-Jan-04 5:11
John R. Shaw11-Jan-04 5:11 
GeneralRe: __fastcall and naked keyword? Pin
Alexander M.,11-Jan-04 6:53
Alexander M.,11-Jan-04 6:53 
GeneralRe: __fastcall and naked keyword? Pin
Jörgen Sigvardsson11-Jan-04 7:16
Jörgen Sigvardsson11-Jan-04 7:16 
GeneralRe: __fastcall and naked keyword? Pin
Jörgen Sigvardsson11-Jan-04 7:18
Jörgen Sigvardsson11-Jan-04 7:18 
GeneralRe: __fastcall and naked keyword? Pin
Alexander M.,11-Jan-04 8:39
Alexander M.,11-Jan-04 8:39 
GeneralRe: __fastcall and naked keyword? Pin
Jörgen Sigvardsson11-Jan-04 8:47
Jörgen Sigvardsson11-Jan-04 8:47 
Generalmultithreading Pin
NewYork10-Jan-04 23:46
NewYork10-Jan-04 23:46 
Dear Experts
In my program,I need to have two independent loops that run at different speeds,30Hz and ~1KHz.They don't share a database.The second loop will only run if a condition in the first one is fulfilled.In this case the first one sends an integer to 2nd one and the second one should process the data with the given speed.this is the scenario,but I don't know how to implement it.At the moment I have a 30Hz timer in my application .At each interrupt of the timer,some function are called.I dont know where to put the second timer and how to start the 2nd thread.can anyone of u experts,helps a completly confused noviceSmile | :)
Many thanks
p.s.By the way my program is an SDI application
GeneralRe: multithreading Pin
valikac11-Jan-04 6:09
valikac11-Jan-04 6:09 
GeneralRe: multithreading Pin
Joe Woodbury11-Jan-04 14:27
professionalJoe Woodbury11-Jan-04 14:27 
Generalmultithreading Pin
NewYork10-Jan-04 23:46
NewYork10-Jan-04 23:46 
QuestionHow can I display a 3D graph with Nikolai Teofilov program: 3D Graph ActiveX Control? Pin
Anonymous10-Jan-04 22:53
Anonymous10-Jan-04 22:53 
GeneralProgram that networks Pin
nukeler10-Jan-04 18:08
nukeler10-Jan-04 18:08 
GeneralRe: Program that networks Pin
abc87610-Jan-04 18:16
abc87610-Jan-04 18:16 
GeneralRe: Program that networks Pin
valikac11-Jan-04 6:12
valikac11-Jan-04 6:12 
GeneralRe: Program that networks Pin
Jijo.Raj11-Jan-04 18:16
Jijo.Raj11-Jan-04 18:16 
GeneralWarning after importing bitmap Pin
Ernesto D.10-Jan-04 14:16
Ernesto D.10-Jan-04 14:16 
GeneralRe: Warning after importing bitmap Pin
ohadp10-Jan-04 22:50
ohadp10-Jan-04 22:50 
GeneralRe: Warning after importing bitmap Pin
Ernesto D.10-Jan-04 23:33
Ernesto D.10-Jan-04 23:33 
GeneralRe: Warning after importing bitmap Pin
ohadp10-Jan-04 23:38
ohadp10-Jan-04 23:38 
GeneralRe: Warning after importing bitmap Pin
Ernesto D.12-Jan-04 12:04
Ernesto D.12-Jan-04 12:04 
GeneralVC++ - ODBC : can't reach the last records of my file.dbf Pin
Qadddd10-Jan-04 12:54
Qadddd10-Jan-04 12:54 
GeneralRe: VC++ - ODBC : can't reach the last records of my file.dbf Pin
Qadddd11-Jan-04 13:03
Qadddd11-Jan-04 13:03 
General.asm file compilation Pin
Alexander M.,10-Jan-04 11:47
Alexander M.,10-Jan-04 11:47 
GeneralRe: .asm file compilation Pin
ZoogieZork10-Jan-04 12:05
ZoogieZork10-Jan-04 12:05 

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.