-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
x86 built in x64 #1165
Comments
using VC files gives me an issue with language in .rc file |
So the first issue is solved and now you changed it to something else? |
No, it's a bit unrelated. I managed to get it to compile (The x64 ver still has problems with debug and static lib). I should rather say the second issue is that i cannot open the included visual studio files, because they give me an error about .rc file having wrong language defined |
and you feel that is our problem? |
Yes, i would say a faulty libcurl.rc file is your problem |
okay so how exactly is it faulty? What does "wrong language defined" mean? |
I got an err: a resource in this file uses an unknown language 0x3 |
Using winbuild on windows 10 and trying to compile for x64 ver. I get..\builds\libcurl-vc14-x64-debug-static-ipv6-sspi-winssl-obj-lib/file.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
apparently it works if i use the correct vs console
The text was updated successfully, but these errors were encountered: