2024-06-13 11:13 AM - last edited on 2024-06-19 02:45 AM by Laszlo Nagy
Does anyone know how to fix this? I tried to correct the path by removing Win but instead of fixing the error I got hundreds more.
2024-06-13 11:42 AM
As I wrote, please correct the path or add again the lib file in your VS project.
HTH
2024-06-13 11:57 AM - last edited on 2024-06-19 02:45 AM by Laszlo Nagy
I already did that as I mentioned, here's the result after correcting the path
2024-06-13 06:21 PM
Hi,
Please use the ACAP_STAT.lib instead of the debug version.
Best, Akos
2024-06-14 04:02 AM
Hi Akos,
I tried doing it but I got same 600 errors.
2024-06-14 08:23 AM
I think the issue is not related to ACAP_STAT.lib then.
Could you please post the relevant part of your source, mainly AddOnMain.cpp/.hpp?
Thanks, Akos
2024-06-14 08:39 AM
2024-06-14 11:40 AM
I think the problem is that you are including ACAPI_MigrationHeader.hpp twice in your project, once in AddOnMain.cpp and once in APICommon.c – remove one of those where it's not needed.
That header includes implementations, so it should be included only once.
Best, Akos
2024-06-14 11:53 AM - last edited on 2024-06-19 02:46 AM by Laszlo Nagy
Thank you sir Akos, that fix almost all the errors now I'm down to 1
2024-06-14 12:08 PM
I messed up. I got last 1 errors like I send recently after that I tried to clean then rebuild and the results got the 600+ errors back