[Insight-users] Inconsistent .dll linkage in memory.h on Win2K with Visual 6.0

Luis Ibanez luis.ibanez@kitware.com
Mon, 18 Mar 2002 11:07:08 -0500


Hi Nils,

That looks strange,...

ITK is not replacing functions from the run-time libraries.
The error should be related to a mix of dlls at link time.

Could you please post the full list of  libraries that you
are linking with.  (maybe cut pasting that from the Visual
Built window... or from the Project/Settings/Link/Input
window)

Does the original error message has more lines ?

Do you receive this message for other functions too or
only for "_memccpy()"  ?

Thanks

    Luis


====================================


Nils Hanssen wrote:

>Hi all,
>
>I get the following error in memory.h when compiling a project with some
>other libraries like vtk and qt. All libraries where built with
>"Multithreaded DLL DEBUG":
>
>memory.h(68) : warning C4273: '_memccpy' : inconsistent DLL linkage.
>dllexport assumed
>
>Does itk replace functions from the run-time libraries?
>How can I avoid this error?
>
>Thanks in advance for any suggestions!
>
>
>Regards,
>Nils
>
>_______________________________________________
>Insight-users mailing list
>Insight-users@public.kitware.com
>http://public.kitware.com/mailman/listinfo/insight-users
>