| |
|
|
| Die Pixel werden mit Profan2cpp schwarz dargestellt statt rot. Die normale Profan-exe läuft richtig.
Woran liegt das (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 | Meine Vermutung wäre, dass in den Übersetzungsoptionen eine falsche XProfan-Version eingestellt ist. Speziell muss im Abschnitt zu XProfan 8.0 die Option SetTrueColor 1 als Voreinstellung aktiviert sein, damit das RGB(255,0,0) ohne SetTrueColor 1 im Code Sinn macht.
Da du ja XProfan 11 hast, ist es natürlich am besten, direkt die Einstellungen für diese Version komplett zu wählen. Rechtsklick im Dialog mit den Übersetzungsoptionen liefert dazu ein Menü.
HTH
Sebastian |
|
|
| |
|
|
|
| |
|
| |
|
|