| |
|
|
- page 1 - |
|
| XProfan Präkompiler et Syntax-Enhancer [XPSE] [...] Updates et Anmerkungen: |
|
|
| |
|
|
| |
|
- page 5 - |
|
|
| Update sur experimentelle V11.2.1.8a.3 [...] - u.A. Bug chez Hexkonstanten behoben et Zufallsgenerator Tour( [...] ). |
|
|
| |
|
|
|
| 1 2 Fehlerbehebungen et Rgb( [...] ) nachgereicht, Update sur V11.2.1.8a.4 [...] |
|
|
| |
|
|
|
| Wichtiges Update sur V11.2.1.8a.5 [...]
Fehlerbehebungen et Système %hWnd, &MemDC... [...] nachgereicht. KompilierenMarqueSéparationcls
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 doch encore une schönen Parserfehler chez Klammerungen trouvé, tambour aussi vite encore un Update sur V11.2.1.8a.6: [...] |
|
|
| |
|
|
|
| Doch et avec ca Zeit trouvé, Bugfixes avec Update sur V11.2.1.8a.7: [...] |
|
|
| |
|
|
|
| Nochmals un Update, Bugfixes et Cos,Pi,Sin,Sqr,Sqrt [...] pour Float avec Update sur V11.2.1.8a.8: [...]
maintenant mais: Gute nuit! |
|
|
| |
|
|
|
| Deutlich fehlerberichtigte Version V11.2.1.8a.9: [...] |
|
|
| |
|
|
|
| Nochmals fehlerberichtigte Version V11.2.1.8a.10: [...]
Gute nuit! |
|
|
| |
|
|
|
Sato Pinto | allô
chez mir meldet ESET NOD32 Antivirus XPSE comme Virus toujours si es download et veux es tout de suite effacer Bestimmt une Falschmeldung de den AntivirusProgramm. Hat quelqu'un aussi cet Virus annonce?
Gruss Sato |
|
|
| |
|
|
|
| eh, mon Antivir meldet keinen Virus - ESET kannte je encore garnicht.
je sende ESET simple fois le Dossier trop - là es absehbar mais encore quelques XPSE-Updates gibt utilise ca vlt. erstmal garnicht so viel - la fois regarder. |
|
|
| |
|
|
|
Rolf Koch | |
|
| |
|
|
|
| Update sur Version V11.2.1.8a.10: [...]
avec Global [...] dans nativen Funktionen sur globale Variablen zugreifen. (très hilfreich pour SubClassing)
maintenant mais gute nuit!
Beispiel natives/sicheres SubClassing des Hauptfensters, Herunterfahren intercepter: KompilierenMarqueSéparationdeclare 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&)
KompilierenMarqueSéparationdeclare Owp&
cls
Owp&=SetWindowLong(hWnd,GWL_WNDPROC, ProcAddr(WindowProc,4))
tandis que 1
WaitInput
Endwhile
nProc WindowProc
Paramètres Wnd&, Msg&, wParam&, lParam&
Global Owp&
si 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
Retour CallWindowProc(Owp&,Wnd&, Msg&, WParam&, LParam&)
ENDPROC
|
|
|
| |
|
|