Results 1 to 6 of 6

Thread: how can I make EXEs?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    1

    how can I make EXEs?

    I don't know how can i run my programs in which VB is not installed (shows error messages like missing some DLLs).
    I know how to make my project a "Package".But it take huge size.So can you suggest any method on "vb Run time ...".

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: how can I make EXEs?

    Originally posted by bijukoothrat
    I don't know how can i run my programs in which VB is not installed (shows error messages like missing some DLLs).
    I know how to make my project a "Package".But it take huge size.So can you suggest any method on "vb Run time ...".
    Your program depends upon those DLLs and OCXs, etc, for its functioning. You'll HAVE to create a setup package, otherwise it won't run. no other way.

  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    if the program is develop under VB, then you can't run away from MSVBVM60.dll (for VB 6.0) or MSVBVM50.dll (for VB 5). unless you code in VC++ WIN32 application

  4. #4
    khalik
    Guest
    no matter how small ur app may be ... u need to have vbruntime files and all dll and ocx be refered in u project.....

    size does matter

  5. #5
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Originally posted by Chris
    if the program is develop under VB, then you can't run away from MSVBVM60.dll (for VB 6.0) or MSVBVM50.dll (for VB 5). unless you code in VC++ WIN32 application
    in which case you'd just need msvc40.dll

  6. #6
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    i don' t think so. For instance i've posted a VC++ WIN32app sample code & check the dependancy with the PE Explorer and it require on the 3 DLLs:

    kernel32.dll
    gdi32.dll
    user32.dll

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