|
1 registered members (Quad),
1,733
guests, and 6
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released.
#324933
05/23/10 23:54
05/23/10 23:54
|
Joined: Dec 2003
Posts: 521
LazyDog
OP
User
|
OP
User
Joined: Dec 2003
Posts: 521
|
The 7.84 Delphi SDK for creating Whole Programs or DLL Plugins has been released  The 7.84 Code Library DLLs for use in Lite-C and C-Script for people who don't use Delphi are also now available. Please read the documentation before using the SDK or DLLs. Download link: http://3dgs.lazydogsoftware.com/the biggest new edition is support in the Scheduler for using procedures without an entity attached to them.
|
|
|
Re: Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released.
[Re: LazyDog]
#328034
06/10/10 05:50
06/10/10 05:50
|
Joined: Oct 2009
Posts: 16 valledupar COLOMBIA
tban
Warez kiddie
|
Warez kiddie
Joined: Oct 2009
Posts: 16
valledupar COLOMBIA
|
hello friend the help they gave me the last you see me was very helpful thank you very much, and I wondered if I could help with this.
It is to create a button in delphi linked with this is the code a7
Panel12:=pan_create('bmap = FondoBtn.pcx;pos_x = 0;pos_y = 0 ;flags=visible;button =655, 13, Salirsobre.png, Salirnormal.png, Salirpresionado.png, NULL,NULL,NULL;',_VAR(2)); Panel12.flags := _VISIBLE or OVERLAY OR TRANSLUCENT; panel12.event:=@Salir;
and when I call the procedure only meets the condition to leave when I click on the panel, A click on the button does nothing
This is the code of procedure
procedure Salir(aPanel:PPanel); cdecl ; begin if aPanel = Panel12 Then sys_exit(''); end; if you can help me again, again be grateful
|
|
|
|