Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Bug (EWB2B5): Unexpected compilation Error
Thu, Apr 30 2015 10:59 AMPermanent Link

Doc

Hello,
still Beta-Testing EWB2B5 (as PreSale Customer).

Today I found an IDE-Bug.

The code below shows a compiler error in EWB1: The Referrence Region[i] is not an array.
In fact this was my mistake of double naming of a variable.

But EWB2B5 shows an "unexpected compilation error" with Access violation in ... module ewbide.exe ...

This is not optimal because I had difficulties to find my mistake (was a lot more of code).

Maybe this can make it to the finale release

------------------------------------------------ CODE ------------------------------------

unit Unit1;

interface
uses WebCore;
var
Region: array of String;

implementation

function GetPosition (Name:String; Surname:String; Region: Boolean): Integer;
 var
  SName, SVorname, SZeile: String;
   i: Integer;
 begin
 i := 1;
 SZeile := Region [i];
 Result := 0;
 end;

end.
Thu, Apr 30 2015 11:23 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Doc,

<< The code below shows a compiler error in EWB1: The Referrence Region[i]
is not an array.
In fact this was my mistake of double naming of a variable.

But EWB2B5 shows an "unexpected compilation error" with Access violation in
.... module ewbide.exe ... >>

I'll check this out and see what the issue is.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, May 6 2015 10:43 AMPermanent Link

Doc

"Tim Young [Elevate Software]" wrote:

I'll check this out and see what the issue is.
_______________________________________________
I still see this error in EBW2b6 (see attachment)



Attachments: CompError.jpg
Wed, May 6 2015 10:44 AMPermanent Link

Doc

"Tim Young [Elevate Software]" wrote:

I'll check this out and see what the issue is.
_______________________________________________
I still see this error in EBW2b6 (see attachment)



Attachments: CompError.jpg
Wed, May 6 2015 11:19 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Doc,

<< I still see this error in EBW2b6 (see attachment) >>

Yes, I know.  I didn't fix it yet.  That's why I said:

"I'm planning on doing a quick minor release anyways in order to clean up
any leftover issues that need to be addressed."

Tim Young
Elevate Software
www.elevatesoft.com

Wed, May 6 2015 2:03 PMPermanent Link

Doc

"Tim Young [Elevate Software]" wrote:

Yes, I know.
________________________

It's good to read that.
I'm glad that the StrReplace bug is fixed.
I like the new default look of EWB2b6 components,
Image