Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,546 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Code Jumper and functions that return struct pointers #376684
07/05/11 20:28
07/05/11 20:28
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline OP

Programmer
Lukas  Offline OP

Programmer

Joined: May 2007
Posts: 2,043
Germany
The Code Jumper does not show functions that return struct pointers. However, it does show functions that return pointers of primitive types.

Code:
var* foo1() // This is shown in the Code Jumper
PANEL* foo2() // This is not shown in the Code Jumper
COSTUMSTRUCT* foo3() // This isn't shown either



I think this has been like this for quite a while.
Please make the Code Jumper support these functions.

SED version: 8.10.1
Gamestudio A8.20 and A8.22 Pro

Re: Code Jumper and functions that return struct pointers [Re: Lukas] #376724
07/06/11 06:02
07/06/11 06:02
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
The SED syntax parser is simple and not comparable to the compiler parser. Functions definitions are detected by their return types, which must be known, thus the problem that you noticed. There are other limitations too.

However, I've made a notice for developing a better parser for a future version.

Re: Code Jumper and functions that return struct pointers [Re: jcl] #376740
07/06/11 09:09
07/06/11 09:09
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline OP

Programmer
Lukas  Offline OP

Programmer

Joined: May 2007
Posts: 2,043
Germany
K, thx.

Re: Code Jumper and functions that return struct pointers [Re: Lukas] #377133
07/10/11 15:04
07/10/11 15:04
Joined: Sep 2009
Posts: 1,032
Budapest
Aku_Aku Offline
Serious User
Aku_Aku  Offline
Serious User

Joined: Sep 2009
Posts: 1,032
Budapest
Right now i discovered the Code Jumper does not show functions that return STRING* value.
Luckily this thread is opened, so i can simple append my observation here.
A7 Commercial, SED version: 7.36.1

Last edited by Aku_Aku; 07/10/11 15:04.

Moderated by  jcl, Nems, Spirit, Tobias 

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