FX-Lib v1.2 for PB 4.20

Advanced game related topics
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

Is there an english language help file?
ALAN-MHz
User
User
Posts: 68
Joined: Fri Jul 29, 2005 11:47 am

Post by ALAN-MHz »

LuCiFeR[SD] wrote:
The Manual wrote:
IsScreenActive()

Syntax

Result = IsScreenActive()
Description

Games and full screen applications using PureBasic functions run under a multitasking environment (AmigaOS, Windows or Linux). This means that the user can switch back from full screen to the normal desktop. This change can be detected with this function and appriopriate actions should be taken, such as ReleaseMouse(), pause the game, stop the sounds etc. If the 'Result' is 0, then the screen is no longer active, otherwise the screen is active. This function must be called after FlipBuffers(), as the events are handled inside FlipBuffers().
Supported OS

All
Sorry, no code.... no time... Just running out the door right n..... (thud) :)
In my example there are only a stupid clearscreen on the loop and crash equal, i have tried to use also isscreenactive to stop the graphic activity but crash equal, seems that the FXLib commandset change some of the PB pointers of gfx and make the crash in multitasking envinroinment, is possible to contact epyx for a verify of that ?
User avatar
Rings
Moderator
Moderator
Posts: 1427
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

the old problem with userlibs and newer PB versions.....
hopefull more ppl would release the source to their libs
(as includefiles) or update them more often.
SPAMINATOR NR.1
ALAN-MHz
User
User
Posts: 68
Joined: Fri Jul 29, 2005 11:47 am

Post by ALAN-MHz »

i send a PM to Epyx, he read it but don't reply for now.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4326
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: FX-Lib v1.2 for PB 4.20

Post by Rook Zimbabwe »

Is there a version for 4.3???
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
goonzy
New User
New User
Posts: 1
Joined: Fri Nov 05, 2010 11:43 am

Re: FX-Lib v1.2 for PB 4.20

Post by goonzy »

aand 4.51 now :)
funkheld
New User
New User
Posts: 2
Joined: Thu Dec 31, 2009 11:56 am

Re: FX-Lib v1.2 for PB 4.20

Post by funkheld »

hello, error with purebasic 4.51:

"Die folgende PureLibrary fehlt: StringExension.

???

Gruss
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4326
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: FX-Lib v1.2 for PB 4.20

Post by Rook Zimbabwe »

Needs to be recompiled! Is excellent library in my 4.2!!! :mrgreen:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
mpz
Enthusiast
Enthusiast
Posts: 494
Joined: Sat Oct 11, 2008 9:07 pm
Location: Germany, Berlin > member German forum

Re: FX-Lib v1.2 for PB 4.20

Post by mpz »

Hi,

Epyx has rewritten his lib for PB 4.5 and it is now a part of the MP3D Engine. Most of the fx lib commands are integrated now. I hope you like the solution...

Greeting Michael
Working on - MP3D Library - PB 5.73 version ready for download
rootuid
User
User
Posts: 35
Joined: Sat Nov 23, 2013 11:46 am

Re: FX-Lib v1.2 for PB 4.20

Post by rootuid »

I get "Compressed pureBasic libraries are not supported" .
I'm running the PureBasic 5.21 LTS (MacOS X - x64).
User avatar
Bisonte
Addict
Addict
Posts: 1232
Joined: Tue Oct 09, 2007 2:15 am

Re: FX-Lib v1.2 for PB 4.20

Post by Bisonte »

For the first. Its Windows only !
Second, its an outdated Userlibrary. This can't work without recompile it for the actual compiler.
Third, its now integrated in MP3D like mpz wrotes.

So see there : http://purebasic.fr/english/viewtopic.php?f=27&t=43601
PureBasic 6.10 LTS (Windows x86/x64) | Windows10 Pro x64 | Asus TUF X570 Gaming Plus | R9 5900X | 64GB RAM | GeForce RTX 3080 TI iChill X4 | HAF XF Evo | build by vannicom​​
English is not my native language... (I often use DeepL to translate my texts.)
rootuid
User
User
Posts: 35
Joined: Sat Nov 23, 2013 11:46 am

Re: FX-Lib v1.2 for PB 4.20

Post by rootuid »

Got ya, thanks.
Post Reply