Support Board
Date/Time: Sat, 19 Jul 2025 13:29:42 +0000
Post From: custome study
[2025-07-16 08:46:55] |
User431178 - Posts: 742 |
This is wrong, the void here is causing the error C2062: unexpected type 'void' SCSFExport void scsf_SMT_Divergenz_Linie(SCStudyInterfaceRef sc) Change it to this and problem solved. SCSFExport scsf_SMT_Divergenz_Linie(SCStudyInterfaceRef sc) Here is a link to another thread where the exact same problem is mentioned/solved - error code C2062, C2143 & C2447 I gave chat gpt the errors, but apparently he doesn't get rid of the error. Chatgpt writes that the sierrachart.h file must be faulty. I looked in the forum and a user had a similar error with chat gpt and you had helped him. I then used his code and it worked. So the error cannot be due to sierrachart.h
Here is chatGPT finding the solution, after a few attempts. https://chatgpt.com/share/687764a1-cb24-8004-b2f4-6b13b3ac7b7d |