Discussion:
Linker behaviour for 32 and 64 bit
Jeya Ravichandran
2018-08-09 17:01:32 UTC
Permalink
I am trying to build an executable which dynamically links a DLL(say A) and
this DLL(A) links another DLL(say B).
for 32 bit, both the DLL A and its dependency DLL-B is getting linked.
but for 64 bit , only the DLL is linked not its dependency.
Provide clarity on this behaviour of the linker tool.
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/94e9021b-e4bc-4821-9bfc-fd59e90d0fcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Search results for 'Linker behaviour for 32 and 64 bit' (Questions and Answers)
3
replies
How to prevent being subclassed in C++?
started 2007-05-07 16:18:41 UTC
programming & design
Loading...