Pelles error strange

Pelles error strange

Postby Silvio.Falconi » Wed Oct 16, 2013 8:50 pm

Why not compile this lines with PellesC ?

16Exit BITMAP "resource/16Exit.bmp"
16Grid BITMAP "resource/16Grid.bmp"
16Form BITMAP "resource/16Form.bmp"
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 7056
Joined: Thu Oct 18, 2012 7:17 pm

Re: Pelles error strange

Postby cnavarro » Wed Oct 16, 2013 10:42 pm

Do not accept numbers at the beginning
You have to do

Code: Select all  Expand view

8000 BITMAP "resource/Exit.bmp"
8001 BITMAP "resource/Grid.bmp"
8002 BITMAP "resource/Form.bmp"
 


o

Code: Select all  Expand view

#define Exit16 8000
#define Grid16 8001
#define Form16 8002

Exit16 BITMAP "resource/Exit.bmp"
Grid16 BITMAP "resource/Grid.bmp"
Form16 BITMAP "resource/Form.bmp"
 
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6541
Joined: Wed Feb 15, 2012 8:25 pm
Location: España


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 93 guests