Quote:
Originally Posted by TempoMat
The setup.inx may contain the called functions.
Can you share a copy of the "setup.inx" file?
|
Unfortunately I cannot the share the .inx file. But I succeeded using https://github.com/darknesswind/IsDcc.git and fixing its compilation errors. With that, i was able to see which DLL-Functions where called from the script code.
Fixes were:
https://github.com/darknesswind/IsDcc/blob/master/common.h#L29
Changing that to TYPE_UNDEF5, instead of TYPE_AUTOSTRING - if I recall correctly.