Click here to Skip to main content
16,016,076 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionError while converting int to string... Pin
pl_kode15-May-08 21:12
pl_kode15-May-08 21:12 
AnswerRe: Error while converting int to string... Pin
_AnsHUMAN_ 15-May-08 21:24
_AnsHUMAN_ 15-May-08 21:24 
GeneralRe: Error while converting int to string... Pin
Stephen Hewitt15-May-08 21:34
Stephen Hewitt15-May-08 21:34 
AnswerRe: Error while converting int to string... Pin
Rajesh R Subramanian15-May-08 21:25
professionalRajesh R Subramanian15-May-08 21:25 
AnswerRe: Error while converting int to string... Pin
CPallini15-May-08 21:28
mveCPallini15-May-08 21:28 
QuestionHow to Draw in CMDIFrameWnd Pin
santhoshv8415-May-08 21:04
santhoshv8415-May-08 21:04 
AnswerRe: How to Draw in CMDIFrameWnd Pin
ShilpiP15-May-08 21:38
ShilpiP15-May-08 21:38 
QuestionProblem with Releaseversion of FlexGrid Pin
sunny_vc15-May-08 20:33
sunny_vc15-May-08 20:33 
Hi,
I am working on an application in which I am using MSFlexGrid.
I have 100 rows and 8 cols.
I am initializing all cells with some strings.
So when the user edits and saves, again when he retrives from the file, iam populating all cells with the saved strings like,

for(int i=0;i<100;i++)
{
for(int j=0;j<8;j++)
m_Grid.SetTextMatrix(i,j,s); //S is string which is read from file
}
It works fine in debug mode, but in release mode its giving an error like
"Subscript out of range".
Please if u have any idea help me.

Sunil.

Regards,
Sunil Kumar

AnswerRe: Problem with Releaseversion of FlexGrid Pin
chandu00415-May-08 20:59
chandu00415-May-08 20:59 
GeneralRe: Problem with Releaseversion of FlexGrid Pin
sunny_vc15-May-08 21:18
sunny_vc15-May-08 21:18 
GeneralRe: Problem with Releaseversion of FlexGrid Pin
chandu00415-May-08 21:23
chandu00415-May-08 21:23 
GeneralRe: Problem with Releaseversion of FlexGrid Pin
sunny_vc15-May-08 21:31
sunny_vc15-May-08 21:31 
GeneralRe: Problem with Releaseversion of FlexGrid Pin
chandu00415-May-08 21:41
chandu00415-May-08 21:41 
QuestionHow to suspend and resume a process?? Pin
CodeMak15-May-08 20:30
CodeMak15-May-08 20:30 
AnswerRe: How to suspend and resume a process?? Pin
Hamid_RT15-May-08 20:36
Hamid_RT15-May-08 20:36 
GeneralRe: How to suspend and resume a process?? Pin
ThatsAlok6-Jul-09 20:10
ThatsAlok6-Jul-09 20:10 
Questionclasses inVC++ Pin
KANAKESH15-May-08 20:26
KANAKESH15-May-08 20:26 
AnswerRe: classes inVC++ Pin
Hamid_RT15-May-08 20:33
Hamid_RT15-May-08 20:33 
AnswerGood tutorial needed. Pin
CPallini15-May-08 21:09
mveCPallini15-May-08 21:09 
RantRe: classes inVC++ Pin
toxcct15-May-08 21:43
toxcct15-May-08 21:43 
JokeRe: classes inVC++ Pin
CPallini15-May-08 21:46
mveCPallini15-May-08 21:46 
JokeRe: classes inVC++ Pin
Rajesh R Subramanian15-May-08 22:36
professionalRajesh R Subramanian15-May-08 22:36 
GeneralRe: classes inVC++ Pin
ThatsAlok6-Jul-09 20:09
ThatsAlok6-Jul-09 20:09 
AnswerRe: classes inVC++ Pin
David Crow16-May-08 5:31
David Crow16-May-08 5:31 
Questioncolor conversion Pin
projectip15-May-08 19:44
projectip15-May-08 19:44 

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.