Forum Discussion
My_litteral_Username
Nov 06, 2021Copper Contributor
Whats the difference between dllName.dll and dllName_app.dll?
When a file is linked with a dll with _app at the end of its name is it the same as the one without _app on its name or is it the same?
1 Reply
- AidenWhiteCopper Contributor
DLL files bearing the _app suffix typically represent versions packaged for app stores. Whilst differing slightly from standard DLLs in deployment and API access, their functional core remains comparable.