-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant run binded file in memory #50
Comments
No idea, what are your settings? |
What's your file settings? |
file settings? |
The bound file you added, for example what drop location did you choose? And the native built file is 32-bit for maximum compatibility. |
oh so it is the output exe problem right? |
how can i make it x64 |
If you're doing something that requires a 64-bit file then yes. You'd have to change the tcc compilation command, might work if you change UnamBinder/UnamBinder/Forms/Builder.cs Line 210 in b79b6f3
|
|
Right, might have to remove UnamBinder/UnamBinder/Forms/Builder.cs Line 174 in b79b6f3
|
|
|
in\Debug\Compilers\MinGW64\bin\windres.exe: option requires an argument -- F |
Try removing the |
i tried and after removing -F |
So the full string is |
yes thats right |
You might have to replace the windres then, you could copy over the one from the miner. |
Hi i tried crypting the exe that binder gave me but it doesnt work, why?
The text was updated successfully, but these errors were encountered: