fatal error LNK1106: invalid file or disk full
Hi,
can anybody tell me, what's wrong with hugincpp2.lib
according the following :
---------------------------------------------------------------------
Searching ..\..\Hugin\HDE6.2CPP\lib\hugincpp2.lib:
Found
?save@Domain@HAPI@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z
Referenced in ex1.obj
Loaded hugincpp2.lib(hugincpp2.dll)
...\..\Hugin\HDE6.2CPP\lib\hugincpp2.lib : fatal error LNK1106: invalid
file or disk full: cannot seek to 0x404b10c0
Error executing link.exe.
proj1.exe - 1 error(s), 0 warning(s)
-----------------------------------------------
Best regards.
Re: fatal error LNK1106: invalid file or disk full
news wrote:[color=blue]
> can anybody tell me, what's wrong with hugincpp2.lib
> according the following :[/color]
[...][color=blue]
> ..\..\Hugin\HDE6.2CPP\lib\hugincpp2.lib : fatal error LNK1106: invalid
> file or disk full: cannot seek to 0x404b10c0
> Error executing link.exe.[/color]
[...]
Maybe you're trying to use a new-format library with an old linker. What
version of Visual C++ are you using?
--
Tim Robinson (MVP, Windows SDK)
[url]http://mobius.sourceforge.net/[/url]
Re: fatal error LNK1106: invalid file or disk full
Thanks, Tim
I'm using MS Visual C++ 5.0
Tim Robinson wrote:[color=blue]
> news wrote:
>[color=green]
>>can anybody tell me, what's wrong with hugincpp2.lib
>>according the following :[/color]
>
> [...]
>[color=green]
>>..\..\Hugin\HDE6.2CPP\lib\hugincpp2.lib : fatal error LNK1106: invalid
>>file or disk full: cannot seek to 0x404b10c0
>>Error executing link.exe.[/color]
>
> [...]
>
> Maybe you're trying to use a new-format library with an old linker. What
> version of Visual C++ are you using?
>[/color]
Re: fatal error LNK1106: invalid file or disk full
news wrote:[color=blue][color=green][color=darkred]
>>> can anybody tell me, what's wrong with hugincpp2.lib
>>> according the following :[/color]
>>
>> [...]
>>[color=darkred]
>>> ..\..\Hugin\HDE6.2CPP\lib\hugincpp2.lib : fatal error LNK1106:
>>> invalid file or disk full: cannot seek to 0x404b10c0
>>> Error executing link.exe.[/color]
>>
>> [...]
>>
>> Maybe you're trying to use a new-format library with an old linker.
>> What version of Visual C++ are you using?[/color]
>
> Thanks, Tim
> I'm using MS Visual C++ 5.0[/color]
OK, that's the problem. The library format changed between versions 5 and 6,
and most libraries I've seen in the last few years are in version 6 format.
Your options are to upgrade, or ask for a V5-format library. (Or download
the free Visual Studio 2003 compiler toolkit and use that.)
--
Tim Robinson (MVP, Windows SDK)
[url]http://mobius.sourceforge.net/[/url]
Re: fatal error LNK1106: invalid file or disk full
Thanks a lot, Tim !!!!
Best regards!!!
Tim Robinson wrote:
[color=blue]
> news wrote:
>[color=green][color=darkred]
>>>>can anybody tell me, what's wrong with hugincpp2.lib
>>>>according the following :
>>>
>>>[...]
>>>
>>>
>>>>..\..\Hugin\HDE6.2CPP\lib\hugincpp2.lib : fatal error LNK1106:
>>>>invalid file or disk full: cannot seek to 0x404b10c0
>>>>Error executing link.exe.
>>>
>>>[...]
>>>
>>>Maybe you're trying to use a new-format library with an old linker.
>>>What version of Visual C++ are you using?[/color]
>>
>>Thanks, Tim
>>I'm using MS Visual C++ 5.0[/color]
>
>
> OK, that's the problem. The library format changed between versions 5 and 6,
> and most libraries I've seen in the last few years are in version 6 format.
> Your options are to upgrade, or ask for a V5-format library. (Or download
> the free Visual Studio 2003 compiler toolkit and use that.)
>[/color]