Debug VS Release
-
Hi, why is that some errors come in the release mode ,but not in debug mode ,like Char ch[1]; then i try to copy the wholeno(1,2,....) into it ,it crashes in the release mode but not in the debug mode ,does it assign more space in the debug mode to the ch(in memory) more than told. Regards Farpointer
-
Hi, why is that some errors come in the release mode ,but not in debug mode ,like Char ch[1]; then i try to copy the wholeno(1,2,....) into it ,it crashes in the release mode but not in the debug mode ,does it assign more space in the debug mode to the ch(in memory) more than told. Regards Farpointer
can you provide us with the copying code? sometimes programming errors escapes in the debug mode and ideally there is no difference between the functionalit of debug and release apis.
-prakash
-
Hi, why is that some errors come in the release mode ,but not in debug mode ,like Char ch[1]; then i try to copy the wholeno(1,2,....) into it ,it crashes in the release mode but not in the debug mode ,does it assign more space in the debug mode to the ch(in memory) more than told. Regards Farpointer
-
thanx prakash it has wat i want Regards Farpointer