hi mike,

I've had some grief of my own with the new DevEx installer (if you buy 
more products, you have to uninstall everything for it to re-read your 
online registration info.. hey thanks!), but your error sounds more like 
a standard memory hardware fault. 77F5793D is where the error is 
occuring, it is incorrectly referencing 0ADBE310 (should be a different 
value) and tripping the AV. One of my Windows systems throws these 
regularly when addressing the highest section of RAM, regardless of 
which application does the addressing. the DevEx libraries may be 
pretty, but we pay the price in bigger footprints for both the 
executables and the compiles, which load some module high enough to 
cause bad references though uncaught memory errors (Windows "trusts" 
out-of-segment calls).

Part of the deal here is that Windows is not as picky about memory 
errors as some other OS (*koff*Linux*koff*), thus "running on more 
hardware" but also more prone to suffering from same hardware.  You 
might try downloading, burning the ISO, and running MemTest86:
 http://www.memtest86.com/
an *IX utility that runs on practically any x86 board and which verifies 
RAM performance and stability. Keep in mind that simpler tests may not 
find the kinds of errors that affect the highest memory registers (more 
1's = more heat and higher latency requirements). You might also try 
increasing the latencies of your RAM through your BIOS setup, or 
consider obtaining ECC/Registered RAM devices, or cooling your 
northbridge, the other likely culprit for these kinds of errors. by 
running MemTest86 you can either confirm or eliminate hardware issues as 
the source of these errors.

and if it's not a hardware error, try recompiling your DevEx packages, 
if you bought the source. the bad reference may have crept in during the 
compile. there's an option to (re)build the packages in the installer.


[EMAIL PROTECTED] wrote:
> Greetings All,
>
> Using Delphi 5.1
>
> I'm no longer able to compile and link a large Delphi project (22MB), I can
> however compile/link a smaller project (7MB) without any problems.  Right in
> the middle of the linking process on the large project I recieve the
> following error "Access violation at address 77F5793D in module 'ntdll.dll'.
> Read of address 0ADBE310"  I then have to click OK on that error dialog,
> followed by clicking Cancel on the compile/linker dialog and then click the
> close button on Delphi.  This then will give me a Delphi IDE error dialog
> with "Out of memory while expanding memory stream."
>
> Has anyone here experienced "Out of Memory while expanding memory stream"
> issues with Delphi 5.1 and Developers Express components?  Here is why I
> ask.
>
> Before uninstalling two DevExpress components ExpressBars and
> ExpressNavBars.  I could compile my large project just fine.  I had to
> uninstall them so I could install the same version of ExpressNavBars and an
> upgraded verison of Expressbars (v4.2 to v5.x) and then add two new
> DevExpress components ExpressScheduler and ExpressPrinting Suite.
>
> I removed all prior Developer Express components from my IDE, and then
> continued to remove them with the Add/Remove Program in windows and then
> even when into the registry to remove any trace there to make sure the new
> install would run smoothly.
>
> All of there components are now in one large installer program.  The
> installation went fairly smoothly until I went to compile my project and
> this is when I noticed that the installer wiped out 32 of my component
> library paths.  Once I got them all reestablished I tried to compile/link my
> project without any success.
>
> So now I'm not sure what to do.  I have searched the internet and found one
> reply to an "Out of memory" post that asked "Are you using any Developer
> Express components?" to which the poster replied no, so not sure what that
> meant.
>
> Anyone have any ideas???
>
> Thanks
>
> Mike
>
>
> __________________________________________________
> Delphi-Talk mailing list -> Delphi-Talk@elists.org
> http://www.elists.org/mailman/listinfo/delphi-talk
>   
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to