Results 1 to 8 of 8

Thread: tiny program

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Ruinen, Drente, Netherlands
    Posts
    192
    I have made a very tiny program (it puts the date in the clipboard) But when I compile it, icluding the runtime library then it's very, very big (more then 1 Mb).
    Is there no other way to keep the program tiny ?

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Compile it in vb1 or something
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    You're going to have to come to terms with the fact that VB can't static link and it's minimum run times are quite large.

    Either get the runtimes to them in advance and pass people small exe's

    Or use another language
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  4. #4
    If you want a tiny program for distribution you'll
    have to write and compile it in C++ or something
    besides VB

    -----------------------------------------------

    I came into this world with nothing and I still have
    most of it.

  5. #5

  6. #6
    Guest
    This is similar to Kedaman's idea, but if you are distributing your Application via the Internet, you could have a seperate section for downloading the Runtime files. So if people already have the VB Runtime files, they don't have to download them.

  7. #7
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    ma,usa
    Posts
    485
    You could also write the program as an activeX and run it on the web, but this is tough because IE gives a security error. If the user turns his security settings to minimal then that will register the activeX so it's available on the web or desktop on an IE Page whenever. It's really compact but don't ask me to turn down my settings to view it! Also ActiveX can't be viewed on Netscape.

  8. #8
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    that's because netscape bites.

    just send it to people with a batch file to copy it, instead of the other installation (package & deployment)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width