Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Apl > Re: How to crea...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 17 Topic 950 of 1022
Post > Topic >>

Re: How to create an .exe file

by AAsk <AA2e72E@[EMAIL PROTECTED] > Feb 5, 2008 at 05:39 AM

A similar question was asked in the APL2000 forum:
http://forum.apl2000.com/viewtopic.php?t=244

If you want to read about it here, the question was:

"I have programmed a model which I want to use on other computers, but
these computers do not have APL. That's why I'd like to make an
executable file of my model. Does anyone know how to do this?"

A good answer was proposed by Brent Hildebrand

"Everyone probably has their own pet way of making a APL+Win runtime
distribution, so here is my way. I take APLWR.EXE, and rename it to
the name of my program, say "MYPROG.EXE". I save my runtime workspace
as MYPROG.W3. I include APL20OCX.DLL. If you want to use the
APLUTIL.DLL or APLDRAW.OCX I include these. I frequently use APL+Win
as a COM object, so I rename APLWRCO.DLL as MYPROGCO.DLL and include
that file. And I include the APLWR.ADF renames as MYPROG.ADF for any
[]WCALL functions. I include a MYPROG.INI if desired.
So for a minimum, I have
MYPROG.EXE (alias for aplwr.exe)
MYPROG.W3 (my APL code)
MYPROG.ADF (alias for aplwr.adf or aplw.adf)
APL20OCX.DLL
and add the following as needed
APLDRAW.OCX
MYPROGCO.DLL (alias for aplwrCo.dll)
APLUtil.dll
MYPROG.INI
Note - you may want other files, data file, bitmap files, other
resources to be included in your distribution depending on your
needs.

Now, to distribute the program, I use INNOSetup (http://
www.jrsoftware.org), a free Setup utility which packages up all the
files as a single executable file. It can also make an uninstall
utility which will show up in Add/Remove program in the Control
Panel.

Note, I believe that the current APL+Win behavior is the same and
APL*Plus/PC, in that the workspace with the same name as the EXE gets
loaded."




 17 Posts in Topic:
How to create an .exe file
Posh <poshasposh@[EMAI  2008-02-04 03:27:32 
Re: How to create an .exe file
"jk" <*axy*@  2008-02-04 13:05:43 
Re: How to create an .exe file
Veli-Matti <veli-matti  2008-02-04 23:10:23 
Re: How to create an .exe file
AAsk <AA2e72E@[EMAIL P  2008-02-05 05:39:27 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-05 06:37:57 
Re: How to create an .exe file
"jk" <*axy*@  2008-02-05 15:54:03 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-05 07:28:47 
Re: How to create an .exe file
Veli-Matti <veli-matti  2008-02-05 18:53:39 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-05 09:20:40 
Re: How to create an .exe file
microapl@[EMAIL PROTECTED  2008-02-05 09:33:52 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-05 09:59:01 
Re: How to create an .exe file
Morten Kromberg <mkrom  2008-02-05 23:00:55 
Re: How to create an .exe file
microapl@[EMAIL PROTECTED  2008-02-06 01:30:49 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-06 02:12:41 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-06 03:38:28 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-06 05:12:53 
Re: How to create an .exe file
Gosi <gosinn@[EMAIL PR  2008-02-06 05:14:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 4:35:46 CDT 2008.