Displaying 4 results from an estimated 4 matches for "__imp__".
Did you mean:
__imp_
2003 Oct 26
2
Windows Link Errors
I''ve fixed all of the compile errors for building wxRuby with VC++ 6.0, now
I''m down to link errors.
I can''t do any more work tonight, so I thought I''d post my console output in
case someone else recognizes the problem before I get back to it tomorrow
night.
Curt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
Hi. I'm trying to get a project linking to libFLAC_static.lib but I
get linker errors such as the following.
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol
__imp__FLAC__stream_decoder_process_until_end_of_metadata referenced
in function "protected: int __thiscall
CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDecoder@@IAEHXZ)
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol __imp__FLAC__stream_decoder_i...
2012 Mar 23
0
Trying to link against libFLAC_static.lib (windows)
On 3/23/2012 13:59, Glenn McCord wrote:
> Hi. I'm trying to get a project linking to libFLAC_static.lib but I
> get linker errors such as the following.
>
> The __imp__ prefix seems to imply that some kind of .dll usage is
> happening, which it shouldn't.
>
> All I need is the C lib, so I just build libFLAC_static from within
> VS2010 (I've converted the VS2005 project)
>
> I've then linked to that library by setting the linker sett...
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
On Fri, Mar 23, 2012 at 9:45 PM, JonY <jon_y at users.sourceforge.net> wrote:
> On 3/23/2012 13:59, Glenn McCord wrote:
>> Hi. I'm trying to get a project linking to libFLAC_static.lib but I
>> get linker errors such as the following.
>>
>> The __imp__ prefix seems to imply that some kind of .dll usage is
>> happening, which it shouldn't.
>>
>> All I need is the C lib, so I just build libFLAC_static from within
>> VS2010 (I've converted the VS2005 project)
>>
>> I've then linked to that library by s...