Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
1 registered members (Grant), 999 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
How works the new A7 templates? #150175
08/25/07 10:41
08/25/07 10:41
Joined: May 2003
Posts: 567
Spain, Canary Islands
Felixsg Offline OP
User
Felixsg  Offline OP
User

Joined: May 2003
Posts: 567
Spain, Canary Islands
We can make own templates compatible with the A7 templates?

are a ETA?

Re: How works the new A7 templates? [Re: Felixsg] #150176
08/25/07 12:16
08/25/07 12:16
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
The A7 templates (aka "t7") are designed to work with your code. You include the t7.dll, send it pointers to the entities you want it to manage, and then manipulate those entities by passing data.

For example:
Code:

entity_add(my); // add this ENTITY to t7
entity_add_cmp(my,t7Cmp_phys); // ENTITY is now a physical object
entity_set(my,t7Edit_weight,1000); // ENTITY's weight is now 1000
entity_act(my,t7Act_push,vector(20,0,0)); // push this entity
...
}





ETA: "Real Soon Now"tm


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: How works the new A7 templates? [Re: Doug] #150177
08/29/07 13:47
08/29/07 13:47
Joined: May 2003
Posts: 567
Spain, Canary Islands
Felixsg Offline OP
User
Felixsg  Offline OP
User

Joined: May 2003
Posts: 567
Spain, Canary Islands
thanks for all your work

Doug Could You .... [Re: Doug] #150178
10/07/07 22:25
10/07/07 22:25
Joined: Mar 2006
Posts: 59
O
ozziedave Offline
Junior Member
ozziedave  Offline
Junior Member
O

Joined: Mar 2006
Posts: 59
Doug could you release the 't7.dll' and example code so that
Larry Can proceed with his excellent Templates for AI(IntenseX).

There is a whole bunch of us waiting for his realease for GS Ver 7.

Regards

Ozzie

Re: Doug Could You .... [Re: ozziedave] #150179
10/08/07 17:26
10/08/07 17:26
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
It's out of my hands right now, but it should be in the beta test group very soon (I don't recall if Larry is in that group or not).


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: Doug Could You .... [Re: Doug] #150180
11/07/07 21:45
11/07/07 21:45
Joined: Oct 2005
Posts: 528
Italy
M
Mondivirtuali Offline
User
Mondivirtuali  Offline
User
M

Joined: Oct 2005
Posts: 528
Italy
Can I mixed liteC and C script files in the same project?

Re: Doug Could You .... [Re: Mondivirtuali] #150181
11/09/07 01:04
11/09/07 01:04
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
A7 allows you to mix Lite-C and C-Script, and I can't think of any reason why t7.dll will not work with C-Script. But I'm only testing with Lite-C.


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: Doug Could You .... [Re: Doug] #150182
11/09/07 07:46
11/09/07 07:46
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
The mixing of lite-C and C-Script is possible, but for testing/migration purposes only. You can include one lite-C file in a C-Script project, but not vice versa. And there are limitations, for instance you can not save the variables and functions inside the lite-C part, and can not send them over the network. So it does not make much sense for a normal project to mix both languages.

Re: Doug Could You .... [Re: jcl] #150183
11/09/07 11:47
11/09/07 11:47
Joined: Oct 2005
Posts: 528
Italy
M
Mondivirtuali Offline
User
Mondivirtuali  Offline
User
M

Joined: Oct 2005
Posts: 528
Italy
Well for using the old scripts with the newer , I think.

cant run any Tutorial [Re: Mondivirtuali] #150184
11/16/07 20:49
11/16/07 20:49
Joined: Nov 2007
Posts: 9
I
Interphase Offline
Newbie
Interphase  Offline
Newbie
I

Joined: Nov 2007
Posts: 9
I cant run any tutorial on V7...


Moderated by  HeelX, rvL_eXile 

Gamestudio download | chip programmers | 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