User Guide
DLL Component
CONS
Larger files – because the dll is stored in the schematic the file size will be larger.
No Debug – once embedded you can't debug the dll code (not usually an issue when sharing though).
No shared Globals – you can't create global data to share amongst calls from different dl components.
No external Libraries – you can't use external libraries as these dlls can't be embedded
Exporting
When you export to EXE you can choose whether to automatically embed any dlls which are currently external to the schematic. So that's
dlls for which you haven't set the Embed input to true.
This is handy if you want to keep the dlls external until the point of exporting and saves you having to go through your whole schematic to
embed each dll.
Look for the check box below on the EXE export dialog box.
If any dlls are found which can't be embedded the software will tell you about them.
203 of 212