|
Home > Archive > dBASE Programming > October 2006 > runtime buffer overflow
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
runtime buffer overflow
|
|
|
| I am getting a "runtime buffer overflow" when calling a function that is calling sendmailex.cc It was working fine, then I increased the size of the "message" and recieved the error. The error still ocurrs even though I have returned the message to the i
nitial content, have also rebooted to clear all..... Any suggestions?
| |
| Geoff Wass 2006-09-29, 1:30 am |
| In article <A5gWuqz4GHA.1752@news-server>, john@jasgroup.ca says...
> I am getting a "runtime buffer overflow" when calling a function that is calling sendmailex.cc It was working fine, then I increased the size of the "message" and recieved the error. The error still ocurrs even though I have returned the message to the
initial content, have also rebooted to clear all..... Any suggestions?
>
John(?),
Even though you have returned the message to a smaller size, how big is
it? Does the message contain any special characers, especially non-
printable ones? Can you provide us with a small program snippet so we
can see what you are doing and the line which is crashing?
Thanks.
--
Geoff Wass [dBVIPS]
| |
|
| Geoff Wass Wrote:
> In article <A5gWuqz4GHA.1752@news-server>, john@jasgroup.ca says...
he initial content, have also rebooted to clear all..... Any suggestions?[vbcol=seagreen]
>
> John(?),
>
> Even though you have returned the message to a smaller size, how big is
> it? Does the message contain any special characers, especially non-
> printable ones? Can you provide us with a small program snippet so we
> can see what you are doing and the line which is crashing?
>
> Thanks.
>
> --
> Geoff Wass [dBVIPS]
Sorry - on further testing it was a message size issue - now corrected - thanks....
| |
| Geoff Wass [dBVIPS] 2006-10-06, 1:35 am |
| In article <nB44Iqi5GHA.1784@news-server>, john@jasgroup.ca says...
> Geoff Wass Wrote:
>
the initial content, have also rebooted to clear all..... Any suggestions?[vbcol=seagreen]
> Sorry - on further testing it was a message size issue - now corrected - thanks....
>
>
John,
Thanks for letting us know. Good to here you have it fixed.
--
Geoff Wass [dBVIPS]
|
|
|
|
|