U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Widgets - General questions or Mixed problems » GLDraw - 32/64-bit version
GLDraw - 32/64-bit version [message #61663] Tue, 29 April 2025 12:42
luoganda is currently offline  luoganda
Messages: 217
Registered: November 2016
Experienced Member
[not the highest priority].
Upp-v17605.

Drawing like this produces attached image.
...::GLPaint(){
	Size sz = GetSize();
	GLDraw w;w.Init(sz);
	w.DrawEllipse(sz,Green());
	//w.DrawRect(sz,LtGray());
}


Added:
for attached image: it was compiled for 32bit version(so this is not the highest priority).
in 32bit ver - one drawing w.DrawRect(sz) is not drawn at all(neither with msvc/clang),
but with msvc w.DrawRect(10,10,100,100,Red()) draws ok(with clang that is not drawn at all).

Compiling for 64bit - all works fine.

[Updated on: Tue, 29 April 2025 12:52]

Report message to a moderator

Previous Topic: DropList still taking capture after instructing it not to
Next Topic: two small bugs to check for GLCtrl
Goto Forum:
  


Current Time: Sun May 24 13:09:41 GMT+2 2026

Total time taken to generate the page: 0.00657 seconds