Support Board
Date/Time: Sat, 13 Sep 2025 12:46:50 +0000
Post From: fatal error LNK1104
[2017-09-20 15:28:21] |
bala - Posts: 74 |
I have some feedback. I used the following in my code: SCDLLName("XX DLL") int mydir ; void drawmyline(SCStudyInterfaceRef sc){} SCSFExport scsf_XX(SCStudyInterfaceRef sc) {} When I removed the constructs (both the global variable and the function) from the program I was able to compile! Thanks |