Support Board
Date/Time: Tue, 13 May 2025 02:34:46 +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 |