Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 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: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
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: 993
Budapest
Aku_Aku Offline
User
Aku_Aku  Offline
User

Joined: Sep 2009
Posts: 993
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 | 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