 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andy Walker Guest
|
Posted: Fri Feb 24, 2006 9:03 pm Post subject: Web App Debugger |
|
|
Is this a bug?
Using BDS2006, create a new Soap Server Application and choose "Web App
Debugger executable", enter an arbitrary name and click OK. Choose Yes to
create an interface for a soap application enter a different arbitrary name
and press OK. Now run the project.
I get an access violation. Does anybody else?
Andy |
|
| Back to top |
|
 |
Andy Walker Guest
|
Posted: Fri Feb 24, 2006 11:03 pm Post subject: Re: Web App Debugger |
|
|
FWIW, the error occurs in idComponent, here,
constructor TIdComponent.Create(axOwner: TComponent);
begin
inherited Create(axOwner);
GStackCriticalSection.Acquire; try //******AV ON THIS LINE!!
Inc(GInstanceCount);
if GInstanceCount = 1 then begin
GStack := TIdStack.CreateStack;
end;
finally GStackCriticalSection.Release; end;
end;
Means nothing to me unfortunately!!
"Andy Walker" <a (AT) b (DOT) c> wrote in message
news:rJJLf.18287$bw1.4941@newsfe2-win.ntli.net...
| Quote: | Is this a bug?
Using BDS2006, create a new Soap Server Application and choose "Web App
Debugger executable", enter an arbitrary name and click OK. Choose Yes to
create an interface for a soap application enter a different arbitrary
name and press OK. Now run the project.
I get an access violation. Does anybody else?
Andy
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|