How to make an icon on the program?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

How to make an icon on the program?

#1 Post by Eugene Lutsenko »

How to make an icon on the program?
For some reason, the res file is not generated
arc.exe _Crypton.arc
//////////////////////////////////////////////////////////////////////
//
// _Crypton.arc
//
//////////////////////////////////////////////////////////////////////

#include "dccursor.ch"
#include "dcicon.ch"
#include "dcbitmap.ch"
#INCLUDE "test.ch"

ICON
1000 = "_Crypton.ico"
how to recode from ANSI 1251 to OEM 866?

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How to make an icon on the program?

#2 Post by rdonnay »

Are you saying you did not see any errors?
The eXpress train is coming - and it has more cars.

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: How to make an icon on the program?

#3 Post by Eugene Lutsenko »

Here's the output. There are no error messages:

Alaska Resource Compiler Version 2.00.1314
Copyright (c) Alaska Software 1997-2020. All rights reserved.

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to make an icon on the program?

#4 Post by Auge_Ohr »

Eugene Lutsenko wrote: Fri Jan 08, 2021 7:47 am How to make an icon on the program?
For some reason, the res file is not generated
why do you have DC*.CH "in" *.ARC :?:
as i can say Icon of App is 1
Eugene Lutsenko wrote: Fri Jan 08, 2021 7:47 am how to recode from ANSI 1251 to OEM 866?
Xbase++ have no Codepage ...
greetings by OHR
Jimmy

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: How to make an icon on the program?

#5 Post by Eugene Lutsenko »

Thanks! Everything worked out! I don't make programs with new icons every day...

Post Reply