A1222+ AmigaOS or Update 2 trouble [solved]
Posted: Mon May 27, 2024 5:36 pm
Hello !
It seems, I do something wrong in this peace of code:
I launch my program from a shell and the screen titled: "Arabe : Normal" won’t appeared (no screen appears).
I use the A1222+
My compiled code is from a SAMEP AOSFE update 0 SDK 5x and it worked on my SAM.
Some ideas? Perhaps the depth = 1 is to small ??
DGILLES - os4depot.net - 1st of April 2024
It seems, I do something wrong in this peace of code:
Code: Select all
my_screen = IIntuition->OpenScreenTags(NULL,
SA_Title, "Arabe : Normal",
SA_Pens, (ULONG) pens,
SA_Depth, 1, // 1.2.3.4! // look also to SetAPen() Depth fourth(4) needs more than a SetBPen, a better colormap to handle cursor COMPLEMENT
TAG_DONE);
I use the A1222+
My compiled code is from a SAMEP AOSFE update 0 SDK 5x and it worked on my SAM.
Some ideas? Perhaps the depth = 1 is to small ??
DGILLES - os4depot.net - 1st of April 2024