Re: Warning In C++ Microsoft Visual Studio
- From: David Wilkinson <no-reply@xxxxxxxxxxxx>
- Date: Mon, 23 Jun 2008 13:56:37 -0400
Arush wrote:
The warning message i get is :
ebug/limitedconveters.exe : warning LNK4084: total image size 427905024 exceeds max (268435456); image may not run
If the number of nodes in the graph ar around 7000 it gives me this warning message , but ultimately gives me results. If the number of nodes are increased to 10000 it does not give me a result. Is there a way around this problem.Thankyou for your help.
Arush:
It sounds like you are creating an array of nodes on the stack. You should have them on the heap.
Could you show some code?
--
David Wilkinson
Visual C++ MVP
.
- References:
- Re: Warning In C++ Microsoft Visual Studio
- From: Doug Harrison [MVP]
- Re: Warning In C++ Microsoft Visual Studio
- From: Arush
- Re: Warning In C++ Microsoft Visual Studio
- Prev by Date: Unable to set cursor & focus in edit box (CEdit)
- Next by Date: Re: Headers ????
- Previous by thread: Re: Warning In C++ Microsoft Visual Studio
- Next by thread: Re: Warning In C++ Microsoft Visual Studio
- Index(es):
Relevant Pages
|