English
Applications

TEW-Archivierer

 

Georg
Teles


Download

here goes it to TEW-Archivierer Unit  [...] 

Windows XP windows 7 windows 8 windows 10

362 kB
Version:0.9.0.5 (build 23.04.2016)
Hochgeladen:04/14/13
Downloadcounter388
Download
 
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

04/14/13  
 




Georg
Teles
OK straight a little bit Debugging betrieben and Explanations eingefügt, any Error are lane of them I know , tew_bsp.zipper is up to date...
CatchImage added
 
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

04/23/13  
 



Regards!

If you to .PCU too a .DEF beilegst, then can the example too
with xpse testing. The DEF-File places xpse automatically on, if one so a
Unit compiled and contain The in the Unit encompassed Definitionen.
Ausserdem checks xpse thereby, whether with the Unit fundamentally first everything IO is
so tappt im dunkeln problemloser in Applications uses go can. If it
dahingehend means something anmeckert, then The Warnungen thoroughly serious take.
 
04/23/13  
 




Georg
Teles
Hi iF, here The DEF
some Procs go with without namespacesign! angekreidet...

but these Procs should Yes intern stay and of outer not useable his
XPSE PCU-Exports Fileversion 1
TEW_XPSE.PCU exports (20130423194822)
|
|   [+]-INIT
|   [^]-Params: hw_&
|
|   Warning: "proc GETBMP" without namespacesign!
|   [^]-Params: pointer&
|
|   Warning: "proc GETPIC" without namespacesign!
|   [^]-Params: pointer&,sz&,ext$
|
|   Warning: "proc GET_ADDR" without namespacesign!
|   [^]-Params: ber#,s&,pos&
|
|   [+]-OPEN
|   [^]-Params: tew$,h&,pos&
|
|   Warning: "proc INIT" without namespacesign!
|   [^]-Params: h&
|
|   Warning: "proc UNPK_" without namespacesign!
|   [^]-Params: file$,you$,s&,pos&
|
|   [+]-UNPK
|   [^]-Params: file$,you$
|
|   [+]-UNPK_ALL
|   [^]-Params: out$
|
|   Warning: "proc CRC" without namespacesign!
|   [^]-Params: file$
|
|   Warning: "proc VER_" without namespacesign!
|   [^]-Params: par&, v$, on%
|
|   Warning: "proc USE_WINMM" without namespacesign!
|   [^]-Params: play_$,clos_$
|
|   [+]-PLAY
|   [^]-Params: dat$,mod&,s&,pos&
|
|   [+]-BMP
|   [^]-Params: dat$,s&
|
|   [+]-PIC
|   [^]-Params: dat$,s&
|
|   [+]-TXT
|   [^]-Params: dat$,s&
|
|   [+]-DEINIT
|
|   [+]-ABOUT

Edit: alas and the others Procs because of whom Parameters, should the mean, that The rather Global definiert go should or Proc intern ?
knows not whether the code habit is of me, but I deklariere often variables, as long as tappt im dunkeln within this Proc are, with Parameters speak so:
Cls
Print Test "Text",4
Waitinput

Proc Test

    Parameters Text$, Zahl&
    Clear Text$,Zahl&
    Text$ = "A"
    Zahl& = 1+2
    Return Text$+Str $(Zahl&)

ENDPROC


is the bad ?
 
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

04/23/13  
 



The Def simply the pkg add.

>einige Procs go with without namespacesign! angekreidet...

this is then a problem, there the Namensraumzeichen ?_ missing and so Bezeichner-
Namenkollisionen not impossible go can, about if in a others
Unit, Incude or another View source same Bezeichnernamen uses go.

rather the Namensraumzeichen use and "noexport" mark:  [...] 
 
04/23/13  
 




Georg
Teles
ok i see, but time a stupid question:

if I bspw a Proc so bezeichne Proc ?_getbmp, How should I these then inside the selbigen PCU then Call ?

EDIT: Ah ok my question is answers: RTFM strain The Helpfile durchgeblättert. xD
EDIT2: but now Have I a question xd ... the Noexport serves only, circa DEFzu produce or ? d.H. if I kompiliere, must I noexport rausnehmen ?

if I not do, means with noexport kompiliere, comes with the Benutzung the PCU one Error:



EDIT: jez but with noexport over xpse DEF created and to the kompilieren noexport removes, hope goes everything wonderful now

9 kB
Hochgeladen:04/23/13
Downloadcounter271
Download
 
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

04/23/13  
 




E.T.
Georg T. (23.04.13)
...
knows not whether the code habit is of me, but I deklariere often variables, as long as tappt im dunkeln within this Proc are, with Parameters speak so:


Find I sooner verwirrend, Why because not so, as virtual is:
Proc Test

    Declare Text$, Zahl&
    Text$ = "A"
    Zahl& = 1+2
    Return Text$+Str $(Zahl&)

ENDPROC


or
Proc Test

    var Text$ = "A"
    var Zahl& = 1+2
    Return Text$+Str $(Zahl&)

ENDPROC

 
XProfan X2
Grüße aus Sachsen... Mario
WinXP, Win7 (64 Bit),Win8(.1),Win10, Win 11, Profan 6 - X4, XPSE, und 'nen schwarzes, blinkendes Dingens, wo ich das alles reinschütte...
04/23/13  
 




Georg
Teles
Jau the 2-th example is einleuchtend, but to that 1.: if The Proc one second time called becomes, I thought me, would The variables one second time declared or about not ? or comes not to that Error because of semidetached deklarierten variables ? aah I teste the time ...

EDIT: straight even yet The last gravierenden Error fixed, is me with my Program noticed, that I strain too ready have, ought to ex now everything functions...

Concerning Doppeldeklaration Have I geirrt, because everything what inside the Proc declared becomes, remaining too within, so can The Proc x-time Call, it would always a new Variable everybody can there declared, The within this Proc indeed logical remaining

Nachtedit : I come me straight correctly. stupid to, as would I the whole Forum here only zumüllen ...
In any drop is ex now to MEZ +1:00 circa 02:33 watch the complete debuggte pkg up-to-date:
> tew.PCU, tew.DEF, Test.TEW, tew_test.PRF with Erkärungen
> on FileMode Have so did i virtual, so one schreibgeschützte Archive open and entpacken can

Regards Georg
 
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

04/23/13  
 




E.T.
Georg T. (23.04.13)
...
Concerning Doppeldeklaration Have I geirrt, because everything what inside the Proc declared becomes, remaining too within, so can The Proc x-time Call, it would always a new Variable everybody can there declared, The within this Proc indeed logical remaining ...


Well, Crazy are too menschlich (or How the proverb is ).
with verwirrend  meant I hold, the if I as "Außenstehender" in your View source works should I hold always search would, where because The Proc too with Parameters called becomes...

Georg T. (23.04.13)
...
Nachtedit : I come me straight correctly. stupid to, as would I the whole Forum here only zumüllen ...


alas nö, always since so, can we still any only learn.
if the IF'schen Server the Space ausgeht, becomes it itself already report (or sooner, How I David know, simply time again what rebuild )
 
XProfan X2
Grüße aus Sachsen... Mario
WinXP, Win7 (64 Bit),Win8(.1),Win10, Win 11, Profan 6 - X4, XPSE, und 'nen schwarzes, blinkendes Dingens, wo ich das alles reinschütte...
04/24/13  
 




Georg
Teles
Yes it is correct

E.T. (24.04.13)
with verwirrend meant I hold, the if I as "Außenstehender" in your View source works should I hold always search would, where because The Proc too with Parameters called becomes...


I bemühe me everything so eindeutig How possible To write, so I almost everything global deklariere, because of the Message since XProfan 10 "Error, Variable twice deklariert" has me Real confused

you're right, and with XProfan goes it anyhow usually circa small things hehe ... well everything clear, then lad I same something large
 
XProfan 10
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

04/24/13  
 




Georg
Teles
i'm noticed, that the program at Entpacken some Files CRC-Error outputs, the reason: ReadOnly the File and FileMode 2 in the program.
The problem is now fixed, so one too schreibgeschützte Files pack can.

Greeting Georg
 
XProfan 10
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

05/02/13  
 




Georg
Teles
Hello, Have time a newer Version herausgebracht, something Debugging betrieben otherwise only a function added:
Drag & Drop, The PCU too updated so tappt im dunkeln too these Version assumes.

Greeting
 
XProfan 10
TC-Programming [...] 
XProfan 8.0 - 10.0 - X2 - X3 - X4

05/28/13  
 




Zur Anwendung


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

36.268 Views

Themeninformationen

this Topic has 3 subscriber:

Georg Teles (14x)
iF (5x)
E.T. (2x)


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