Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC performance question Pin
will138326-Feb-03 8:30
will138326-Feb-03 8:30 
GeneralRe: MFC performance question Pin
Jim A. Johnson26-Feb-03 8:53
Jim A. Johnson26-Feb-03 8:53 
GeneralRe: MFC performance question Pin
will138326-Feb-03 9:03
will138326-Feb-03 9:03 
GeneralRe: MFC performance question Pin
palbano26-Feb-03 9:41
palbano26-Feb-03 9:41 
GeneralRe: MFC performance question Pin
will138326-Feb-03 9:49
will138326-Feb-03 9:49 
GeneralRe: MFC performance question Pin
Tim Smith26-Feb-03 10:04
Tim Smith26-Feb-03 10:04 
GeneralRe: MFC performance question Pin
palbano26-Feb-03 10:08
palbano26-Feb-03 10:08 
GeneralRe: MFC performance question Pin
peterchen26-Feb-03 19:47
peterchen26-Feb-03 19:47 
Not if you use MFC effectively.
Having said that, you can do as many things wrong in MFC as in native Win32, and MFC doesn't encapsulate all of the Win32 functionality, that you might need.

a) A driver can't reduce the data rate; however, the driver has a guaranteed response time (which you don't have in user mode)

b) even a kernel driver should not _poll_ at 50MHz. What kind of hardware do you use? The acquisition hardware should be able to build packets (e.g. direct PCI bus->memory throughput, without CPU usage), and the driver can make this data available to user mode. Hoever, there is absolutely no guarantee that an applicaiton can always handle this amount of data (whatever it's doing)

c) What is your application supposed to do with the data?





If you go to war, you will destroy a great country a stoned greek chick to the richest man of the world

[sighist] | [Agile Programming] [doxygen]

GeneralDll question Pin
will138326-Feb-03 8:23
will138326-Feb-03 8:23 
GeneralRe: Dll question Pin
palbano26-Feb-03 8:30
palbano26-Feb-03 8:30 
GeneralRe: Dll question Pin
will138326-Feb-03 8:39
will138326-Feb-03 8:39 
GeneralRe: Dll question Pin
palbano26-Feb-03 10:03
palbano26-Feb-03 10:03 
GeneralRe: Dll question Pin
will138326-Feb-03 10:25
will138326-Feb-03 10:25 
GeneralProblem with region on Win95 Pin
Eugene Pustovoyt26-Feb-03 8:22
Eugene Pustovoyt26-Feb-03 8:22 
GeneralObscure code help Pin
pankajdaga26-Feb-03 8:09
pankajdaga26-Feb-03 8:09 
GeneralRe: Obscure code help Pin
Alvaro Mendez26-Feb-03 9:05
Alvaro Mendez26-Feb-03 9:05 
GeneralRe: Obscure code help Pin
pankajdaga26-Feb-03 9:09
pankajdaga26-Feb-03 9:09 
GeneralRe: Obscure code help Pin
Tim Smith26-Feb-03 9:18
Tim Smith26-Feb-03 9:18 
QuestionCrystal Reports Licensing? Pin
Miguel Lopes26-Feb-03 8:05
Miguel Lopes26-Feb-03 8:05 
AnswerRe: Crystal Reports Licensing? Pin
Nick Parker26-Feb-03 8:20
protectorNick Parker26-Feb-03 8:20 
GeneralRe: Crystal Reports Licensing? Pin
Miguel Lopes27-Feb-03 1:41
Miguel Lopes27-Feb-03 1:41 
GeneralRe: Crystal Reports Licensing? Pin
Nick Parker27-Feb-03 3:25
protectorNick Parker27-Feb-03 3:25 
GeneralRe: Crystal Reports Licensing? Pin
Miguel Lopes28-Feb-03 5:54
Miguel Lopes28-Feb-03 5:54 
GeneralRe: Crystal Reports Licensing? Pin
Nick Parker28-Feb-03 7:17
protectorNick Parker28-Feb-03 7:17 
GeneralRe: Crystal Reports Licensing? Pin
Miguel Lopes28-Feb-03 7:40
Miguel Lopes28-Feb-03 7: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.