Search found 12 matches

by 125
Fri May 25, 2007 6:52 pm
Forum: Tricks 'n' Tips
Topic: Blocking CTRL+ALT+DEL and simple DLL injecting
Replies: 12
Views: 6099

Blocking CTRL+ALT+DEL and simple DLL injecting

Hello,
i had a work-free morning and were a bit bored. So I started coding this code, because blocking CTRL+ALT+DEL is asked often.
It is a combination of DLL injecting Functions and a source of a DLL to inject in winlogon.exe to disable CTRL+ALT+DEL.

I only tested on XP, If someone could test it ...
by 125
Thu Jul 14, 2005 2:00 pm
Forum: Announcement
Topic: Webspace for the PB Community Projects for free!
Replies: 14
Views: 5769

Could you tell me what STDout does, pls? Thx :mrgreen:
by 125
Thu Jul 14, 2005 1:07 pm
Forum: Announcement
Topic: Webspace for the PB Community Projects for free!
Replies: 14
Views: 5769

You would consider allowing a PureBasic compiled CGI application to run on the web server?

If you are using Paul or El_Chonis library to compile the CGI app, then i think it will only work on windows, not linux :(

Hi,
At Linux, It's very simple to put out something with a CGI:


PrintN ...
by 125
Tue Jul 12, 2005 10:43 pm
Forum: Announcement
Topic: Webspace for the PB Community Projects for free!
Replies: 14
Views: 5769

Hi,
Ok your account is ready :D I sent a pm, inside it you can find the Login Data for Confixx,FTP,... :)

Have Fun!
by 125
Tue Jul 12, 2005 10:16 pm
Forum: Announcement
Topic: Webspace for the PB Community Projects for free!
Replies: 14
Views: 5769

Hi,
Yes we allow. And we host you if you want :)

I must know following things:
-How many MB Webspace do you need
-How many Databases
-How many FTP Accs

When you told us i will make your acc avaible :)
by 125
Tue Jul 12, 2005 8:43 pm
Forum: Announcement
Topic: Webspace for the PB Community Projects for free!
Replies: 14
Views: 5769

Webspace for the PB Community Projects for free!

Hello community,

because Lukaso had problems with his webspcace provider 2 month ago and the idea of a Purebasic clan came, he bought a webserver for the next 2 Years. On this server he hosts the webspace for our clanmembers. He thought of a big Idea to give the PB-Community a big gift. He ...
by 125
Tue Mar 29, 2005 8:57 pm
Forum: Linux
Topic: FMOD Include
Replies: 10
Views: 3704

3.92 Linux.
CallFunction will cause a LinkerError with more than 11 Params.
by 125
Tue Mar 29, 2005 8:37 pm
Forum: Linux
Topic: FMOD Include
Replies: 10
Views: 3704


You got a Light version of purebasic perhaps ? ;)
What do you mean with light version? If you mean Demo: No I'm using the Full Version. And the PB Library funktions aren`t working well with more than 11 Parameters under Linux. You'll get a linker error if you want to use 12 Params....That's the ...
by 125
Tue Mar 29, 2005 1:43 pm
Forum: General Discussion
Topic: Best linux distribution
Replies: 8
Views: 2870

I am using Mandrake and I'm happy with it :)

There isnt't a best Distro. All Distros have cons and pros.
by 125
Tue Mar 29, 2005 11:11 am
Forum: Linux
Topic: FMOD Include
Replies: 10
Views: 3704

Code: Select all

FSOUND_FX_SetI3DL2Reverb(fxid.l, Room.l, RoomHF.l, RoomRolloffFactor.f, DecayTime.f, DecayHFRatio.f, Reflections.l, ReflectionsDelay.f, Reverb.l, ReverbDelay.f, Diffusion.f, Density.f, HFReference.f)
13 Parameters. :roll:
by 125
Tue Mar 29, 2005 12:26 am
Forum: Linux
Topic: FMOD Include
Replies: 10
Views: 3704

Ok got the Error PB CallFunction can't use Functions with more than 11 Parameters..
Then you'll get a Linker Error....

Is that the Final Status of CallFunction or will that be fixed? :(
by 125
Mon Mar 28, 2005 10:22 pm
Forum: Linux
Topic: FMOD Include
Replies: 10
Views: 3704

FMOD Include

Hi,
I have an Problem with Linux-FMOD and PB i took the Wrapper Include from the Windows Version (fmod_proc.pbi, con_struc.pbi) and made it Linux compatibel, downloaded the Linux Fmodlib and copied it in the compilers directory and in the MandrakeLibs directory and in the usr/bin directory. But when ...