minol / gr32ex

Automatically exported from code.google.com/p/gr32ex
5 stars 2 forks source link

Can't install runtime package (v0.9) #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[DCC Erreur] GR_ImageEx.pas(127): E2003 Identificateur non déclaré :
'MouseInControl'

The pascal compiler is not able to find the MouseInControl property

Original issue reported on code.google.com by yann.papouin on 23 Jan 2008 at 7:58

GoogleCodeExporter commented 8 years ago
Other messages:

[DCC Erreur] GR_ImageEx.pas(127): E2003 Identificateur non déclaré : 
'MouseInControl'
[DCC Erreur] GR_ImageEx.pas(127): E2015 Opérateur non applicable à ce type 
d'opérande
[DCC Erreur] GR_ImageEx.pas(128): E2003 Identificateur non déclaré : 
'MouseEnter'
[DCC Erreur] GR_ImageEx.pas(138): E2003 Identificateur non déclaré : 
'MouseInControl'
[DCC Erreur] GR_ImageEx.pas(138): E2015 Opérateur non applicable à ce type 
d'opérande
[DCC Erreur] GR_ImageEx.pas(139): E2003 Identificateur non déclaré : 
'MouseLeave'
[DCC Erreur] GR_ImageEx.pas(187): E2003 Identificateur non déclaré : 
'KeyEvents'
[DCC Erreur] GR_ImageEx.pas(189): E2003 Identificateur non déclaré : 'KeyDown'
[DCC Erreur] GR_ImageEx.pas(196): E2003 Identificateur non déclaré : 
'KeyEvents'
[DCC Erreur] GR_ImageEx.pas(198): E2003 Identificateur non déclaré : 
'KeyPress'
[DCC Erreur] GR_ImageEx.pas(205): E2003 Identificateur non déclaré : 
'KeyEvents'
[DCC Erreur] GR_ImageEx.pas(207): E2003 Identificateur non déclaré : 'KeyUp'
[DCC Erreur] GR_ImageEx.pas(226): E2003 Identificateur non déclaré : 
'MessageEvents'
[DCC Erreur] GR_ImageEx.pas(226): E2015 Opérateur non applicable à ce type 
d'opérande
[DCC Erreur] GR_ImageEx.pas(228): E2003 Identificateur non déclaré : 'WndProc'

Original comment by yann.papouin on 23 Jan 2008 at 7:59

GoogleCodeExporter commented 8 years ago
do u apply the patch file: gr32v183Patch.upd to gr32?

Original comment by riceball...@gmail.com on 9 Feb 2008 at 3:59

GoogleCodeExporter commented 8 years ago
Ok it works fine now, thank you

Original comment by yann.papouin on 11 Feb 2008 at 7:33

GoogleCodeExporter commented 8 years ago

Original comment by riceball...@gmail.com on 21 Feb 2008 at 1:04

GoogleCodeExporter commented 8 years ago
You should had a preproc message to warn new users:

{$MESSAGE WARN 'Please patch your Gr32 install'}

Original comment by yann.papouin on 21 Feb 2008 at 2:53