|
Posted by Jerry Stuckle on 06/07/07 04:08
treble54 wrote:
> On Jun 6, 12:03 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> treble54 wrote:
>>> Sorry, I didn't realize my last message went up as blank.
>>> I have fixed mostly all of the unresolved external symbols except for
>>> the iconv ones. I have added the correct lib and include path for
>>> iconv to the --extra-libs/--extra-includes flags. Do I need to build
>>> iconv on the machine I am using (Windows)? Or does it need to be in a
>>> different directory, maybe?
>>> -- treble54
>> Actually, it wasn't blank - must be something Google Groups (one of the
>> reasons I don't use it - I run straight from usenet - it's much better).
>>
>> I don't know about having to build it. Not knowing what it was built
>> with in the first place, it's hard to say. Compilers don't always
>> generate compatible lib files. I know it's a pain - but that seems to
>> be how it is.
>>
>> However, you might try adding iconv to your lib list. Just having it in
>> the lib path may not be enough.
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================
>
> I'm new to developing on Windows, and I am not sure what you mean by
> Lib List. If its not Windows-specific, then I guess I mean in general,
> what is a lib list.
>
> Thanks again for communicating back and forth with me. I really
> appreciate it.
>
> -- treble54
>
I don't use .NET, but every linker I'm familiar with has an option
somewhere to list the specific libraries you want included. For
instance, you might have 150 libraries in a directory, some with
conflicting definitions for various reasons. You can pick the one(s)
you want.
For command line linkers it's a "-something" option; for GUI's it's
typically an entry box. You may need to look at your documentation for
your IDE.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|