Forum Discussion

My_litteral_Username's avatar
My_litteral_Username
Copper Contributor
Nov 06, 2021

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

  • AidenWhite's avatar
    AidenWhite
    Copper 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.