Re: Warning In C++ Microsoft Visual Studio



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
.



Relevant Pages

  • JMI_ITS_TEMP (Agent); Error number: 27160
    ... I have a problem with my replication. ... Warning: only Subscribers running SQL Server 2000 can synchronize with ... Cannot add rows to sysdepends for the current stored procedure because it ... in this table will fail if the resulting row length exceeds 8060 bytes. ...
    (microsoft.public.sqlserver.replication)
  • Re: varchar(8000) versus text field?
    ... declare @tstr2 varchar ... Warning: The table 'Table1' has been created but its maximum row size ... this table will fail if the resulting row length exceeds 8060 bytes. ... >> you'd better watch out for going over the max rowsize. ...
    (microsoft.public.sqlserver.fulltext)
  • Re: maximum row size exceeds
    ... >exceeds the maximum number of bytes per row. ... This is a warning message, ... insert testit (pk, vc1, vc2) ...
    (microsoft.public.sqlserver.clients)
  • RE: nested triggers
    ... Thank you for using the newsgroup and it is my pleasure to help you with ... One more things I have to say is, when I create the table3, ... Warning: The table 'tcsintraTB_UserPages' has been created but its maximum ... row size exceeds the maximum number of bytes per row. ...
    (microsoft.public.sqlserver.programming)
  • Re: stack overflow
    ... "stack overflow" will be shown. ... Your warning about total image size is only a reminder that things would ... I also use cygwin to compile the program. ...
    (comp.lang.fortran)