How can I develop a File transfer application?question 2.1

in Help Center
question 2.1: about Ice.MessageSizeMax
In my application,I config Ice.MessageSizeMax=100000
and then I test the application.
when I transfer file of size 1M,15M.45M,every thing is Ok.
But when I transfer file of size 70.5M , there comes a window Message box:
Microsoft visual C++ Runtime Library
Runtime Error!
Program:C:\client.exe
abnormal program termination
why?
In my application,I config Ice.MessageSizeMax=100000
and then I test the application.
when I transfer file of size 1M,15M.45M,every thing is Ok.
But when I transfer file of size 70.5M , there comes a window Message box:
Microsoft visual C++ Runtime Library
Runtime Error!
Program:C:\client.exe
abnormal program termination
why?
0
Comments
To find out what exactly the reason for the program termination is, you must attach the debugger to the program, and look at the stack trace. See the Visual C++ debugger documentation for further details.
better.
thank you
xiehua