How to add dlls to application package
See original GitHub issueHi! Maybe I’ve missed something… How can I add dll libraries to application installation package? The dlls must be at the same (package’s root) folder where MyApp.exe
located (node.dll
and others).
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
[UWP] How to add dlls when packaging a UWP application?
You could create a new folder in your Windows Application Packaging Project and add a post-build event step to copy the needed DLLs...
Read more >How to add a .dll reference to a project in Visual Studio
Copy the downloaded DLL file in a custom folder on your dev drive, then add the reference to your project using the Browse...
Read more >Add a missing .DLL file to Windows - Computerworld
1. Locate your missing .dll file at the DLL Dump site. · 2. Download the file and copy it to: "C:\Windows\System32" · 3....
Read more >How to Make & Use (.dll) files in Visual Studio - YouTube
Open\Edit Already Created (. dll ):https://youtu.be/5XWmw8bnX_gSoftware Used In Tutorial:-Visual Studios 2019 PreviewProject Description:- ...
Read more >FileNet P8 - Tutorial: Configuring a Visual Studio Project - IBM
After you create a new project, you must reference a required DLL and, if necessary, an optional DLL.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No. But once will be a proposal, it will be implemented. Since today is Friday, you can expect working solution on Monday.
I like your proposal.
@develar thanks for answering! Are you just planning this feature? Do there exist any working solution for adding extra resources, maybe a hack?
If you ask me, I love gulp’s style of pattern matching. Files and folders can be specified.
!
symbol at the beginning of rule means exclusion.extraResources
may be different for each platform. For example: