Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux <davygrvy@xxxxxxxxx>
- Date: Thu, 19 Apr 2007 05:59:05 -0700
JesusChuyCampos@xxxxxxxxx wrote:
By any chance when you build your DLL, did it depend on msvcr80.dll?
No, I get msvcrt.dll. That's your compiler's fault. Replace -MD with -MT in the
command line and it should lose that dependency.
Once I copy both jnior300.dll and the msvcr80.dll to the same
directory as jnior310tcl2.dll the error message of "couldn't load
library ....: this library or a dependent library could not be found
in library path" went away but I got a new error message "could not
find the section that owns the import directory".
That's a new one for me. I've never seen that before.
When I look at the
msvcr80.dll with "depends" it is a shade of red; with some functions
green and others red. I have three of these DLLs: One for win64,
amd64 and the other for Microsoft.vc80.crt. Each have some issue.
No clue.. all new.
--
"The intrepid Spaceman Spiff is stranded on a distant planet!
..our hero ruefully acknowledges that this happens fairly
frequently.." --- Calvin and Hobbes
Attachment:
signature.asc
Description: OpenPGP digital signature
- Follow-Ups:
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- References:
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- From: Christian Gollwitzer
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: Alexandre Ferrieux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- From: David Gravereaux
- Re: C++/TCL Need Solution to Compile Error c2784
- From: JesusChuyCampos
- Re: C++/TCL Need Solution to Compile Error c2784
- Prev by Date: Re: How to Expect a pattern not in the output?
- Next by Date: What's wrong with my while loop?
- Previous by thread: Re: C++/TCL Need Solution to Compile Error c2784
- Next by thread: Re: C++/TCL Need Solution to Compile Error c2784
- Index(es):
Relevant Pages
|