access violation in module vcl100.bpl when starting Delphi 2007 IDEHi,
I'm using Delphi 2007 in a VMware virtual machine. The guest operating system is Windows 7 32-bit.
This has worked fine for months but since yesterday, I keep getting this error message when starting the IDE:
Access violation at address 201302BC in module 'vcl100.bpl'. Read of address 00000060.
The call stack shows:
Menu.TMenuItem.SetShortCut
ExtCtrls.TTimer.Timer
ExtCtrls.TTimer.WndProc
Classes.StdWndProc
DispatchMessageA
Forms.TApplication.ProcessMessage
From.TApplication.HandleMessage
Forms.TApplication.Run
BaseThreadInitThunk
FYI, the following com...
Delphi 2010 Access ViolationI have an application developed with delphi 2010 professional. Are there any tools in the IDE that will help me find an access violation that shows up, when the application closes? I have steppd through the code,but can' t locate anything. I am not for sure but I think a form may not be destroyed.
TIA
Jan B wrote:
> I have an application developed with delphi 2010 professional. Are
> there any tools in the IDE that will help me find an access violation
> that shows up, when the application closes? I have steppd through
> the code,but can' t locate anything. ...
I have Delphi 2010 which includes c++, but it always loads as DelphiHi there,
I have Delphi 2010 which includes c++, but it always loads as Delphi. How do I forced to load as c++?
Thanks for the help
Jorge
<Jorge Uriarte> wrote in message news:393178@forums.embarcadero.com...
> I have Delphi 2010 which includes c++, but it always loads as Delphi. How
> do I forced to load as c++?
Did you actually install the C++ personality?
Are you loading the IDE using the "Delphi 2010" shortcut (which loads
bds.exe with the "-pDelphi" command line parameter)? You should be using
the "C++Builder 2010" shortcut (...
dynamical DLL loading in delphi 7 & delphi 2010Hello,
i am loading a DLL dynamical in Delphi 7 and Delphi 2010:
[delphi]
var
hDLL: THandle;
pCode: Pointer;
type
TProcMainEntry = function: TForm;
begin
hDll := 0;
if FileExists(Pfad + vpeDllName) then
hDLL := LoadLibrary(PChar(Pfad + vpeDllName))
else
SetLastError(2);
if hDLL = 0 then
RaiseLastOSError;
pCode := GetProcAddress(hDLL, PChar(vpeFunction));
if pCode = nil then
RaiseLastOSError;
Result := TProcMainEntry(pcode)();
[/delphi]
in delphi 7 there's a variable filled with data of the main application which used in the...
coreide140.bpl error in delphi 2010 [Edit]Version Info:
Delphi and C++ Builder 2010 Updt 4
Rad Studio 2010 Help Updt 3
Delphi and C++ Builder 2010 Updt 5 (Database5)
Jedi 2.4.5.0
Making changes to a proj, run, build raises this exception. Also get the rtl140.bpl error after this.
Have chkd Lib path for invalid paths.
Have a JVCL error too, which is not consistent.
----------------
Details of coreide error
----------------
[2082DE14]{coreide140.bpl} EdTrackr.TEdTracker.AddPos (Line 161, "EdTrackr.pas" + 26) + $6
[22204A41]{dotnetcoreide140.bpl} MSBuildInterop.TMSBuildProjectInterop.Build (Line 112, &...
Delphi 2010 TWebBrowser Access Violation on CloseI am using a TWebBrowser component to open up a website inside a Delphi 2010 application. I am using Windows 7 32 bit. There are several different sites opened in a form, with the TWebBrowser component. It depends on the customer choosen which site gets opened. I have one site that after it is opened and closed, then the Delphi application is closed, an Access Violation message box appears. This only shows up when it is ran from the development environment. It is only for the one website. The other
sites do not give any problems. I suspect that some java script is being loaded and tha...
InplaceMemo causes access violation in Delphi 2010Hi there,
the following problem occured with D2010 (the same code in D2007 is still in use an working well):
in a component I use a TForm with a TMemo as an inplace editor. Everytime I try access propertys of the Memo I'll get an access violation
Here's the code
FMemoPopup:= TFInplaceMemo.Create(self);
FMemoPopup.Parent:=nil;
FMemoPopup.Visible:= false;
//FMemoPopup.Memo1.Align:= alClient;
//FMemoPopup.Memo1.OnKeyUp:= Memo_KeyUp;
//FMemoPopup.Memo1.OnDblClick:= Memo_DblClick;
Every of the 3 lines that are now commented cause the violation when uncommented.
The TFIn...
Help Delphi 2010 IDEThis message is in MIME format. Since your mail reader does not
understand this format, some or all of this message may not be legible.
--JivePart=_3d58a.zeB8CwDOH5aMJzMl
Content-Type: text/plain; charset="Utf-8"
See delphi.documentation thread with same subject.
--
Cesar Romero
http://www.cesarromero.com.br
--JivePart=_3d58a.zeB8CwDOH5aMJzMl
Content-Type: image/png;
name="Delphi2010HelpError.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="Delphi2010HelpError.png"
iVBORw0KGgoAAAANSUhEUgAAAcEAAAEuCAIAA...
from delphi 6 to delphi 2010Hi.
It is possible, with component RX, dxforumlibrary, InfoPower3000Pro,
StringAlignGrid.
Accepts communication BDE.
Thank by comments.
excequiel arostica wrote:
>Hi.
> It is possible, with component RX, dxforumlibrary,
>InfoPower3000Pro, StringAlignGrid. Accepts communication BDE.
>
>Thank by comments.
Rx is dead and sources are taken over by jcl/jvcl. I dont know about
the rest of the components and i have no experiences with bde over the
last 9 years.
excequiel arostica wrote:
> Hi.
> It is possible, with component RX, dxforumlibrary,...
Delphi XE / Delphi 2010Hello!
I noticed that Embarcadero® Delphi® 2010 Version is not on the list of products on
Embarcadero page.
Or is it still possible to buy it?
Will RAD Studio XE compile programs written in Delphi 2010 without problems.?
Thanks.
Am 13.09.2010 09:04, schrieb Petra Nemec:
> Will RAD Studio XE compile programs written in Delphi 2010 without problems.?
As always you will probably have to recreate the projects as the import
is still a bit -- special.
Christian
Hello!
Does anybody know if it is still possible to get a Delphi2010 trial version
(if yes where)?
...
Inplace Edit causes access violation in Delphi 2010Hi there,
the following problem occured with D2010 (the same code in D2007 is still in use an working well):
in a component I use a TForm with a TMemo as an inplace editor. Everytime I try access propertys of the Memo I'll get an access violation
Here's the code
FMemoPopup:= TFInplaceMemo.Create(self);
FMemoPopup.Parent:=nil;
FMemoPopup.Visible:= false;
//FMemoPopup.Memo1.Align:= alClient;
//FMemoPopup.Memo1.OnKeyUp:= Memo_KeyUp;
//FMemoPopup.Memo1.OnDblClick:= Memo_DblClick;
Every of the 3 lines that are now commented cause the violation when uncommented....
Delphi BDEI (still) support two well established Delphi apps requiring BDE (Paradox tables). Suddenly they have started generating a consistent Access Violation (in Win XP) when starting to run in the IDE. The apps compile OK and the resulting exes run without complaint outside the IDE.It's not just my apps - the demo Fishfact and other demos generate an access violation as well as they start to run (after compiling OK). I have made no changes for a long time to the VCL etc. This happens in Delphi 4 and Delphi 7. I
have tried re-installing Delphi and BDE and doing a system restore. The access vio...
Price of upgrade from Delphi 2010 Professional to Delphi 2010 Enterprise?It's weird, but I could not find the answer on so simple question not in Embarcadero Shop, neither by the forum search.
For example, the shop info about Enterprise upgrade says:
The Upgrade product is available to registered owners of 2006-2009 versions, blah-blah...
So, if I'm Delphi 2010 Professional user, I even not eligible for upgrade? I have to buy a new version of Enterprise???
But if I'm Delphi 2006 Professional user, I can upgrade.
Please clarify this nonsense for me.
Exact question is in the subject.
Thanks!
Hi Dmitri,
> It's weird, but I could not...
C++ 2010 IDE crash : Access violation in coreide140.bpl [Edit]I tried couple of years ago to test 2006, but the IDE was crashing quite often.
With 2010, it looks like it is still unstable.
Got almost all the time, after compilation, the following message:
Access Violation at address ... in coreide140.bpl. Read of address 00000027
Details:
[2083ED73]{coreide140.bpl} MsgLinesIntf.TLine.GetChildCount (Line 146, "MsgLinesIntf.pas" + 0) + $3
[2083D7E1]{coreide140.bpl} MsgLines.TLineBuffer.RemoveAllFileMessageLines (Line 1015, "MsgLines.pas" + 1) + $2
[2083D954]{coreide140.bpl} MsgLines.TLineBuffer.Clear (Line 1061, "MsgLine...