 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andy Walker Guest
|
Posted: Mon Feb 27, 2006 12:03 am 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: Mon Feb 27, 2006 12:03 am 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:
| 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
|
|