FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour strange error with Pelles
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
strange error with Pelles
Posted: Thu Mar 05, 2020 11:45 AM

[1]:PORC.EXE Resource\default.rc /I c:\work\pellesc\include /I c:\work\pellesc\include\win
PORC: Resource\default.rc(54): error: File not found: 'beach\simboliote.png'.
PORC: Resource\default.rc(55): error: File not found: 'beach\simboliew.png'.

I have on default.rc

BTN_PNG_NOTE 10 "beach\simboli\note.png"
BTN_PNG_ALL 10 "beach\simboli\new.png"

why not accept the string \simboli\new.png ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: strange error with Pelles
Posted: Thu Mar 05, 2020 12:28 PM
Intenta:

Code (fw): Select all Collapse
BTN_PNG_NOTE 10 ".\beach\simboli\note.png"
BTN_PNG_ALL 10 ".\beach\simboli\new.png"
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: strange error with Pelles
Posted: Thu Mar 05, 2020 12:38 PM

resolved with
BTN_PNG_NOTE 10 "beach/simboli/note.png"
BTN_PNG_ALL 10 "beach/simboli/new.png"

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion