Compiled Icons? - Forum

Forum Navigation
You need to log in to create posts and topics.

Compiled Icons?

I think this has come up before...

I've recently switched from NeoBook to VisualNeo and now none of my program icons are not compiling.

They all worked before. I've been using IcoFX v1.6.4 for a couple of years. Ideas?

Hello,

I am not aware of any changes in that area when Neobook was rebranded to VisualNeoWin.

Was the last working version neobook 5.8.7 (the last one) ? What is your VisualNeoWin version?

Can you upload your icon file here or somewhere?

Regards

Hans-Peter

 

I discovered that if I turn off UPX, they compile just fine.

I am using NeoBook 5.8.7 and VisualNeo 21.7.4

Uploaded files:
  • You need to login to have access to uploads.

Hello,

I can reproduce your problem here on my tablet-pc.

There was a similar thread some times ago: https://visualneo.com/forum/topic/cant-compile-custom-icon?part=1

I resaved it from PixelNeo, but the same result.

Not sure what the reasons are.

Maybe other user can test also.

Regards

Hans-Peter

Hello,

I tested your icon in a simple delphi app and it compiled with no problem.

So it should be OK. It has to be further investigated what happens in VN and what has changes since Neobook.

Regards

Hans-Peter

 

Hello,

I think I found the reason for the fail. The custom icon is compiled into the exe, but in the resource are 2 set of icons.

In resource "Icon Group" were 2 entrys:

"MAINICON : 1031"       Here were the VN default icons stored

"MAINICON : 1033"      Here was the custom icon

Displayed is the first entry with 1031.

I changed the code in the compiler to use 1031.

Then only the custom icon is in the resource and is used for display.

With the release of the next version, all users should test this feature on their systems.

Edit: For the final version the languages code is back to 1033. It is now used for default and custom icon.

Regards

Hans-Peter

Vadim has reacted to this post.
Vadim

Hello ,

You may now check:

https://visualneo.com/forum/topic/visualneo-win-version-21-8-10

Regards

Hans-Peter

I have the same problem mentioned before @PaulJonestindall and with version 21.8.10

Hello,

I tested it with Paul icon and 21.08.10 and it shows correctly.

Can you upload your icon here?

What is your OS and language setting?

Regards

Hans-Peter

 

My Operating system is Windows 10 version 20 H2 and the language is Spanish, and regarding the icno it does it with any icon

 

I have also tested in Windows 10 Spanish with no issues.
Please try compiling with a new executable name, perhaps you are watching a cached icon.

Hello,

Since Luis tested it on WIN10 spanisch, it is hard to guess.

When you want to try out a resource editor and have a look into your final exe's icon resource, then you could prove if your icon is there compiled. When there are 2 or more mainicon compiled, it might be the problem.

The mainicon should be there with language-id 1033 (us-english)

Regards

Hans-Peter

 

 

Actualice a la versión 21.9.9 y al momento de generar el aplicativo me aparece el icono que utilizo. la versión anterior de VisualWin no lo hacia.

Uploaded files:
  • You need to login to have access to uploads.