Re: how do i bind my program uesing Win32lib v0.70.18
- Posted by ghaberek (admin) Apr 18, 2013
- 1083 views
jpbg33 said...
I tryed to bind my program and it said it was complet
and my program was ready to run but I looked for the
program and it wasn't there I cearched the whole computer
but there was no fill
It should tell you right in the output where the resulting exe file is; it should be the same as your program but with the extension "exe" instead. You can manually specify the output path with the -out option as well.
C:\Euphoria\Win32Lib\Demo>eubind window.exw deleted 3 unused routines and 3403 unused variables. You may now run C:\Euphoria\Win32Lib\Demo\window.exe
What command were you running?
-Greg