[Bug 49033] Inno Setup installer: fails to load external dll

WineHQ Bugzilla wine-bugs at winehq.org
Tue May 19 16:26:05 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49033

--- Comment #5 from Dominik Reichardt <winehq-bugzilla at reichardt.de> ---
Ended up with
$(CXX) $(LDFLAGS) -shared -o $@ $(filter-out $<,$^) --def $< -static -lstdc++
-Wl,--add-stdcall-alias -Wl,--dynamicbase
 and now the dll is correct and our installer runs.

So, this bug report can probably be closed.

Thanks a lot Piotr, your comments lead us on the right path and we were able to
fix it.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list