Results 1 to 5 of 5

Thread: TECHNICAL / COMPILING QUESTION

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Unhappy

    When I try to make the .exe for my application
    which is almost 1 MEG in size), VB stops responding
    during the compiling process! (I have to use Ctrl+Alt+Del
    to break it)

    When I try the process for smaller applications everything
    goes fine. Any suggestions?
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    Goto Project Properties and click on the compile tab. In there are a few options to change the way your exe is compiled. The default is fast code, adjust these settings and see if that helps.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    VBonliner - perhaps a rethink of your application's structure is in order. You should never have a program that big anyway; try splitting things off into external ActiveX DLLs and use them that way.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4
    Member
    Join Date
    Sep 2000
    Posts
    51
    It's quite possible to have a program of that size, when I started VB, I had 9mb programs since I didnt know about loadpicture, so it isnt the problem...
    Oro?

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Thumbs up

    Arc:

    I chose the 'No Optimization' option. It went through
    the whole thing in less than a minute. That was really
    very helpful! Thank you.
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

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