Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNon-Static Callbacks Pin
bmw50022-Sep-04 18:06
bmw50022-Sep-04 18:06 
GeneralRe: Non-Static Callbacks Pin
Indrawati2-Sep-04 19:10
Indrawati2-Sep-04 19:10 
GeneralRe: Non-Static Callbacks Pin
bmw50022-Sep-04 19:47
bmw50022-Sep-04 19:47 
GeneralRe: Non-Static Callbacks Pin
Indrawati2-Sep-04 19:58
Indrawati2-Sep-04 19:58 
GeneralRebar Band Info Problem Pin
Dan Neilsen2-Sep-04 15:08
Dan Neilsen2-Sep-04 15:08 
GeneralRe: Rebar Band Info Problem Pin
Dan Neilsen2-Sep-04 15:13
Dan Neilsen2-Sep-04 15:13 
GeneralMultiple BDA Graphs within the same Process. Pin
bear72-Sep-04 14:06
bear72-Sep-04 14:06 
Questionread/write buffered render engine... suggestions? Pin
xdissent2-Sep-04 12:38
xdissent2-Sep-04 12:38 
so i've done it again and taken a stupid little idea that i technically completed within an hour of work, and i'm turning it into a massive behemoth of unnecessary features. i wrote a tiny program to take all the images in a directory, do something to them (one at a time in order), and save them in a different directory. it works great. but after building a plugin architecture and threaded render engine, i've come to desire disk buffering. it probably wont improve performance but its what i want. what im thinking is, 1 thread for read, 1 thread for render, and 1 thread for writing. the read thread will have a counter semaphore that will signal the render thread when x number of images have been placed on the stack (doubly linked list) at which time the render thread will start pluggin away at the BOTTOM of the image stack (fifo). as soon as x frames are rendered, the write thread will also begin writing files to disk and plucking them off the stack. does this sound like a good method for implementing this? this was just kind of my first thought on the subject, and i thought someone might be able to give a better architecture and save me some headache and time. thanks!
Generalcustom error during compile time Pin
Rohit Joshi2-Sep-04 11:32
Rohit Joshi2-Sep-04 11:32 
GeneralRe: custom error during compile time Pin
Michael Dunn2-Sep-04 12:01
sitebuilderMichael Dunn2-Sep-04 12:01 
GeneralRe: custom error during compile time Pin
James R. Twine2-Sep-04 13:53
James R. Twine2-Sep-04 13:53 
GeneralNT User ID Using Visual C++ Pin
canniballl2-Sep-04 11:12
canniballl2-Sep-04 11:12 
GeneralRe: NT User ID Using Visual C++ Pin
Joaquín M López Muñoz2-Sep-04 11:29
Joaquín M López Muñoz2-Sep-04 11:29 
GeneralStartup computer automatically Pin
sschilachi2-Sep-04 11:03
sschilachi2-Sep-04 11:03 
GeneralRe: Startup computer automatically Pin
Mika Larramo2-Sep-04 12:20
Mika Larramo2-Sep-04 12:20 
GeneralRe: Startup computer automatically Pin
sschilachi2-Sep-04 21:01
sschilachi2-Sep-04 21:01 
GeneralRe: Startup computer automatically Pin
ThatsAlok3-Sep-04 4:19
ThatsAlok3-Sep-04 4:19 
GeneralRe: Startup computer automatically Pin
lonely_life2-Sep-04 16:27
lonely_life2-Sep-04 16:27 
GeneralRe: Startup computer automatically Pin
bmw50025-Sep-04 14:45
bmw50025-Sep-04 14:45 
Questiondundas vs. roguewave vs. ??? Pin
Maximilien2-Sep-04 10:30
Maximilien2-Sep-04 10:30 
AnswerRe: dundas vs. roguewave vs. ??? Pin
Antony M Kancidrowski3-Sep-04 2:27
Antony M Kancidrowski3-Sep-04 2:27 
GeneralRandom Number Generator Pin
Alexander M.,2-Sep-04 9:30
Alexander M.,2-Sep-04 9:30 
GeneralRe: Random Number Generator Pin
David Crow2-Sep-04 9:33
David Crow2-Sep-04 9:33 
GeneralRe: Random Number Generator Pin
Alexander M.,2-Sep-04 9:57
Alexander M.,2-Sep-04 9:57 
GeneralRe: Random Number Generator Pin
David Crow2-Sep-04 10:01
David Crow2-Sep-04 10:01 

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.