Home > Archive > Clarion > September 2005 > Compiling to a standalone EXE
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Compiling to a standalone EXE
|
|
| kvaughn@stmarysathens.org 2005-09-16, 6:55 pm |
| Back to Topspeed after a long absence and have a question. Sure it's
my stupidity, or maybe something has changed along the way.
I want to build my release system as a standalone EXE (not dependant on
associated DLL's being included). Doesn't seem to be happening.
Under the project Editor/Properties, I have valued the Run-Time Library
as Standalone with the Target type of EXE. Seems in the past that was
all I had to do. I'm currently buiding a APP utiliing the TPS and
ASCII drivers. Errors of course are requsting the RUN,TPS, and ASC
dll.
Do I have include these files now? Or can they be compiled into the
EXE.
Thanks...
| |
| Leonid Chudakov 2005-09-17, 9:55 pm |
| You need to compile local not standalone
--
--
Leonid Chudakov
chudakov@klarisoft.com
Cool tools and Clarion examples at
http://www.klarisoft.com
<kvaughn@stmarysathens.org> wrote in message
news:1126880509.943884.48090@g49g2000cwa.googlegroups.com...
> Back to Topspeed after a long absence and have a question. Sure it's
> my stupidity, or maybe something has changed along the way.
>
> I want to build my release system as a standalone EXE (not dependant on
> associated DLL's being included). Doesn't seem to be happening.
>
> Under the project Editor/Properties, I have valued the Run-Time Library
> as Standalone with the Target type of EXE. Seems in the past that was
> all I had to do. I'm currently buiding a APP utiliing the TPS and
> ASCII drivers. Errors of course are requsting the RUN,TPS, and ASC
> dll.
>
> Do I have include these files now? Or can they be compiled into the
> EXE.
>
> Thanks...
>
|
|
|
|
|