search for: lnk1165

Displaying 7 results from an estimated 7 matches for "lnk1165".

2014 Jun 06
2
[LLVMdev] Support for Windows Phone 8.1
...object file into sample (new DirectX app, windows phone) Visual Studio 2013 project. * Declare and Call add3 in the sample windows project. * I then get a linker error on building the solution. 1>app.obj : error LNK2008: Fixup target is not aligned 'add3' 1>LINK : fatal error LNK1165: link failed because of fixup errors ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== Could someone please confirm about the state of support for Windows Phone 8.1 ? Or am I missing something here? Thanks, Daman -------------- next part -------------- An HTML attachment was sc...
2020 Nov 08
1
Obj doesn't link under MSVC
...r and the platform I'm targeting is also MSVC x64. When linking a generated .obj file with code from another cpp into the dll, the linker complains as follows: ``` s.obj : error LNK2017: 'ADDR32' relocation to '.rdata' invalid without /LARGEADDRESSAWARE:NO LINK : fatal error LNK1165: link failed because of fixup errors ``` which is funny because as far as I can tell, that flag should have no effect on x64 anyway. If I add it to the linker command, it says it's ignored. I've noticed this happens when I use a global constant, eg. a string, but not always - for some in...
2014 Jun 07
2
[LLVMdev] Support for Windows Phone 8.1
...(new DirectX app, windows phone) Visual Studio 2013 project. > * Declare and Call add3 in the sample windows project. > * I then get a linker error on building the solution. > > *1>app.obj : error LNK2008: Fixup target is not aligned 'add3'* > *1>LINK : fatal error LNK1165: link failed because of fixup errors* > *========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========* > > > Could someone please confirm about the state of support for Windows > Phone 8.1 ? Or am I missing something here? > > Thanks, > Daman > > > __________...
2014 Jun 08
2
[LLVMdev] Support for Windows Phone 8.1
...ct file into sample (new DirectX app, windows phone) Visual Studio 2013 project. * Declare and Call add3 in the sample windows project. * I then get a linker error on building the solution. *1>app.obj : error LNK2008: Fixup target is not aligned 'add3'* *1>LINK : fatal error LNK1165: link failed because of fixup errors* *========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========* Could someone please confirm about the state of support for Windows Phone 8.1 ? Or am I missing something here? Thanks, Daman _______________________________________________ LLVM Develo...
2014 Jun 09
2
[LLVMdev] Support for Windows Phone 8.1
...t;> * Declare and Call add3 in the sample windows project. >>> * I then get a linker error on building the solution. >>> >>> *1>app.obj : error LNK2008: Fixup target is not aligned 'add3'* >>> *1>LINK : fatal error LNK1165: link failed because of fixup >>> errors* >>> *========== Rebuild All: 0 succeeded, 1 failed, 0 skipped >>> ==========* >>> >>> >>> >>> Could someone please confirm about the state of support for >>...
2014 Jun 18
2
[LLVMdev] Support for Windows Phone 8.1
...tX app, windows phone) Visual Studio 2013 project. * Declare and Call add3 in the sample windows project. * I then get a linker error on building the solution. *1>app.obj : error LNK2008: Fixup target is not aligned 'add3'* *1>LINK : fatal error LNK1165: link failed because of fixup errors* *========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========* Could someone please confirm about the state of support for Windows Phone 8.1 ? Or am I missing something here? Thanks, Daman...
2014 Jun 23
4
[LLVMdev] Support for Windows Phone 8.1
...> project. >> * Declare and Call add3 in the sample windows project. >> * I then get a linker error on building the solution. >> *1>app.obj : error LNK2008: Fixup target is not aligned 'add3'* >> *1>LINK : fatal error LNK1165: link failed because of fixup >> errors* >> *========== Rebuild All: 0 succeeded, 1 failed, 0 skipped >> ==========* >> Could someone please confirm about the state of support for >> Windows >> Phone 8.1 ? Or am I...