You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile the GitHub code on my Visual Studio 2022, I get two exe files, which are SumatraPDF-dll.exe and SumatraPDF.exe. I wanted to know what the difference is between these two exe files.
Like why are two of them even being generated and what is the purpose of both of them ??
The text was updated successfully, but these errors were encountered:
ISH2YU
changed the title
Difference in SumatraPDF-dll.exe and SumatraPDF.exe
Difference in SumatraPDF-dll.exe and SumatraPDF.exe ??
Nov 18, 2024
The dll is the self-installer component which would be unpacked during custom installation from the signed executable.
size varies depending on which compilation is run thus in theory more than a dozen variations but when signed only 3 variants are released. 32bit 64bit and arm.
When I compile the GitHub code on my Visual Studio 2022, I get two
exe
files, which areSumatraPDF-dll.exe
andSumatraPDF.exe
. I wanted to know what the difference is between these two exe files.Like why are two of them even being generated and what is the purpose of both of them ??
The text was updated successfully, but these errors were encountered: