Re: Exe Problem
Don Austin wrote:
>
> My brother and I are developing a small Euphoria app.
> It consists of 5 programs and 2 .dat files. We both have the latest release
>
> of Euphoria. We both have new machines running Windows Vista. We use Euman's
>
> Tsunami file handler. We use bindw to convert the .exw files to .exe
Tsunami Record Manager is not Euman's program, just a wrapper for a library.
> The problem:
> The exe files all run fine in the Euphoria directory, but when we copy them
>
> to another directory only one program will run ( the only one without file
> handling). All you get when you run an EXE program that has
> INCLUDE TRM.EU_EW is a quick flash. No error message.
>
> (snip)
The issue here is (most likely) that the Interpreter is looking to open the
Tsunami DLL file from the local directory. You need to move that file with your
executable, or place it somewhere in your path like %EUDIR%\BIN.
NOTE: Binding only binds your *source code* with the Interpreter. Any other
external files used (like DLLs) are still external to your executable.
Hope this helps,
-Greg
|
Not Categorized, Please Help
|
|