|
-
Oct 20th, 2000, 10:11 PM
#1
Thread Starter
New Member
Can you make it into a program in the VB working model edition
-
Oct 20th, 2000, 11:00 PM
#2
Frenzied Member
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.
-
Oct 20th, 2000, 11:55 PM
#3
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).
-
Oct 22nd, 2000, 09:50 PM
#4
Frenzied Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|