Issue-#108 BlackBox Start up warnings

User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: Issue-#108 BlackBox Start up warnings

Post by DGDanforth »

Ivan Denisov wrote:In windows 7 there is no problem.
What about Windows XP?
User avatar
Josef Templ
Posts: 2048
Joined: Tue Sep 17, 2013 6:50 am

Re: Issue-#108 BlackBox Start up warnings

Post by Josef Templ »

Converters is normally not linked into the .exe file.
Even if I put a HALT into StdLoader, which is linked, I get a proper error window.

- Josef
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: Issue-#108 BlackBox Start up warnings

Post by Robert »

DGDanforth wrote:Will everyone please do in the master

Code: Select all

BEGIN
	HALT(99);
	list := NIL
END Converters.
Please tell me what you see.
Did this test with version #450 - not quite the latest, but not old. I am running XP.

With the hacked Converters a new copy of BlackBox did not open, and I had NO error messages. Recompiled a clean copy of Converters, and now could open a new copy of BBox.
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: Issue-#108 BlackBox Start up warnings

Post by DGDanforth »

Robert wrote:
DGDanforth wrote:Will everyone please do in the master

Code: Select all

BEGIN
	HALT(99);
	list := NIL
END Converters.
Please tell me what you see.
Did this test with version #450 - not quite the latest, but not old. I am running XP.

With the hacked Converters a new copy of BlackBox did not open, and I had NO error messages. Recompiled a clean copy of Converters, and now could open a new copy of BBox.
Thank you Robert!
So there is at least one other confirmation of strange behavior.
-Doug
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: Issue-#108 BlackBox Start up warnings

Post by DGDanforth »

Josef Templ wrote:Converters is normally not linked into the .exe file.
Even if I put a HALT into StdLoader, which is linked, I get a proper error window.

- Josef
I don't.
WinXP: Putting a HALT into StdLoader alone causes BB to load successfully with no error message.
Also adding a HALT to Converters stops BB from loading with no error message.

So, there is something definitely different between your system and mine.
The fact that Robert has the same behavior on his XP system says to me that it is XP related.
Are you using Windows 10?

There are several reasons why I can't upgrade to Windows 10 without buying a new computer
and even if I could that would leave unanswered (and a hole) in BlackBox of why it has that
behavior under XP.

-Doug
Zinn
Posts: 476
Joined: Tue Mar 25, 2014 5:56 pm
Location: Frankfurt am Main
Contact:

Re: Issue-#108 BlackBox Start up warnings

Post by Zinn »

Dear Doug,
XP is not equal XP. XP change its behavior with the installation of Service Packs.
If you would like to use BlackBox with XP or older Windows (95 & 98) than use BlackBox 1.5
BlackBox 1.6 & 1.7 can't run on Windows 95 & 98 and does not run well on XP.
- Helmut
User avatar
Josef Templ
Posts: 2048
Joined: Tue Sep 17, 2013 6:50 am

Re: Issue-#108 BlackBox Start up warnings

Post by Josef Templ »

DGDanforth wrote:
Josef Templ wrote:Converters is normally not linked into the .exe file.
Even if I put a HALT into StdLoader, which is linked, I get a proper error window.

- Josef
I don't.
WinXP: Putting a HALT into StdLoader alone causes BB to load successfully with no error message.
Also adding a HALT to Converters stops BB from loading with no error message.

-Doug
Did you link a new .exe file?
Don't forget to link if you modify any of the linked modules.
Otherwise you would still be using the unmodified module in your test.

I also tested under XP and I always got the same behavior as under Vista and 10.

- Josef
Last edited by Josef Templ on Thu Mar 17, 2016 8:05 am, edited 1 time in total.
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Issue-#108 BlackBox Start up warnings

Post by Ivan Denisov »

Zinn wrote:Dear Doug,
XP is not equal XP. XP change its behavior with the installation of Service Packs.
If you would like to use BlackBox with XP or older Windows (95 & 98) than use BlackBox 1.5
BlackBox 1.6 & 1.7 can't run on Windows 95 & 98 and does not run well on XP.
Helmut, I not agree with you. I have one PC in the lab, where I used BlackBox applications. And there are still in University many machines using XP. Doug is not along BlackBox programmer using XP as main machine. Alex Ilyin also works on XP. I think that some others also can use XP.
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Issue-#108 BlackBox Start up warnings

Post by Ivan Denisov »

I checked by myself now, that 1.5 has the same bug. Now error window appearing with XP sp3. Only beep.
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Issue-#108 BlackBox Start up warnings

Post by Ivan Denisov »

I found the fix!
The import order in Init should be changed. The Converters should go after HostMenus.
Post Reply