I have a project being upgraded from BCB6 to CB2007. When I compiled the project, an error says: "F1008 Out of memory". I have never seen that before. Can anyone tell me what causes that? How I can get the compilation through?
Thanks,
Gene.
Is this error coming from the linker? If so, please apply the linker
hotfix and see if that helps:
<http://cc.codegear.com/item/25694>
--
David Dean (CodeGear)
Lead C++ QA Engineer
David,
Thanks for the update post!
I have wasted so much time with the linker "Out of Memory" error that I
finally had to change my program over to packages...
I just tried the hotfix and I can now statically link again!!!
Best Regards,
Shane
It is not the linker roblem. I tried with the hotfix installed. It still says the same error. It occurs when compiling a cpp file. "F1008 Out of memory".
Any further suggestions?
Thanks.
Gene.
Try compiling the module withOUT precompiled header files.
If that works, try to rework your precompiled header files layout.
Best Regards,
Shane
I spoke to soon ... the linker now returns out of memory again!
Any chance of CodeGear providing a linker in the near future that can
LARGE statically linked applications?
Best Regards,
Shane
We would very much like to fix your bug. If you contact me via email,
I can see about getting you added to our field test and see what we can
do to reproduce this error.
> It is not the linker roblem. I tried with the hotfix installed. It still says
> the same error. It occurs when compiling a cpp file. "F1008 Out of memory".
Are you saying the error is coming from the compiler instead of the
liner? (This is why it is important to copy and paste the exact error
message, doing so would have pointed me to the right tool)
It seems to be right to solve my problem. My "Out of memory" error message went away when I turned off precompile options.
What I am using now is the latest C++ Builder 2007 I got 2 weeks ago that might have all updates, patches in. have you tried to install some new patches or fixes?
Good Luck!
Gene.