Page 1 of 1

How to make an icon on the program?

Posted: Fri Jan 08, 2021 7:47 am
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?

Re: How to make an icon on the program?

Posted: Fri Jan 08, 2021 8:47 am
by rdonnay
Are you saying you did not see any errors?

Re: How to make an icon on the program?

Posted: Fri Jan 08, 2021 8:48 am
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.

Re: How to make an icon on the program?

Posted: Fri Jan 08, 2021 5:16 pm
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 ...

Re: How to make an icon on the program?

Posted: Fri Jan 08, 2021 8:13 pm
by Eugene Lutsenko
Thanks! Everything worked out! I don't make programs with new icons every day...