Playing around with accessing functions inside a DLL from LotusScript but it's errors at run-time with "External Function Not Found". Any help is much appreciated. Code is linked below.
DLL made with C++: http://codeshare.io/DFQet
LotusScript Agent: http://codeshare.io/nqs6J
[SOLVED: Just needed dump the class and namespace then wrap functions in an "extern" block.]