| |
|
|
funkheld | ¡Hola, guten Tag.
¿Por qué se el Globale Variable "sinu!" en XPSE o en getCircP no erkannt ? "[09:25:08] Objektcode: XPSE-SETPIXEL-XY.asm(213) : Error A2102: Symbol not defined : SINU" KompilierenMarcaSeparación {$cleq}
declare ende&,bild&
Declare sinu!
Window 20,20-600,600
Cls $ffffff
sinu!=sin(0.0174532925199433)
erzeugebild()
ende&=1
WHILE ende&
waitkey
ENDWHILE
nProc getCircP(long r,w)
global sinu!
return long(sinu!*float(w)/1000.0*float(r))
endproc
nProc erzeugebild()
Declare x&,y&,r&
Whileloop 0,200,2
r&=&loop
whileloop 0,360000,1000
x&=getcircp(r&,&loop)
y&=getcircp(r&,&loop+90000)
SetPixel(%hdc,280+x&,280+y&,rgb(0,255,0))
EndWhile
EndWhile
ENDPROC
|
|
|
| |
|
|
|
Jörg Sellmeyer | Yo kenn mich con ASM no de aber para mich sieht el así de, dass du el Variable sinu! ahora zweimal global definiert hast. Einmal en el Profancode al Anfang y luego otra vez por "global" en el nProc. |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 16.12.2013 ▲ |
|
|
|
|
funkheld | Jup , el se auch hier así beschrieben en el Hlife de XPSE : [...]
Und Yo benutze ellos auch sólo para lesen en el nProc. Aber él erkennt sólo Largo , Yo gelesen habe.......................
¿Por qué el?.. oder va no anders a hacer en XPSE ?
Gracias. Gruss |
|
|
| |
|
|
|
| So es no beschrieben, porque hay [...] es:
Deklariert en nativen Características Largo-Variables con Sufijo & y initialisiert el Variables con el Werten gleichnamiger globaler por Declarar deklarierter Variables. Nativo globale Floats no existe aber Usted könntest Usted el Werte global merken con el Hilfsfunktion SetFloat [...] encima una "globalen" Speicher o. deren Adresse. |
|
|
| |
|
|