1. how do i bind my program uesing Win32lib v0.70.18 it works now
- Posted by jpbg33 Apr 18, 2013
- 1094 views
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
I clicked the "generate program" button
and selected "bind progect\include"
It is now working you have to add .exe to the end of the file name
2. Re: how do i bind my program uesing Win32lib v0.70.18
- Posted by ghaberek (admin) Apr 18, 2013
- 1081 views
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