Re: [Mingw-w64-public] Getting actual import name from dynamic library

2019-03-06 Thread LRN
On 07.03.2019 10:11, Пётр Байкалов wrote: > How do I get the name of library which will be imported? For example, I > have "libopencv_phase_unwrapping.dll.a" , how do I get > "libopencv_phase_unwrapping320.dll" from it? dlltool -I libopencv_phase_unwrapping.dll.a signature.asc Description: Open

[Mingw-w64-public] Getting actual import name from dynamic library

2019-03-06 Thread Пётр Байкалов
Hello. How do I get the name of library which will be imported? For example, I have "libopencv_phase_unwrapping.dll.a" , how do I get "libopencv_phase_unwrapping320.dll" from it? It is definitely happening inside linker and it is not accessing the "libopencv_phase_unwrapping320.dll" (I checked it)