| |
|
|
| The Pixel go with Profan2cpp Black displayed instead of ruddy. The normal Profan-exe runs correctly..
Why the (Xp SP2 XProfan 11.2)
declare hwin&,x&,y&
Window 20,20-300,320
hWin& = Create(Window, %hWnd, Test, 250, 20, 650,500)
startpaint hwin&
WhileLoop 0,255,1
y&=&loop
WhileLoop 0,255,1
x&=&loop
setpixel x&,y&,rgb(255,0,0)
endwhile
EndWhile
endpaint
waitkey
|
|
|
| |
|
|
|
Sebastian König | My guess would be, that is set in a wrong translation options XProfan version. Specifically must be in the section To XProfan 8.0 The option SetTrueColor 1 as Default-Settings be activated, so the RGB(255,0,0) without SetTrueColor 1 in the code makes sense.
there You Yes XProfan 11 have, is it naturally best, directly The Settings for these Version complete To dial. Rechtsklick in the Dialogue with whom Übersetzungsoptionen supply to a Menu.
HTH
Sebastian |
|
|
| Windows XP, XProfan/Profan² 4.5 bis 11 Profan2Cpp-Homepage: [...] Alte Profan²-Seite: [...] | 05/11/09 ▲ |
|
|
|
|
| |
|
| |
|
|