A Very Strange Problem

A Very Strange Problem

Postby TimStone » Thu Dec 29, 2016 8:33 pm

This is a very strange problem, and I first discovered it in 16.12. Rebuilding in 16.11 DOES NOT give the same result.

I cannot replicate the problem on my computer, but have seen it occur on two of my clients' computers.

It only occurs in one area of the application.

I have a multi-folder dialog. There is a button bar on the top of the dialog, and there are button bars on each of the folders. The bitmaps are all stored in the .rc file. Most of these bitmaps are used in multiple areas of the program, and display correctly.

Previously, and even on the current version on my computer, everything displays correctly. However, if I take the exact same program and place it on a client computer ( and this occurs at two different locations ), when the dialog appears, all of the bitmaps are identical, and consist of what looks like a blue and yellow shield ( like you might see for an anti-virus program ). That bmp is not part of the .rc ( which is linked into the application ).

I wish I could give you some code, but I can't reproduce it on my development machine.

Has anyone seen anything like this, or have any ideas. It has worked fine for years, but suddenly it pops up now.

Thanks for ANY ideas.

Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: A Very Strange Problem

Postby Antonio Linares » Thu Dec 29, 2016 9:11 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A Very Strange Problem

Postby TimStone » Thu Dec 29, 2016 9:26 pm

I don't see it there. It looks like the security icon on the taskbar in Win 10, except its Blue and Yellow.

It replaces all the bitmaps and the browse. I see some strange things but this is really different.

Here is how it normally looks:

Image
Last edited by TimStone on Thu Dec 29, 2016 10:45 pm, edited 2 times in total.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: A Very Strange Problem

Postby Antonio Linares » Thu Dec 29, 2016 10:17 pm

Tim,

> Now imaging ALL bitmaps, plus the browse, being replaced by the same "shield" icon

Could you get a screenshot ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A Very Strange Problem

Postby Antonio Linares » Thu Dec 29, 2016 10:21 pm

Tim,

Please do:

MsgInfo( hb_compiler() )

and let us know what Visual C++ you are using, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A Very Strange Problem

Postby TimStone » Thu Dec 29, 2016 10:24 pm

The problem only occurs on other machines so I can't replicate it.

I'm using Harbour / MSVC 2015. I don't know if it happens with other builds. That is the place I observe it.

Tim
Last edited by TimStone on Thu Dec 29, 2016 10:45 pm, edited 1 time in total.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: A Very Strange Problem

Postby TimStone » Thu Dec 29, 2016 10:43 pm

OK ... here is the bad screen ..

Image
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: A Very Strange Problem

Postby Antonio Linares » Fri Dec 30, 2016 3:37 pm

Tim,

Please let me know what hb_compiler() shows with your VS2015 build, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A Very Strange Problem

Postby TimStone » Fri Dec 30, 2016 4:27 pm

Microsoft Visual C++ 19.0.23506 (32 bit )

My Harbour build is dated April 2016 and it is one you provided.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: A Very Strange Problem

Postby Antonio Linares » Fri Dec 30, 2016 6:11 pm

Tim,

thanks

we are reviewing all our recent changes to find where such problem may come from
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: A Very Strange Problem

Postby TimStone » Tue Jan 03, 2017 4:45 pm

Thank you. I'm holding an update release hoping this problem can be located quickly. I'd love to include 16.12 features but am stuck at 16.11.

Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 81 guests