Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help on how to move line between two horizontal sliders with slider position Pin
«_Superman_»17-Feb-09 19:10
professional«_Superman_»17-Feb-09 19:10 
GeneralRe: Need help on how to move line between two horizontal sliders with slider position Pin
John50217-Feb-09 23:24
John50217-Feb-09 23:24 
GeneralRe: Need help on how to move line between two horizontal sliders with slider position Pin
«_Superman_»17-Feb-09 23:35
professional«_Superman_»17-Feb-09 23:35 
GeneralRe: Need help on how to move line between two horizontal sliders with slider position Pin
John50218-Feb-09 1:08
John50218-Feb-09 1:08 
GeneralRe: Need help on how to move line between two horizontal sliders with slider position Pin
John50217-Feb-09 1:01
John50217-Feb-09 1:01 
QuestionProtocol Design Pin
septane16-Feb-09 22:22
septane16-Feb-09 22:22 
AnswerRe: Protocol Design Pin
Cedric Moonen16-Feb-09 22:48
Cedric Moonen16-Feb-09 22:48 
QuestionCHttpFile->Read = not enough storage is available to process this command Pin
Psyinx16-Feb-09 20:21
Psyinx16-Feb-09 20:21 
Hi guys,

I have a frustrating issue that has just cropped up about a week ago. Confused | :confused:
I have a piece of code which downloads a file via HTTP and saves it to disk.

This code has been working perfectly for the last year on a server, now all of a sudden the call to CHttpFile->Read throws an
exception "Not enough storage is available to process this command".

The server has more than enough memory available (machine has 4gig, of which roughly 1gig is being used at any given time).
It has 12 gig hd space free, drive quota is turned off, and the page file is set to 3 gig min, 4 gig max.

Even straight after a restart, the code still throws the exception.

The file size over the last year has grown from 40meg to 65meg, and that same piece of code is able to download a small 1meg file on the server no problem.

The only bit of advice i have been able to google is that of increasing the IRPStack size, which aparently should fix issues such as this, but unfortunately this does not appear to fix my issue.

If any of you have had any other similar issue, and know of a solution to this problem, please let me know!

Thanks.
AnswerRe: CHttpFile->Read = not enough storage is available to process this command Pin
Stuart Dootson16-Feb-09 21:13
professionalStuart Dootson16-Feb-09 21:13 
GeneralRe: CHttpFile->Read = not enough storage is available to process this command Pin
Psyinx16-Feb-09 21:24
Psyinx16-Feb-09 21:24 
GeneralRe: CHttpFile->Read = not enough storage is available to process this command Pin
Stuart Dootson16-Feb-09 23:08
professionalStuart Dootson16-Feb-09 23:08 
GeneralRe: CHttpFile->Read = not enough storage is available to process this command Pin
Psyinx17-Feb-09 0:01
Psyinx17-Feb-09 0:01 
GeneralRe: CHttpFile->Read = not enough storage is available to process this command Pin
Psyinx17-Feb-09 3:29
Psyinx17-Feb-09 3:29 
QuestionCSIDL_SYSTEM Pin
john563216-Feb-09 19:58
john563216-Feb-09 19:58 
AnswerRe: CSIDL_SYSTEM Pin
Stuart Dootson16-Feb-09 21:20
professionalStuart Dootson16-Feb-09 21:20 
AnswerRe: CSIDL_SYSTEM Pin
«_Superman_»16-Feb-09 21:21
professional«_Superman_»16-Feb-09 21:21 
QuestionNiblack binarization algorithm in c++ Pin
Bindas Samanta16-Feb-09 19:48
Bindas Samanta16-Feb-09 19:48 
AnswerRe: Niblack binarization algorithm in c++ Pin
Cedric Moonen16-Feb-09 20:34
Cedric Moonen16-Feb-09 20:34 
AnswerRe: Niblack binarization algorithm in c++ Pin
CPallini16-Feb-09 21:52
mveCPallini16-Feb-09 21:52 
QuestionShall we decrease size of Exe in MFC application ? Pin
Le@rner16-Feb-09 19:00
Le@rner16-Feb-09 19:00 
AnswerRe: Shall we decrease size of Exe in MFC application ? Pin
_AnsHUMAN_ 16-Feb-09 19:38
_AnsHUMAN_ 16-Feb-09 19:38 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
Le@rner16-Feb-09 19:53
Le@rner16-Feb-09 19:53 
GeneralRe: Shall we decrease size of Exe in MFC application ? Pin
_AnsHUMAN_ 16-Feb-09 20:51
_AnsHUMAN_ 16-Feb-09 20:51 
AnswerRe: Shall we decrease size of Exe in MFC application ? Pin
Maya_16-Feb-09 19:41
Maya_16-Feb-09 19:41 
AnswerRe: Shall we decrease size of Exe in MFC application ? Pin
SandipG 16-Feb-09 19:46
SandipG 16-Feb-09 19:46 

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.