Gamestudio Links
Zorro Links
Newest Posts
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
M1 Oversampling
by 11honza11. 04/20/24 20:57
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (frutza, Quad, AndrewAMD), 385 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 5 of 10 1 2 3 4 5 6 7 9 10
Re: Version 7.03 public beta [Re: jcl] #131798
06/06/07 09:38
06/06/07 09:38
Joined: Oct 2002
Posts: 8,939
planet.earth
ello Offline
Senior Expert
ello  Offline
Senior Expert

Joined: Oct 2002
Posts: 8,939
planet.earth
ok

Re: Version 7.03 public beta [Re: jcl] #131799
06/06/07 10:07
06/06/07 10:07
Joined: Aug 2002
Posts: 402
USA
lionclaws Offline
Senior Member
lionclaws  Offline
Senior Member

Joined: Aug 2002
Posts: 402
USA
Quote:

http://www.coniserver.net/ubbthreads/sho...0&fpart=all




WOW JCL!,$299,well $300+ using any method of payment.That's really nice of you,thanks.$150 roughly discount for the old timers is not bad at all.

One last question JCL,Is there any possibility(you being JCL THE MAN)that all
beta testers upgrading (PRO = $225,COM = $50)?.Wait JCL!,it's just a suggestion;
this will show your appreciation to all beta testers.Caring is a powerful business advantage.I am not saying you don't care mind you.It's a wise move to reward those that contributed finding issues no matter how little.


Good lighting doesn't just happen,it's designed.
Re: Version 7.03 public beta [Re: ello] #131800
06/06/07 14:11
06/06/07 14:11
Joined: Aug 2004
Posts: 176
Germany
Team_GamesArk Offline
Member
Team_GamesArk  Offline
Member

Joined: Aug 2004
Posts: 176
Germany
Hi JCL,

also ich habe auch das Problem was Ello hat, ich kann auch keins der
Legacy Scripts ohne Absturz starten. Allerdings hatte ich das Problem auch
kurzfristig bei einem Puremode Script, was ich wie folgt lösen konnte:

Ich mußte folgendes ändern ->

long MessageBox(HWND,char *,char *,long);
MessageBox = DefineApi("user32!MessageBoxA");

in ->

long MessageBox(HWND,char *,char *,long);
#define PRAGMA_API MessageBoxA;user32!MessageBoxA

und schon lief mein Script wieder.

Das gilt aber nur für Gamestudio 7.x in der Beta 6.60.2 und in LiteC 1.03
läuft es ohne Veränderung. Ich hoffe das hilft etwas.

Frank

Re: Version 7.03 public beta [Re: jcl] #131801
06/06/07 21:48
06/06/07 21:48
Joined: May 2003
Posts: 567
Spain, Canary Islands
Felixsg Offline
User
Felixsg  Offline
User

Joined: May 2003
Posts: 567
Spain, Canary Islands
The sed continuos crash testint the .c code in the work folder
also not work the car level only from wed in the sed are a black screen
the samples only work the earthdemo the other carsh

Re: Version 7.03 public beta [Re: Felixsg] #131802
06/10/07 10:20
06/10/07 10:20
Joined: Mar 2006
Posts: 724
the Netherlands
Frits Offline
User
Frits  Offline
User

Joined: Mar 2006
Posts: 724
the Netherlands
I have updated from A6 Com. to A7 Com. yesterday and received the key file already a few hours later, thanks for that.
Only thing is that I hat to uncheck, in Outlook Express --> Tools --> Options --> tab Security, the checkbox 'Do not allow attachments to be saved or opened that could potentially be a virus', otherwise I could not use this file (it was greyed out).
Could you please mention that in the e-mail?

Last edited by Frits; 06/10/07 10:31.

I like to keep scripting simple, life is hard enough as it is.
Regards,
Frits
Re: Version 7.03 public beta [Re: Frits] #131803
06/10/07 10:25
06/10/07 10:25
Joined: Mar 2006
Posts: 724
the Netherlands
Frits Offline
User
Frits  Offline
User

Joined: Mar 2006
Posts: 724
the Netherlands
Like mentioned in the e-mail I updated the SED file to see my userneme and password.
Now I have updated to the latest public version (7.02.3) and my username and password are not showing anymore.
Is this a bug or am I not allowed to update to this version or must I update with the file mentioned in the e-mail again?

Last edited by Frits; 06/10/07 10:43.

I like to keep scripting simple, life is hard enough as it is.
Regards,
Frits
Re: Version 7.03 public beta [Re: Frits] #131804
06/10/07 10:27
06/10/07 10:27
Joined: Mar 2006
Posts: 724
the Netherlands
Frits Offline
User
Frits  Offline
User

Joined: Mar 2006
Posts: 724
the Netherlands
When I try to use PanelEdit in SED --> PlugIns, Sed shrinks to its original format and no PanelEditor is showing only SED.


I like to keep scripting simple, life is hard enough as it is.
Regards,
Frits
Re: Version 7.03 public beta [Re: Tempelbauer] #131805
06/11/07 18:54
06/11/07 18:54
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
@Tempelbauer

Ok, here is a screenshot of the new WED:



Last edited by Weissnet; 06/11/07 19:02.
Re: Version 7.03 public beta [Re: Frits] #131806
06/12/07 07:26
06/12/07 07:26
Joined: Apr 2006
Posts: 1,551
Netherlands
D3D Offline
Serious User
D3D  Offline
Serious User

Joined: Apr 2006
Posts: 1,551
Netherlands
Quote:

When I try to use PanelEdit in SED --> PlugIns, Sed shrinks to its original format and no PanelEditor is showing only SED.




Here it just crashes SED with an JIT from the debugger. Lucky I don't use Panel Edit plugin, its broken by the way. Rather write the code for panels by hand.


smile
Re: Version 7.03 public beta [Re: D3D] #131807
06/12/07 07:55
06/12/07 07:55
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
A7 does not contain a Panel Editor. The "PanelEdit" source was just an example of how to create SED plugins for A6. An A7 panel editor is planned as an improved version of PanelEdit, but we haven't developed it yet.

Page 5 of 10 1 2 3 4 5 6 7 9 10

Moderated by  Matt_Coles 

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