size record for me :D

For everything that's not in any way related to PureBasic. General chat etc...
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

thefool wrote:thanks to pb and zitritake :D

@dagcrack: :evil: i hate you!
No, the fact is that this is pointless.
blablabla my a$$..!
really.
you also post pointless things! Wich is far more pointless than this!
:twisted:
But you're starting to forget the codes.. You shouldnt take it seriously.
No I didnt said the thread was pointless because I cant say it I've posted worst things so I'd be a hipocrit maggot, however what I said - if you read carefully - is that this kind of exe wouldnt be any usefull. The idea of a challenge would more likely to be that you'll have to develop a software with some set rules and the smallest exe wins. (smallest uncompressed and compressed, compression allowed= UPX).

That was all I said.
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

yes. come with smaller exe's to me! UPX is allowed. ONLY upx. And it HAS to have a window, and be programmed in purebasic.
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

and do something ..? like ask for your name and display it on a text widget for example...
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

yup good idea!
xperience2003
Enthusiast
Enthusiast
Posts: 113
Joined: Tue Oct 05, 2004 9:05 pm
Location: germany
Contact:

Post by xperience2003 »

@topic

my sizerecord for a graphical app is 4k

www.games-mafia.de/stars.exe

packed with upack
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

its not 4kb, its 3.9 that sounds better :)
Nice!
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

@xperience2003
nice work ;)
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Beat you! Here is a program with the same functionality as yours, but it's one kilobyte smaller. It's so small that UPX can't compress it!

download
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

And you programmed that in 100% purebasic with a little api?

besides: my button is prettier :D
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

thefool wrote:And you programmed that in 100% purebasic with a little api?

besides: my button is prettier :D
No, 100% assembly.

I can make pretty buttons too! Image six different buttons, and still only 2 kb

Edit: if it doens't work, here's another host: http://www.rocketsoft.gm-school.uni.cc/uploads/test.EXE
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

uhmm the great thing about my exe was that it was written in purebasic without inline assembly! ;)
if i wanted to write the smallest possible exe i would do it in assembler. Come with one that is smaller wich is written in purebasic! of course its possible i only used the little winapi as possible
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

thefool wrote:uhmm the great thing about my exe was that it was written in purebasic without inline assembly! ;)
if i wanted to write the smallest possible exe i would do it in assembler. Come with one that is smaller wich is written in purebasic! of course its possible i only used the little winapi as possible
Hmm, I don't remember you said anything about that. What do you meant by "as little api as possible?".
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

[quote=thefool]It is programmed in purebasic! and uses a resource file as dialog. Event handling is done in purebasic of course [/quote]

however i meant that i used just the needed api code. Things like the loop and so on could also have been programmed in assembler
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Trond wrote:
thefool wrote:uhmm the great thing about my exe was that it was written in purebasic without inline assembly! ;)
if i wanted to write the smallest possible exe i would do it in assembler. Come with one that is smaller wich is written in purebasic! of course its possible i only used the little winapi as possible
Hmm, I don't remember you said anything about that. What do you meant by "as little api as possible?".
Trond has some problem following rules :roll: - Hes a rocker... "don't tell me what to do you motha f****"
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
xperience2003
Enthusiast
Enthusiast
Posts: 113
Joined: Tue Oct 05, 2004 9:05 pm
Location: germany
Contact:

Post by xperience2003 »

I must improve me, my personaly sizerecord is 975 bytes graphical app

(without inline purebasic :lol: )

http://www.games-mafia.de/smalest.com
Post Reply