|
-
October 15th, 2003, 03:33 AM
#1
Different outputs in Release and debug
I am very confused...I am building an application which has 2 panes...The panes r like a windows explorer with the left side being a tree ctrl and right side being a editor.... .On my computer the debug mode runs very well but when i run on it a different computer, if i refresh the left side pane..the contents vanish...
While the release mode has some problems like writing it to a file which dont appear in debug mode.
Ritwik Samsi
-
October 15th, 2003, 04:05 AM
#2
May be ASSERT problem ???
Hi,
I think, you should control your ASSERT' s in your code. May be you wrote some code in ASSERT(...code...), that it also must to work in Release version. ASSERT won't be included in Release version.
In Release:
#define ASSERT(f) ((void)0)
May be this will help you.
ugur.
-
October 15th, 2003, 09:51 AM
#3
-
October 16th, 2003, 03:45 AM
#4
cricheditctrl
The main problem is in the Cricheditcontrol or CEdit....It shows blank lines after its stored what could be the reason?
Ritwik Samsi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|