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

Managed C++/CLI

 
AnswerRe: Modeless Form display Pin
Luc Pattyn2-Sep-09 0:48
sitebuilderLuc Pattyn2-Sep-09 0:48 
GeneralRe: Modeless Form display Pin
jimi772-Sep-09 0:59
jimi772-Sep-09 0:59 
GeneralRe: Modeless Form display Pin
Luc Pattyn2-Sep-09 1:24
sitebuilderLuc Pattyn2-Sep-09 1:24 
QuestionHello question about visual studio 2008, that wont even build a empty dll project correctly Pin
nah133731-Aug-09 19:07
nah133731-Aug-09 19:07 
Questioncpp unit testing Pin
rnsk_for_u31-Aug-09 19:06
rnsk_for_u31-Aug-09 19:06 
AnswerRe: cpp unit testing Pin
Tony Duarte2-Sep-09 16:57
Tony Duarte2-Sep-09 16:57 
AnswerRe: cpp unit testing Pin
Richard MacCutchan10-Sep-09 9:27
mveRichard MacCutchan10-Sep-09 9:27 
QuestionSplitting 2 MB of datas.... Pin
spalanivel28-Aug-09 1:20
spalanivel28-Aug-09 1:20 
Hi,

In the strCommand I am having 2MB of Data and when i am trying to split with the new line it was throwing error.(to loop through all the data)

But it was working for minminum (ie 50 KB of datas like 0's and 1's).

How to over come this error? Very urgent.. Below is the code...


CString strCommand; // Holds 2MB of datas like 0's and 1's...

System::String* strDataReceived = "";
strDataReceived = strCommand;
__wchar_t split __gc[] = new __wchar_t __gc[1];
split [0] = '\n';
String *strSplitCommand[] = strDataReceived->Trim()->Split (split);

Please help..

Reg,
Subbu
QuestionRe: Splitting 2 MB of datas.... Pin
Mark Salsbery28-Aug-09 7:20
Mark Salsbery28-Aug-09 7:20 
AnswerRe: Splitting 2 MB of datas.... Pin
Luc Pattyn28-Aug-09 7:43
sitebuilderLuc Pattyn28-Aug-09 7:43 
QuestionWaterfall image display Pin
su_marvel26-Aug-09 23:00
su_marvel26-Aug-09 23:00 
QuestionCppUnit Test Case Pin
rnsk_for_u25-Aug-09 21:47
rnsk_for_u25-Aug-09 21:47 
AnswerRe: CppUnit Test Case Pin
N a v a n e e t h26-Aug-09 16:53
N a v a n e e t h26-Aug-09 16:53 
QuestionGraphics Object on indexed Bitmap Pin
cherrymotion25-Aug-09 5:50
cherrymotion25-Aug-09 5:50 
AnswerRe: Graphics Object on indexed Bitmap Pin
Mark Salsbery27-Aug-09 6:46
Mark Salsbery27-Aug-09 6:46 
QuestionSerial Port Pin
jashimu25-Aug-09 3:32
jashimu25-Aug-09 3:32 
AnswerRe: Serial Port Pin
N a v a n e e t h26-Aug-09 16:57
N a v a n e e t h26-Aug-09 16:57 
GeneralRe: Serial Port Pin
jashimu27-Aug-09 9:22
jashimu27-Aug-09 9:22 
AnswerRe: Serial Port Pin
Luc Pattyn27-Aug-09 10:46
sitebuilderLuc Pattyn27-Aug-09 10:46 
GeneralRe: Serial Port Pin
jashimu28-Aug-09 5:34
jashimu28-Aug-09 5:34 
QuestionFolder Name Pin
jashimu20-Aug-09 5:27
jashimu20-Aug-09 5:27 
AnswerRe: Folder Name Pin
Mark Salsbery20-Aug-09 5:50
Mark Salsbery20-Aug-09 5:50 
GeneralRe: Folder Name Pin
jashimu20-Aug-09 6:38
jashimu20-Aug-09 6:38 
GeneralRe: Folder Name Pin
Mark Salsbery20-Aug-09 6:53
Mark Salsbery20-Aug-09 6:53 
GeneralRe: Folder Name Pin
jashimu20-Aug-09 8:37
jashimu20-Aug-09 8:37 

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.