Skip to content

Visual Studio looking for .lib instead of .dll #2

@B4ttleMast0r

Description

@B4ttleMast0r

I changed the kind of my Core to kind "SharedLib" and in my App which is kind "ConsoleApp" I have

includedirs
{
      "Source",

       -- Include Core
      "../Core/Source"
}

links
{
      "Core"
}

I have set my App as the startproject. I run the batch file, open the solution, and press F5.
I get a build error saying LNK1104 cannot open file '\Binaries\windows-x86_64\Debug\Core\Core.lib'
Why is it looking for a .lib file and not a .dll file? Do I need to change something else? The .dll file does exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions