Click here to Skip to main content
15,884,176 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionIndirect assembly dependency issue Pin
Member 1016773115-Aug-13 5:40
Member 1016773115-Aug-13 5:40 
AnswerRe: Indirect assembly dependency issue Pin
Pete O'Hanlon15-Aug-13 5:54
mvePete O'Hanlon15-Aug-13 5:54 
GeneralRe: Indirect assembly dependency issue Pin
John Schroedl15-Aug-13 7:23
professionalJohn Schroedl15-Aug-13 7:23 
Questionunhandled exception of type 'System.Runtime.InteropServices.SEHException' when trying to call C# dll from MFC Pin
PrasadHPShenoy5-Aug-13 23:04
PrasadHPShenoy5-Aug-13 23:04 
AnswerRe: unhandled exception of type 'System.Runtime.InteropServices.SEHException' when trying to call C# dll from MFC Pin
Richard MacCutchan14-Aug-13 21:15
mveRichard MacCutchan14-Aug-13 21:15 
Questiongot error while writing into excel file Pin
kumsudheer5-Aug-13 2:28
kumsudheer5-Aug-13 2:28 
AnswerRe: got error while writing into excel file Pin
David Knechtges5-Aug-13 3:45
David Knechtges5-Aug-13 3:45 
GeneralRe: got error while writing into excel file Pin
kumsudheer5-Aug-13 19:36
kumsudheer5-Aug-13 19:36 
Hi David, now i realized that i am not saving the excel file till completion of the report generation so what i am suspecting, each excel sheet will have maximum rows 1048576 that means
1048576 * 8 = 8388608 rows of data(this data is a huge) it holding on RAM. Now what i will do i will save the excel file for each 5 sheets completion and continue to generate report.

In this application i am also using number of Dictionary objects, so i will also take care to freed these objects as per you suggestion.

Thanks for you support
QuestionHow to add existing project in VS6.0 Pin
Shyam Kodase30-Jul-13 23:02
Shyam Kodase30-Jul-13 23:02 
AnswerRe: How to add existing project in VS6.0 Pin
NotPolitcallyCorrect30-Jul-13 23:43
NotPolitcallyCorrect30-Jul-13 23:43 
AnswerRe: How to add existing project in VS6.0 Pin
Richard MacCutchan30-Jul-13 23:47
mveRichard MacCutchan30-Jul-13 23:47 
QuestionPointer in Managed Code Pin
NAVALMAN30-Jul-13 2:59
professionalNAVALMAN30-Jul-13 2:59 
AnswerRe: Pointer in Managed Code Pin
Richard MacCutchan30-Jul-13 5:54
mveRichard MacCutchan30-Jul-13 5:54 
GeneralRe: Pointer in Managed Code Pin
NAVALMAN31-Jul-13 22:54
professionalNAVALMAN31-Jul-13 22:54 
GeneralRe: Pointer in Managed Code Pin
Richard MacCutchan1-Aug-13 2:51
mveRichard MacCutchan1-Aug-13 2:51 
AnswerRe: Pointer in Managed Code Pin
jschell1-Aug-13 11:32
jschell1-Aug-13 11:32 
GeneralRe: Pointer in Managed Code Pin
NAVALMAN1-Aug-13 19:30
professionalNAVALMAN1-Aug-13 19:30 
QuestionPreserving polymorphism across the managed/unmanaged boundary Pin
Member 1016773122-Jul-13 11:48
Member 1016773122-Jul-13 11:48 
AnswerRe: Preserving polymorphism across the managed/unmanaged boundary Pin
David Knechtges23-Jul-13 3:25
David Knechtges23-Jul-13 3:25 
AnswerRe: Preserving polymorphism across the managed/unmanaged boundary Pin
John Schroedl23-Jul-13 8:27
professionalJohn Schroedl23-Jul-13 8:27 
AnswerRe: Compiler Error Pin
Richard MacCutchan22-Jul-13 21:13
mveRichard MacCutchan22-Jul-13 21:13 
QuestionGetScanline is not a member of TBitmapData??? Pin
PickRelated8-Jul-13 23:11
PickRelated8-Jul-13 23:11 
AnswerRe: GetScanline is not a member of TBitmapData??? Pin
Richard MacCutchan8-Jul-13 23:25
mveRichard MacCutchan8-Jul-13 23:25 
GeneralRe: GetScanline is not a member of TBitmapData??? Pin
PickRelated8-Jul-13 23:36
PickRelated8-Jul-13 23:36 
GeneralRe: GetScanline is not a member of TBitmapData??? Pin
Richard MacCutchan9-Jul-13 0:09
mveRichard MacCutchan9-Jul-13 0:09 

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.