here is the latest screensaver written in PB DeskTopSnow
here is the latest screensaver written in PB DeskTopSnow
ok here it is checkit it out and tell me what you think
this should run on all Windows OS's and any desktop setting.
This is an interactive screensaver, hit ESC to exit and the mouse cursor will do cool things when you press the button, the next version we will add sound and some more graphics
P.S.
This was written completely in PB 3.80
@Fred cant wait for the 3D lib to get better we do a lot in 3D but your Language is far the best for speeed and file size keep up the great work
the link to download the file is:
http://www.vrman3d.com/DeskTopSnow/DeskTopSnow.zip
check out the other great stuff we have.. here:
http://www.vrman3d.com
Again Thanks everyone for all the help they have given us!!!!
Sean
this should run on all Windows OS's and any desktop setting.
This is an interactive screensaver, hit ESC to exit and the mouse cursor will do cool things when you press the button, the next version we will add sound and some more graphics
P.S.
This was written completely in PB 3.80
@Fred cant wait for the 3D lib to get better we do a lot in 3D but your Language is far the best for speeed and file size keep up the great work
the link to download the file is:
http://www.vrman3d.com/DeskTopSnow/DeskTopSnow.zip
check out the other great stuff we have.. here:
http://www.vrman3d.com
Again Thanks everyone for all the help they have given us!!!!
Sean
it's now added to the main site with a picture to see what it does
so check it out at 177k zipped and 250 unzipped ooooo and Best of all
FREE so checkit out and send it to a friend or 2
http://www.vrman3d.com/vrman3ddownloads.htm
Sean
so check it out at 177k zipped and 250 unzipped ooooo and Best of all
FREE so checkit out and send it to a friend or 2

http://www.vrman3d.com/vrman3ddownloads.htm
Sean
hahha! That's awesome!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
-
- PureBasic Expert
- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
Under windows, UPX works on the fly.scurrier wrote:with UPX can the exe run or does it need to be uncompressed first
there web site didnt say if the compressed file could run or if you need to uncompress it first
Sean
When you run a compressed EXE it extracts itself without any extra memory...
The size of the program in memory is exactly the same has it would be without compression.
UPX reserves a memory block of the size of the uncompressed EXE and unpacks it there, then it's executed from the memory block.
When you run a normal EXE windows does the same thing, reserves memory for the EXE, copies it there and launches it.
So there is no memory loss what so ever

Under linux, you cannot execute a file directly from memory, for what i've figured only the kernel can do that, so UPX has to unpack the EXE into a temp dir and run it from there. Acording to the UPX site, this is as fast as in windows cause most of the times the file is executed even before reaching the hardisk, because of the way linux handles files

sorry everyone i had a link to an old version
it's now been updated so the link should give you the newest version
or just go to the web site and download it
but here is the link again
[url]http://www.vrman3d.com\DeskTopSnow\DeskTopSnow.zip[/url]
or the site address is
http://www.vrman3d.com/
at the site you can see a screen shot of it in action
well let me know if you find any bugs or just let me know if you like it, and if you can think of anything you would add to it
Sean
it's now been updated so the link should give you the newest version
or just go to the web site and download it
but here is the link again
[url]http://www.vrman3d.com\DeskTopSnow\DeskTopSnow.zip[/url]
or the site address is
http://www.vrman3d.com/
at the site you can see a screen shot of it in action
well let me know if you find any bugs or just let me know if you like it, and if you can think of anything you would add to it
Sean
-
- Enthusiast
- Posts: 537
- Joined: Wed Oct 29, 2003 10:35 am