English
Forum

XPSE-News

 
XPSE geupdated. Neuste Version V0.1.3i. See supra.

The through Ragnar acquainted Bugs are eliminating,- one new Compilerschalter is introduced and bisl Feinschliff is happens.

salvo, iF *coolyeah*
 
01/19/05  
 



new Version xpse v1.0.3j soeben uploaded.

Compilerschalter $runtime correct,- Compilerschalter $compiler introduced.

Please supra under Compilerschalter nachlesen.

ex now is it dead easy, in the Source To decide, which Compiler/Runtime-Set used go should - circa z.B. between different Profanversionen To discern.

for example:
CompileMarkSeparation
 {$runtime p9}
 {$compiler p9}e>
circa anzuweisen The profcomp.exe and prfrun32.exe from the Unterverzeichnis p9 To benefit,- or z.B.:
CompileMarkSeparation
 {$runtime p8}
 {$compiler p8}e>
circa anzuweisen The profcomp.exe and prfrun32.exe from the Unterverzeichnis p8 To benefit.

naturally can also complete way/Dateiangaben made go - xpse respect on it.

salvo, iF
 
01/30/05  
 



small Update uploaded which the XPSE-Window on Win9x-Systemen rather looks can.

(wish of Dietmar horn)

salvo, iF
 
01/31/05  
 



Update soeben uploaded - V0.1.3m

now can yet rather comments go - because /* and */ must not any more on the Beginning of the line stand - separate can even in the middle in a row used go.
CompileMarkSeparation
print &gettickount + "weiterer Text " + + time$()/* remark innerhalb Zeile*//*und nochn Rem inner Zeile*//*0?*/
>
works on the 1. look unübersichtlich - has however its benefit.

likewise watts XProfan9-Kompatiblität manufactured - the separate of Lines with the : becomes How had interprets - and allows even following Syntax:
CompileMarkSeparation
Case 1=2 : case 3=4 : case 5=6 : print "ja - 1=2 und 3=4 und 5=6" : label:
>
Labels must not self-contained in a new row written go - but ans Zeilenende. otherwise could I during of my Tests fehlerfrei with : nest.

@Dietmar: is The Fensterposition/Size now veränderbar on Win9x?

in the next Version becomes too the ; Semikolon to that separate of Lines possible his. Geproggt ists already - only have I The suitable Passage from the Version V0.1.3m gecancelt, I not yet any Tests completed have. It can then too between : and ; within of/ one row mixed go.

@Frank: I faith, now there one geringes Problem with the Assemblerblöcken - or?

salvo, iF
 
02/10/05  
 



Bugfixupdate uploaded - with Pfadangaben in Compilerschaltern ought to now The :-Trennung not grab.

salvo, iF
 
02/10/05  
 



Update uploaded.

Assemblerblöcke should now correctly. interprets go.

The expansion the Create-function through (:hidden etc) had because of to Kompatiblität To P9 abgeändert go.

from

createtext (%hwnd,,0,0,100,100):disable:vscroll

becomes simply

createtext (%hwnd,,0,0,100,100)~disable~vscroll

.

The colon becomes means to that Tilde.

It can however too furthermore with Createangaben The Positionierung over %percent erfolgen.

in example

CreateText (%hwnd,Text,0%,0%,100%,100%)

for a Text box in the Size of 100% of %hwnd To produce.

salvo, iF
 
02/11/05  
 



Update uploaded.

The Semikolontrennung How from others Languages famous ought to now functions. Please extensively testing.

Simple mögliches example:
CompileMarkSeparation
For i&:=1 to 100 do begin;sleep i&;setpixel i&,100,rgb($ff,0,0);end
>
salvo, iF
 
02/12/05  
 



[quote:615db0a249=Ragnar Rehbein]Hello IF

as further possibility for debugausschriften would I me instead of the spending in a File, optional the edition over OutputDebugStringA in the KERNEL32 wish.
I use to display DebugView (of SysInternals). so is it too possible, netzwerkweit debugausgaben central view.

r.r.[/quote:615db0a249]and very the can the new XPSE with the switch {$debug kernelout}.

to that 1. Male sees one time XProfans Fehlermeldungen together with the View source, the this auslöst. simply super Ragnars idea and the Result is wonderful!

salvo, iF
 
02/22/05  
 



new Version - some buxr fixd.

salvo, iF
 
03/12/05  
 



new Version - new crazy Bugs.

@Frank: working now the Inline-Assembler again?

salvo.
 
04/10/05  
 



yet ne newer Version - yet tollere Bux.

small Error in the Module {$replace} terminiert.

salvo.
 
04/10/05  
 



first XPSE the 0.1.4it generation soebend uploaded.

I have Vorgereitungen met -
a)whom Source yet optimierter To konvertieren
b)whom Source yet stronger on Unstimmigkeiten To to check on

but deference: there are only Vorbereitungen met - yet happens not plenty!

particularly in the create-area have I the Parser explicit correct.

See this example:
CompileMarkSeparation
but&:=if(o&<3,createbutton(%hwnd,if(o&==1,"RUN ","STOP ")+str$(i&),i&*60,30+o&*30,60,30),createbutton(%hwnd,"",i&*60,50+o&*30,60,20))
>
becomes in:
CompileMarkSeparation
BUT&=IF(O&<3,(CREATE("BUTTON",(%HWND),IF(O&=1,"RUN ","STOP ")+STR$(I&),(I&*60),(30+O&*30),(60),(30))),(CREATE("BUTTON",(%HWND),"",(I&*60),(50+O&*30),(60),(20))))
>
konvertiert.

this allows later genaueres Hinsehen the XPSE on syntaktische Error - How z.B. Parameterzahl etc.

For this has XPSE The quality lost, that Controlgrößenangaben too in % (percent) erfolgen can. of my opinion to having eh nobody these option used. If hereon nevertheless worth laid becomes - so is these simply again To implementieren - I habs me vorbehalten.
XPSE has too another second quality lost - these the one to for ... to ... do ... the begin too omit can - if one only a only commands behind it writes. now any forToDo-creep with a Begin To begin - and one End To terminate. these sure on my own already therefore, that one mehere command - with a Semikolon or with a colon separated - in a row write can, slight To verschmerzen. Both supported the XPSE.

Z.B. so - in link with a if:
CompileMarkSeparation
if (o&>1);for i&:=1 to 4 do begin;enablewindow b&[i&,o&],0;end;endifre>
salvo, iF
 
04/11/05  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

13.710 Views

Untitledvor 0 min.
p.specht09/23/18
Peter Max Müller10/02/14
Dietmar Horn09/03/11
Roland Schäffer01/06/11

Themeninformationen

this Topic has 2 subscriber:

iF (31x)
unbekannt (1x)


Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie