Dear Community,
I am trying to maintain a relatively large code I didn't develop myself. The project is well structured and has different libraries and dlls in its different folders. I need to create an exe of that code. As a first step I tried to go the simplest way by selecting a main vi in the application building configuration window and build the exe without any other configuration steps. One thing I don't understand is that the created data folder that contains the supported files does not contain all dlls that are part of the project. When running the exe I immediatly got the error "Resource not found" because some dlls were missing. As a result I added these dlls in the "always included" section of the application building configuration window. As a result these dlls were included in the data folder but still not all of the dlls of the project are included. The exe is starting now but I got another error in the initialization step of the exe. After debugging i found out that the cause is again a missing dll at some point.
My question now is:
How can I guarantee that all dlls of the project are included in the exe?
Thanks in advance.