fxm wrote:It is only mandatory to use the GFX_SHAPED_WINDOW flag.
I implemented this flag, and the images still render as black squares wherever alpha is used.
fxm wrote:It is only mandatory to use the GFX_SHAPED_WINDOW flag.
fxm wrote:Are you well using:
Screen mode , depth , num_pages , FB.GFX_SHAPED_WINDOW
or
ScreenRes width, height , depth , num_pages , FB.GFX_SHAPED_WINDOW
datwill310 wrote:sancho2 wrote:Have you tried the code listed in this thread.
It works perfectly! Thanks to you and cha0s!
sancho2 wrote:Have you tried the code listed in this thread.
sancho2 wrote:Have you tried the code listed in this thread.
fxm wrote:ExecPath is only set at runtime obviously.
Try with __Path__
(absolute path of the source file at the time of compilation)
MrSwiss wrote:Another possible way to get there:This isn't tried code, just an idea ...Code: Select all
#Inclib [Once] ExePath + "\libdir\libname"