Results 1 to 4 of 4

Thread: making a project into a program

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    2
    Can you make it into a program in the VB working model edition

  2. #2
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    You want to make an EXE from a VB project in Working Model Edition? I never used that edition before, so I don't know, but you should be able to go to the File menu and click Compile...if not, you're out of luck. There's a few nasty hacks you can do to make it work, but there outside the scope of this board.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

  3. #3
    Guest
    VB Working Model Edition is like a Learning Edition. I don't think there is a way to make exe files. You'd have to get either the Professional or Enterprise Edition (or a Standard Edition, if there is one for Vb6).

  4. #4
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    If you can obtain LINK.EXE and C2.EXE from another copy of VB, and learn how they are called from VB, you can emulate the compile process, and do many fun things with your programs. Including DLL exports, extra stack space, and more. But even just the linker/compiler allows you to do a quick build of an EXE.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

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