Jump to content

c++


jpam
 Share

Recommended Posts

WOW !

maked my first test proggie

C++ With Dark GDK

smal window with 16 frame animated sprite

very big exe ! 1.991 kB without the sprite picture

and it is slow !

i think its the Dark GDK Library that makes the big file

autoit + prospeed makes less kB's :)

i think i go for pure c++ code without the Dark GDK library's

any sugestions ?

Edited by jpam
Link to comment
Share on other sites

very big exe ! 1.991 kB without the sprite picture

That's not very large really....unless you mean 1.991 MB. Still, thats just the way things are being compiled thes days...not out of the ordinary.

and it is slow !

It's maybe not 'the' fastest, but if your 16 frame sprite is slow i can pretty much gaurentee it's not the library cuasing it.

i think its the Dark GDK Library that makes the big file

Part of it. Compile a blank .exe in your envionment though and see what it gives you.

i think i go for pure c++ code without the Dark GDK library's

It's written in C++ anyways I think....probably not gonna help yourself too much there...

any sugestions ?

Your sentances are kinda broken up.... I'm no guru of english but at least an attempt at complete sentences could be helpfull.

Also, nobody has any context to go on to help you...what's this being used for? who? what? when? where? why? how? ect....

Link to comment
Share on other sites

That's not very large really....unless you mean 1.991 MB. Still, thats just the way things are being compiled thes days...not out of the ordinary.

My compiler (VS2005/2008) most certainly does not produce 2 MB binaries from native C++ code. So no, that's not normal.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...