Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fatal C3001 Memory overbooked

Status
Not open for further replies.

mathmax

Programmer
Apr 21, 2006
22
0
0
FR
Hello,

I get this compilation error :
Fatal C3001 Memory overbooked
Do you know what is the problem and how to correct it ?

Thank you in advance for your help.
 
mathmax,

I'll send you to the same place "Norton Guides", search on memory overbooked. It references a function or procedure that is too large, or a "monolithic" application. You may need to restructure the app or retool how it is complied & linked.

Jim C.
 
Compile with /m /n option In /n option you cann't put any executable code out of any procedure or function. when you link first function of first obj will be starting point.
S.N.Karki
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top