| |
|
|
- Page 1 - |
|
 | XProfan Precompiler and Syntax-Enhancer [XPSE] [...] Updates and Notes: |
|
|
| |
|
|
| |
|
- Page 5 - |
|
|
 | Update on experimentelle V11.2.1.8a.3 [...] - u.A. bow with Hexkonstanten fixed and Zufallsgenerator Rnd( [...] ). |
|
|
| |
|
|
|
 | 1 2 Fehlerbehebungen and Rgb( [...] ) nachgereicht, Update on V11.2.1.8a.4 [...]  |
|
|
| |
|
|
|
 | Wichtiges Update on V11.2.1.8a.5 [...] 
Fehlerbehebungen and System-Variables %hWnd, &MemDC... [...] nachgereicht. CompileMarkSeparationcls
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
 |
|
|
| |
|
|
|
 | Have still a lovely Parserfehler with Klammerungen found, thatswhy too quick another Update on V11.2.1.8a.6: [...]  |
|
|
| |
|
|
|
 | still yet something Time found, Bugfixes with Update on V11.2.1.8a.7: [...]  |
|
|
| |
|
|
|
 | over again one Update, Bugfixes and Cos,Pi,Sin,Sqr,Sqrt [...] for Float with Update on V11.2.1.8a.8: [...] 
now but: good night! |
|
|
| |
|
|
|
 | explicit fehlerberichtigte Version V11.2.1.8a.9: [...]  |
|
|
| |
|
|
|
 | over again fehlerberichtigte Version V11.2.1.8a.10: [...] 
good night! |
|
|
| |
|
|
|
 Sato Pinto | Hello
by me reports ESET NOD32 Antivirus XPSE as virus always if it download and wants it immediate delete certainly a Falschmeldung from the AntivirusProgramm. has someone too these virus Message?
greeting Sato |
|
|
| |
|
|
|
 | Oh, my Antivir reports none virus - ESET knew I yet not at all.
I send ESET simply times the File To - there it foreseeable but yet some XPSE-Updates gives uses this vlt. first not at all so plenty - time look. |
|
|
| |
|
|
|
 Rolf Koch | Avast reports too nothing |
|
|
| |
|
|
|
 | Update on Version V11.2.1.8a.10: [...] 
with Global [...] in nativen functions on globale variables grab. (very helpful for SubClassing)
now but good night!
example native/sicheres SubClassing the Mainwindow, Shutdown intercepting: CompileMarkSeparationdeclare 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&)
CompileMarkSeparationdeclare Owp&
cls
Owp&=SetWindowLong(hWnd,GWL_WNDPROC, ProcAddr(WindowProc,4))
while 1
WaitInput
EndWhile
nProc WindowProc
Parameters 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
Return CallWindowProc(Owp&,Wnd&, Msg&, WParam&, LParam&)
ENDPROC
|
|
|
| |
|
|