| |
|
|
- Página 1 - |
|
 | XProfan Präkompiler y Syntax-Enhancer [XPSE] [...] Updates y Anmerkungen: |
|
|
| |
|
|
| |
|
- Página 5 - |
|
|
 | Actualización sobre experimentelle V11.2.1.8a.3 [...] - u.A. Bug en Hexkonstanten Fijo y Zufallsgenerator Rnd( [...] ). |
|
|
| |
|
|
|
 | 1 2 Fehlerbehebungen y Rgb( [...] ) nachgereicht, Actualización sobre V11.2.1.8a.4 [...]  |
|
|
| |
|
|
|
 | Wichtiges Actualización sobre V11.2.1.8a.5 [...] 
Fehlerbehebungen y Systemvariablen %hWnd, &MemDC... [...] nachgereicht. KompilierenMarcaSeparacióncls
mcls 768,256
test()
mcopysizedbmp 0,0 - 767,255 > 0,0 - width(hWnd),height(hWnd);0
waitinput
end
nproc test
long x,y
for y=0 to 255 do begin
for x=0 to 255 do begin
setpixel(memdc,x,y,rgb(x,y,0))
end
end
for y=0 to 255 do begin
for x=0 to 255 do begin
setpixel(memdc,256+x,y,rgb(255-x,0,y))
end
end
for y=0 to 255 do begin
for x=0 to 255 do begin
setpixel(memdc,512+x,y,rgb(y,0,x))
end
end
ENDPROC
 |
|
|
| |
|
|
|
 | Hab todavía una schönen Parserfehler en Klammerungen gefunden, tambor auch rápidamente todavía una Actualización sobre V11.2.1.8a.6: [...]  |
|
|
| |
|
|
|
 | Doch todavía algo Tiempo gefunden, Bugfixes con Actualización sobre V11.2.1.8a.7: [...]  |
|
|
| |
|
|
|
 | Nochmals una Actualización, Bugfixes y Cos,Pi,Sin,Sqr,Sqrt [...] para Float con Actualización sobre V11.2.1.8a.8: [...] 
Jetzt aber: Gute Nacht! |
|
|
| |
|
|
|
 | Deutlich fehlerberichtigte Versión V11.2.1.8a.9: [...]  |
|
|
| |
|
|
|
 | Nochmals fehlerberichtigte Versión V11.2.1.8a.10: [...] 
Gute Nacht! |
|
|
| |
|
|
|
 Sato Pinto | ¡Hola
En me meldet ESET NOD32 Antivirus XPSE como Virus siempre si download y voluntad lo inmediatamente löschen Bestimmt una Falschmeldung de los AntivirusProgramm. Sombrero alguien estos Virus Meldung?
Gruss Sato |
|
|
| |
|
|
|
 | Oh, mein Antivir meldet no Virus - ESET kannte Todavía garnicht.
Yo sende ESET simplemente veces el Expediente a - como lo absehbar aber todavía algunos XPSE-Updates son nutzt dies vlt. primero garnicht así viel - veces schauen. |
|
|
| |
|
|
|
 Rolf Koch | |
|
| |
|
|
|
 | Actualización sobre Versión V11.2.1.8a.10: [...] 
Mit Global [...] en nativen Características en globale Variables zugreifen. (muy hilfreich para SubClassing)
Jetzt aber gute Nacht!
Ejemplo natives/sicheres SubClassing des Hauptfensters, Herunterfahren abfangen: KompilierenMarcaSeparacióndeclare Owp&
cls
Owp&=SetWindowLong(hWnd,GWL_WNDPROC, ProcAddr(WindowProc,4))
while 1
WaitInput
EndWhile
nProc WindowProc
Parameters Wnd&, Msg&, wParam&, lParam&
Global Owp&
Case Msg& = WM_QUERYENDSESSION : Return 0
Return CallWindowProc(Owp&,Wnd&, Msg&, WParam&, LParam&)
KompilierenMarcaSeparacióndeclarar Owp&
cls
Owp&=SetWindowLong(hWnd,GWL_WNDPROC, ProcAddr(WindowProc,4))
mientras que 1
WaitInput
EndWhile
nProc WindowProc
Parámetros Wnd&, Msg&, wParam&, lParam&
Global Owp&
if Msg& = WM_MOUSEMOVE
var dc&=getdc(hWnd)
var x&=loword(lParam&)-25
var y&=hiword(lParam&)-25
whileLoop 500
setpixel(dc&,x&+rnd(50),y&+rnd(50),rnd($FFFFFF))
wend
endif
Volver CallWindowProc(Owp&,Wnd&, Msg&, WParam&, LParam&)
ENDPROC
|
|
|
| |
|
|