1. Eu403 and win32Lib = OK
- Posted by sergelli Sep 28, 2011
- 1116 views
I am using in my programs, "wn32lib.ew" with "Eu403" almost without problems. Derek, thank you for the excellent work.
At the moment, I am not able to get a "myProgram.exe", with my "icon.ico"
I use a code "toBind.exw" to produce the ".EXE"
param=getenv("EUDIR") & "\\bin\\eubind.exe -icon " & iconfile & " " system(param & target, 1)
But, only the default Eu4 icon appears.
Is there any error or missing something in this "toBind.exw" code?
Thanks in advance.
Sergio
2. Re: Eu403 and win32Lib = OK
- Posted by sergelli Sep 28, 2011
- 1154 views
Definitely, I'm doing something wrong when building one file ".EXE"
When I use the Eu3, the size of. "EXE" is 416.2 Mb When I use the EU4, the size of. "EXE" is 1.9 Mb
I am using the code from the previous post to get. ".EXE"
Could someone tell if this is normal with the EU4?
If it is not normal, what is the correct way to do one ".EXE"?