Re: Warning In C++ Microsoft Visual Studio
- From: Arush <Arush@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 23 Jun 2008 10:38:01 -0700
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
"Doug Harrison [MVP]" wrote:
On Mon, 23 Jun 2008 06:55:00 -0700, Arush <Arush@xxxxxxxxxxxxxxxxxxxxxxxxx>.
wrote:
Hello ,
I am running a maximum flow algorithm in C. it works fine on small graph ,
but when i increase the number of nodes in the graph to say 13000 , it
gives me a warning : " Image size exceeded ( image may not run ) " .
and does give me a result. Is there a way around this ?
Sincerely
Arush.
Is there an error number? I've never heard of that message, but if I were
to guess, I'd say you have too much static duration data, causing the
program file size (the "image") to exceed the address space of the target
platform.
--
Doug Harrison
Visual C++ MVP
- Follow-Ups:
- Re: Warning In C++ Microsoft Visual Studio
- From: Doug Harrison [MVP]
- Re: Warning In C++ Microsoft Visual Studio
- From: David Wilkinson
- Re: Warning In C++ Microsoft Visual Studio
- References:
- Re: Warning In C++ Microsoft Visual Studio
- From: Doug Harrison [MVP]
- Re: Warning In C++ Microsoft Visual Studio
- Prev by Date: Re: boost/multi_index_container.hpp in vc6 sp5
- Next by Date: Unable to set cursor & focus in edit box (CEdit)
- Previous by thread: Re: Warning In C++ Microsoft Visual Studio
- Next by thread: Re: Warning In C++ Microsoft Visual Studio
- Index(es):
Relevant Pages
|