<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LINK : fatal error LNK1181: cannot open input file 'core.lib' in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9617215#M11311</link>
    <description>&lt;P&gt;LINK : fatal error LNK1181: cannot open input file 'core.lib'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am getting the above Link Error on Build of a C++ File in Fusion 360 Microsoft Visual Studio Academic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is file core.lib located?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thurai&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2020 21:30:59 GMT</pubDate>
    <dc:creator>tperam</dc:creator>
    <dc:date>2020-07-03T21:30:59Z</dc:date>
    <item>
      <title>LINK : fatal error LNK1181: cannot open input file 'core.lib'</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9617215#M11311</link>
      <description>&lt;P&gt;LINK : fatal error LNK1181: cannot open input file 'core.lib'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am getting the above Link Error on Build of a C++ File in Fusion 360 Microsoft Visual Studio Academic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is file core.lib located?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thurai&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 21:30:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9617215#M11311</guid>
      <dc:creator>tperam</dc:creator>
      <dc:date>2020-07-03T21:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: LINK : fatal error LNK1181: cannot open input file 'core.lib'</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9617569#M11312</link>
      <description>&lt;P&gt;This happened even after reinstalling Fusion 360.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thurai&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2020 12:34:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9617569#M11312</guid>
      <dc:creator>tperam</dc:creator>
      <dc:date>2020-07-04T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: LINK : fatal error LNK1181: cannot open input file 'core.lib'</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9617684#M11313</link>
      <description>&lt;P&gt;Fusion 360 Visual Studio is giving the following Error on compiling any Code: LINK : fatal error LNK1181: cannot open input file 'core.lib'&lt;/P&gt;&lt;P&gt;C:\Users\tpera\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\CPP\lib&lt;/P&gt;&lt;P&gt;Fusion Object File Library Updated on June 29, 2020 at 5:10 AM 649 KB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my Laptop Same Directory Has 3 Files:&lt;/P&gt;&lt;P&gt;Cam, Core, fusion All of them Fusion Object File Library Updated on June 29, 2020 at 5:10 AM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Desktop has only one Fusion Object Library file: fusion. May be the Linker in the Desktop is looking for core.lib in the core object library, which is not there. This is a possibility why my Desktop is giving the Link Error LNK1181.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I copied the core and cam Fusion Object Files from the Laptop to my Desktop. Then My Desktop Visual Studio Academic Compiled and Linked my C++ File successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the error Occured because Fusion 360 when updated the Object Library on June 29, 2020 at 5:10 AM did not install the cam and core object Library Files in Windows 10 Professional operating system. My Laptop has regular windows 10 operating system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thurai&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2020 14:41:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9617684#M11313</guid>
      <dc:creator>tperam</dc:creator>
      <dc:date>2020-07-04T14:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: LINK : fatal error LNK1181: cannot open input file 'core.lib'</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9618925#M11314</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6402734"&gt;@tperam&lt;/a&gt;&amp;nbsp;for reporting the issue and the solution.&lt;BR /&gt;&lt;BR /&gt;I had the exact same problem on my desktop with Windows 10 Pro. Then as you adviced, I installed Fusion 360 on my laptop (Windows 10 Home) and copied the cam.lib and core.lib from my laptop into Windows 10 Pro&amp;nbsp;machine. The issue resolved.&lt;BR /&gt;&lt;BR /&gt;I will appreciate it if Autodesk publish a patch for this issue ASAP.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 01:57:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9618925#M11314</guid>
      <dc:creator>nnikbin</dc:creator>
      <dc:date>2020-07-06T01:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: LINK : fatal error LNK1181: cannot open input file 'core.lib'</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9622392#M11315</link>
      <description>I am glad to have been lucky to find it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Thurai&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2020 16:01:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/link-fatal-error-lnk1181-cannot-open-input-file-core-lib/m-p/9622392#M11315</guid>
      <dc:creator>tperam</dc:creator>
      <dc:date>2020-07-07T16:01:29Z</dc:date>
    </item>
  </channel>
</rss>

