You are not logged in.

Search results

Search results 1-9 of 9.

Tuesday, July 28th 2009, 11:37pm

Author: efgee

Bit Shifting, Array Initialising

Quoted kaum macht man es richtig, funktioniert es auch! translates in yahoo babelfish to: Quoted one hardly makes it correctly, functions it also! which makes me laugh... I assume the correct meaning should be: Quoted once it's done right, it works! bye efgee

Friday, July 10th 2009, 2:09am

Author: efgee

Dynamic Arrays in Structures possible?

Regarding Dynamic arrays, such a thing: Source code 1 2 3 4 5 6 7 8 9 Type MY_TYPE Name As String ChildArray() As Byte Characteristic As Long End Type Public ParentArray() As MY_TYPE ...... ReDim Preserve ParentArray(2).ChildArray(UBound(ParentArray(2).ChildArray) + 1) As Byte doesn't compile yet... but hopefully soon. bye efgee

Thursday, July 9th 2009, 10:56pm

Author: efgee

Dynamic Arrays in Structures possible?

Hmm, ran another test - and you are right. I had a sub with 4 parameters: STRING, LONG, ENUM, OPTIONAL LONG and when I saw the error message talking about: "Unexpected: Array!" I knew this error message is wrong because there is no array used in this line. So I expected the OPTIONAL parameter to be the one misguiding Jabaco. But as it turns out it's the ENUM - if I change the 3rd parameter to a long then this line of code seems to run through. Is there any chance to let ENUMS be a type of a para...

Monday, July 6th 2009, 11:55pm

Author: efgee

Dynamic Arrays in Structures possible?

Thank you A1880. That's a bummer that it doesn't work yet, but I have to put this "vb6 project conversion" on hold anyway because it seems that Jabaco doesn't have optional arguments in subs/functions either. Maybe with the next version... Thanks again efgee

Wednesday, July 1st 2009, 1:34am

Author: efgee

Dynamic Arrays in Structures possible?

Hello, have some VB6 code that looks like that: Source code 1 2 3 4 5 6 7 Type MYTABLE Name As String Bytes() As Byte 'pointer to dynamic array Value As Long End Type Public Hallodri() As MYTABLE 'dynamic array As you can see there is a dynamic array inside a structure, this means that the "Bytes()" in the structure is actually a pointer to a dynamic array. Now in this VB6 program both dynamic arrays are changed in different ways: Source code 1 2 ReDim Preserve Hallodri(UBound(Hallodri) + 1) As ...

Wednesday, July 1st 2009, 1:13am

Author: efgee

Trying New Version

Here the "unknown" message: index.php?page=Attachment&attachmentID=90 index.php?page=Attachment&attachmentID=89 Thank you efgee EDIT: Added the top part of the error message.

Wednesday, July 1st 2009, 1:03am

Author: efgee

Trying New Version

Here is the splash window: index.php?page=Attachment&attachmentID=88 Thank you efgee

Wednesday, July 1st 2009, 12:32am

Author: efgee

Trying New Version

One more thing I found: Clicking on the "Close Project" menu closes the project, which is OK. But if a project should be closed before it's saved (not saved before clicking the "Close Project" menu) then Jabaco will ask me "Save changes?".. If "Yes" is clicked Jabaco will save the project but not close it. It's like Jabaco totally forgets that the original menu command was "Close Project". bye efgee

Wednesday, July 1st 2009, 12:09am

Author: efgee

Trying New Version

Hi, here some findings... (on WindowsXP) (while reading please keep in mind I never worked with VB6 longer than 10 minutes or so...) The splash window has a grey bar at the left and bottom - only the top half of the text that tells the user what's happening is visible. The Caption in the IDE says "Jabaco [Form1]" or "Jabaco [Module1]" but IMHO it should say "Jabaco [ProjectName]" or "Jabaco - ProjectName [Form1]" or similar, otherwise there is no information about the project name the user is wo...

WoltLab Burning Board