Board index » cppbuilder » Re: Web App De{*word*81}
|
Andy Walker
CBuilder Developer |
Re: Web App De{*word*81}2006-02-25 06:11:39 AM cppbuilder22 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" < XXXX@XXXXX.COM >wrote in message QuoteIs this a bug? |
