Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 14:11:10 +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