SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

DLL wrapper should not error out if DLL synchronously returns undefined #211

Open mikeybanez opened 6 years ago

mikeybanez commented 6 years ago

Some DLL calls simply do not need to return a value (elgatoResponse for example). We should simply pass undefined back to the caller, and just include some documentation about debugging DLLs (what undefined returns could mean, how to verify if the DLL is actually loaded, potential issues that may cause DLL loading to fail, etc.)