Steve, thing is, it worked before in 3.4.1, so that's why I don't get what changed.
I found the file ide_methods.bas. It's throwing an illegal sub/function parameter on this line:
SUB idedrawobj (o AS idedbotype, f)
That's got a red background. Is this right? Can't be right. Looks to me like ide_methods.bas is not running at all, and that's why the IDE is failing to do what it's supposed to do? Just a guess.
In fact, I looked at the other file in that folder, ide_global.bas, and it throws an error here:
'$INCLUDE:'wiki\wiki_global.bas'
Illegal string-number conversion on line 45
I double clicked as it says to do, and it takes me to this error in wiki_global.bas:
Back_Name$(1) = Back2BackName$(Back$(1))
Says something wrong at this line or after it.
Seem like fatal errors that keep these programs from running?
I found the file ide_methods.bas. It's throwing an illegal sub/function parameter on this line:
SUB idedrawobj (o AS idedbotype, f)
That's got a red background. Is this right? Can't be right. Looks to me like ide_methods.bas is not running at all, and that's why the IDE is failing to do what it's supposed to do? Just a guess.
In fact, I looked at the other file in that folder, ide_global.bas, and it throws an error here:
'$INCLUDE:'wiki\wiki_global.bas'
Illegal string-number conversion on line 45
I double clicked as it says to do, and it takes me to this error in wiki_global.bas:
Back_Name$(1) = Back2BackName$(Back$(1))
Says something wrong at this line or after it.
Seem like fatal errors that keep these programs from running?