#EXE Files
9 messages in this thread
I am looking for some input on creating a demonstration diskette.
Big problem number one? I am not a programmer.
I would like to be able to create a single file called demo.exe (similar to the
demo disk from Autodesk on AutoVision) and be able execute the program at the
Dos prompt or load the presentation on the hard drive but with compiled
EXE.code
I guess I'm wondering can I compile a FLC or FLI in any program language like
turbo pascal or c++ or am I way off base?
Please help a troubled computer aficionado wannabe.
Thank you much…
Paul J.
Paul,
I did a little program called BUILDSV (in the lib somewhere as BLDSV.ZIP)
which appends a flic to a viewer stub to make an .EXE. The resulting .EXE will
play on any VGA if you start with a .FLI, or on VESA-compliant display cards if
you start with a .FLC. –dkm
David,
I tried your BUILDSV. It creates an EXE file ok, but when I try to execute it,
the following msg is displayed:
Runtime error 002 at 0000:2706
I use an ATI Ultra Plus 2MB and have their VESA driver loaded which normally
does a good job. Any hints?
Thanks.
– Alexander.
Alexander,
Is that the latest (1.0.3) release that's giving you the runtime error? Error
2 means that it can't find or can't open some file. Let's see, are you running
the .EXE from a different directory? Did you make the EXE read-only? What's
the size of the new EXE? –dkm
David:
Uhhhh, thanks for the quick reply! It's rel. 1.0.1 I'm running. So, looks like
I'll try the new one. The EXE is in the same directory as the fli/flc. I didn't
make the EXE read-only. The new EXE is 35172 bytes bigger than the fli I just
tested with. I'll first try the new rel. and come back to you after that.
Thanks again!!
– Alexander.
David,
BUILDSV 1.0.3 works ok. Just to let you know. Thanks again for your help!
– Alexander.
<< I did a little program called BUILDSV (in the lib somewhere as BLDSV.ZIP)
which appends a flic to a viewer stub to make an .EXE. The resulting .EXE will
play on any VGA if you start with a .FLI, or on VESA-compliant display cards if
you start with a .FLC. –dkm >>
David,
This is exactly what I needed. It's so easy to work and the documentation is
well written, I am impressed.
I'm sure there's other programs similar but, when your contacts are limited
such as mine it's nice to be able to turn to the forum for quick and easy
answer's.
For the first time last night I didn't have insomnia over such a basic need.
The only problem I see now is compression.
Let me try it for a couple of week's and I'll be happy to send you the program
fee.
Thank you much.
A now UNtroubled computer aficianado wannabe…
Paul J.
Paul,
<< The only problem I see now is compression.. >>
You should check out SMACKER by RAD software and NIC by
New Age Interactive for flic compression. Both of these were
recently uploaded into the libs recently with an example compressed
flic. Search on keyword SMACKER for smacker related files and
search on keyword NEWAGE for New Age examples.
jonas[ades]
Jonas, Just FYI, I downladed the NIC compressor and player and it really
doesn't work to great. (At all). First of all it's _very_ slow. Also, it put a
border of crap around the animation and shrunk the resolution. I can compress
animations myself by just changing the resolution. And Apro does it faster!
Haven't tried smacker yet but I think I'll try it today. Oh well, at least
their trying. Needs much work though…
Dave Mennenoh