2011-09-27 09:25 AM - last edited on 2023-08-02 09:13 PM by Doreena Deng
Error 1 error LNK2001: unresolved external symbol GetExportedFuncAddrs C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\LINK ABC Error 2 error LNK2001: unresolved external symbol SetImportedFuncAddrs C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\LINK ABC Error 3 error LNK1120: 2 unresolved externals C:\Program Files\Graphisoft\API Development Kit 15.2702\Examples\ABC\Debug\ABC.lib ABC
/export:GetExportedFuncAddrs,%@1 /export:SetImportedFuncAddrs,@2to
/export:GetExportedFuncAddrs,%401 /export:SetImportedFuncAddrs,%402
2011-09-27 10:25 AM
hikaroute wrote:You can fix the problem by using VS2005. The API documentation states that this is a requirement. I'm not saying it's impossible to use another version, but expect to have many more problems than this (potentially serious runtime problems).
Now I converted my ArchiCAD Add-on project from VS2008 to VS2010, some error was fixed by me. But Only this error that I cannot fix it. Can anyone tell me how to fix this error, because now I cannot continue work.
2011-09-27 10:31 AM
Ralph wrote:Last time, I can build my project with VS2008 and it works great. But today I need to build the same project with VS2010 because my company need to change the version for all computer.hikaroute wrote:You can fix the problem by using VS2005. The API documentation states that this is a requirement. I'm not saying it's impossible to use another version, but expect to have many more problems than this (potentially serious runtime problems).
Now I converted my ArchiCAD Add-on project from VS2008 to VS2010, some error was fixed by me. But Only this error that I cannot fix it. Can anyone tell me how to fix this error, because now I cannot continue work.