Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   Warning in C++ Microsoft Visual studio (http://www.velocityreviews.com/forums/t621721-warning-in-c-microsoft-visual-studio.html)

arush 06-23-2008 12:36 AM

Warning in C++ Microsoft Visual studio
 
Hello ,
I am running a maximum flow algorithm . 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.

Raymond Martineau 06-23-2008 02:56 AM

Re: Warning in C++ Microsoft Visual studio
 
On Sun, 22 Jun 2008 17:36:34 -0700 (PDT), arush
<arushgadkar@gmail.com> wrote:

>Hello ,
>I am running a maximum flow algorithm . 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 ?


This is an implementation specific issue - if it's related to VC++
iteself, you may want to check the microsoft.public.vc or other
newsgroups related to Windows.

Also, you aren't giving enough context behind the error - those
familiar with the environment (such as on the newsgroup I provided)
migh not understand what's going on and may assume you are using a
3rd-party library.


All times are GMT. The time now is 09:06 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57