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

C / C++ / MFC

 
AnswerRe: Radio and group statics? Pin
ohadp24-May-04 1:20
ohadp24-May-04 1:20 
GeneralRe: Radio and group statics? Pin
bouli24-May-04 1:36
bouli24-May-04 1:36 
Questioncallstack/debugger resynch? Pin
bryce23-May-04 20:45
bryce23-May-04 20:45 
AnswerRe: callstack/debugger resynch? Pin
jmkhael23-May-04 21:30
jmkhael23-May-04 21:30 
GeneralPassing large data to DLLs Pin
Member 65375123-May-04 20:12
Member 65375123-May-04 20:12 
GeneralRe: Passing large data to DLLs Pin
Alexander M.,24-May-04 4:05
Alexander M.,24-May-04 4:05 
GeneralRe: Passing large data to DLLs Pin
melwyn24-May-04 7:01
melwyn24-May-04 7:01 
GeneralRe: Passing large data to DLLs Pin
Dimitris Vasiliadis24-May-04 13:22
Dimitris Vasiliadis24-May-04 13:22 
If you have access to the dll sources, you can try changing the dll to export two functions - Func1 to load (and append) the data, and Func2 will process the loaded data. Then break your data into smaller blocks and call Func1 until all data is loaded, then call Func2 to handle them.


...Plug & Pray... Dead | X|
GeneralRe: Passing large data to DLLs Pin
Member 65375124-May-04 22:22
Member 65375124-May-04 22:22 
GeneralRe: Passing large data to DLLs Pin
Dimitris Vasiliadis24-May-04 23:23
Dimitris Vasiliadis24-May-04 23:23 
GeneralMsChart problem Pin
bhushanRediff23-May-04 19:56
bhushanRediff23-May-04 19:56 
GeneralCompression and encryption Pin
Anthony_Yio23-May-04 19:44
Anthony_Yio23-May-04 19:44 
GeneralRe: Compression and encryption Pin
Dominik Reichl23-May-04 22:34
Dominik Reichl23-May-04 22:34 
GeneralRe: Compression and encryption Pin
Alexander M.,24-May-04 3:57
Alexander M.,24-May-04 3:57 
GeneralRe: Compression and encryption Pin
Henry miller24-May-04 9:14
Henry miller24-May-04 9:14 
GeneralRe: Compression and encryption Pin
Anthony_Yio24-May-04 18:09
Anthony_Yio24-May-04 18:09 
Generaldynamic 2 dimensional array Pin
Tyrus18223-May-04 18:58
Tyrus18223-May-04 18:58 
GeneralRe: dynamic 2 dimensional array Pin
Curi0us_George23-May-04 19:27
Curi0us_George23-May-04 19:27 
GeneralRe: dynamic 2 dimensional array Pin
Alexander M.,24-May-04 4:01
Alexander M.,24-May-04 4:01 
GeneralRe: dynamic 2 dimensional array Pin
Curi0us_George24-May-04 9:15
Curi0us_George24-May-04 9:15 
GeneralRe: dynamic 2 dimensional array Pin
Bob Stanneveld23-May-04 19:37
Bob Stanneveld23-May-04 19:37 
GeneralRe: dynamic 2 dimensional array Pin
Curi0us_George23-May-04 21:22
Curi0us_George23-May-04 21:22 
GeneralRe: dynamic 2 dimensional array Pin
Bob Stanneveld23-May-04 21:25
Bob Stanneveld23-May-04 21:25 
GeneralRe: dynamic 2 dimensional array Pin
Curi0us_George23-May-04 21:29
Curi0us_George23-May-04 21:29 
GeneralRe: dynamic 2 dimensional array Pin
Alexander M.,24-May-04 4:03
Alexander M.,24-May-04 4:03 

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.