Gamestudio Links
Zorro Links
Newest Posts
How to select between IB accounts by script?
by AndrewAMD. 06/13/26 15:44
Zorro tutorial ideas?
by AndrewAMD. 06/13/26 15:01
Zorro 3.01 recoded MMI function issue
by 11honza11. 06/13/26 11:40
Max Number of Strategies in /Strategy folder
by Martin_HH. 06/12/26 08:50
Stooq now requires an API key
by AndrewAMD. 06/11/26 17:55
Z9 getting Error 058
by k_ivan. 06/10/26 14:38
ZorroGPT
by TipmyPip. 06/10/26 13:07
Z12 live performance
by alx. 06/09/26 20:42
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (Quad), 1,733 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Student_64151, Koti, curry, DeepxKalsi, Samed
19219 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
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 Offline OP
User
LazyDog  Offline OP
User

Joined: Dec 2003
Posts: 521
The 7.84 Delphi SDK for creating Whole Programs or DLL Plugins has been released smile

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.


www.LazyDogSoftware.com
Delphi SDK Homepage

A7 Pro 780
Delphi 5 through 2010
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
T
tban Offline
Warez kiddie
tban  Offline
Warez kiddie
T

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

Re: Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released. [Re: tban] #328208
06/10/10 23:52
06/10/10 23:52
Joined: Dec 2003
Posts: 521
LazyDog Offline OP
User
LazyDog  Offline OP
User

Joined: Dec 2003
Posts: 521
sorry to say your english grammar makes it very hard to understand what you need.

but I believe that you need to look at sample6.dpr in the delphi sdk for an example.

I assume you are using A7 latest version.


www.LazyDogSoftware.com
Delphi SDK Homepage

A7 Pro 780
Delphi 5 through 2010
Re: Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released. [Re: LazyDog] #328224
06/11/10 04:19
06/11/10 04:19
Joined: Oct 2009
Posts: 16
valledupar COLOMBIA
T
tban Offline
Warez kiddie
tban  Offline
Warez kiddie
T

Joined: Oct 2009
Posts: 16
valledupar COLOMBIA
sorry for my grammar.I'm using the version 7.05.4, and thanks for answering.
I'm trying to create a button to respond when I click it.
in the code, I'm trying to call the procedure Salir.

happens that when I do click on the button, this does not call the procedure
But when I click on the panel, calls the procedure.

I have also read the example6, I write the code as it appears and the same thing happens.

the only thing that i need is to know how to create a button to call a procedure

I hope you can help me, and this time you understand what I try to do
Thank you very much

Re: Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released. [Re: tban] #328225
06/11/10 04:23
06/11/10 04:23
Joined: Oct 2009
Posts: 16
valledupar COLOMBIA
T
tban Offline
Warez kiddie
tban  Offline
Warez kiddie
T

Joined: Oct 2009
Posts: 16
valledupar COLOMBIA
code to create the button

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;

procedure code

procedure Salir(aPanel:PPanel); cdecl ;
begin
if aPanel = Panel12 Then
sys_exit('');
end;

Re: Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released. [Re: tban] #328265
06/11/10 11:56
06/11/10 11:56
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Quote:
sorry for my grammar.I'm using the version 7.05.4, and thanks for answering.
O...M...G. Warez Storm these days.

Re: Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released. [Re: Cowabanga] #328266
06/11/10 12:02
06/11/10 12:02
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Agree, buy a legal version of 3dgs or download the free version. This Warez users waste our time ! mad

Re: Delphi A7 SDK, LIte-C/C-Script DLL Library (Ver 7.84) Released. [Re: Widi] #328269
06/11/10 12:41
06/11/10 12:41
Joined: Apr 2010
Posts: 265
V
Vinous_Beret Offline
Member
Vinous_Beret  Offline
Member
V

Joined: Apr 2010
Posts: 265
these damn WAREZ users driving me Crazy crazy .
they are like a F* plague mad


Moderated by  TWO 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1