PureBytes Links
Trading Reference Links
|
Hello,
First, an update archive (http://www.amibroker.com/bin/AmiBroker365up.exe)
is a smaller one because it comes WITHOUT Microsoft C++ runtime library (MSVCRT.DLL)
and Microsoft Foundation Classes library (MFC42.DLL). These files are required by AmiBroker
and are included in the full version (http://www.amibroker.com/bin/AmiBroker365up.exe).
But if you had installed previous version these libraries should be in place so there should
be no need to download/install full archive.
There are two possible other causes of problems:
1. in the meantime you have installed other software that overwritten MSVCRT and/or MFC
with an older version (unfortunatelly this happens quite often :-(( )
2. you have some old components in your system that are not compatible with the newest
versions of above libraries - this may happen if you are running Windows 95, Windows NT 4.0
and even Windows 98. Windows Me and 2000 are modern enough :-)
Solution:
Download and install Microsoft components update: http://www.amibroker.com/bin/VCREDIST.EXE
(in case of Win95, Win98, NT 4)
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: <tom_supera@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 08, 2001 7:05 AM
Subject: [amibroker] Re: invalid page fault
> Hi,
> I had always the same problem, but not with any update.
> The error comes without any update, it comes any time, and when it
> comes, then it comes every time i close amibroker.
> I always install amibroker in a new directory, and that is all, that
> you must do.
> But the problem is, that every adjustment, that you have done in the
> last directory is away.
>
> I hope, that tomasz have a better answer, but i hope it helps you now.
>
> Best regards
>
> Tom Supera
>
>
>
>
>
>
>
>
> --- In amibroker@xxxx, "First Pacific Securities Pty Ltd" <lvl@xxxx>
> wrote:
> > Tomasz,
> >
> > After installing the update, running the program and then shutting
> it down,
> > I received the following warning:
> >
> > BROKER caused an invalid page fault in
> > module MSVCRT.DLL at 0177:7800d269.
> > Registers:
> > EAX=006d0078 CS=0177 EIP=7800d269 EFLGS=00010202
> > EBX=20626946 SS=017f ESP=006bfcdc EBP=006bfcf8
> > ECX=00000be0 DS=017f ESI=0080216c FS=48a7
> > EDX=72746552 ES=017f EDI=00000004 GS=0000
> > Bytes at CS:EIP:
> > 89 5a 04 8b 55 0c 89 4d fc 8b 5a 04 8b 52 08 89
> > Stack dump:
> > 780010ed 00802170 00000038 006d09cc 00000bb0 00000031 00000030
> 006bfd3c
> > 7800cc3f 007d000c 0080219c 780010ed 000010bc 00000038 00000000
> 00000000
> >
> > I now receive this warning after every Amibroker program shutdown.
> >
> > Regards,
> > Larry Lovrencic
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|