Share via

A question on Compiling c# with outside libraries

Robert Nikjoo 1 Reputation point
2021-11-12T09:03:04.697+00:00

Hello,

Newbie here,

I have a program that uses Opencvsharp library, developed in VS2019. When I compile the program the opencvsharp libraries are not integrated into the exe file, but remain alongside it in the debug/release folders. This means that I cannot run the exe file anywhere else.

I want an exe file that contains everything, including opencvsharp dlls and other software.
How do I do this?

Thanks in advance

Developer technologies | Small BASIC
Developer technologies | Small BASIC

A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.

0 comments No comments

1 answer

Sort by: Most helpful
  1. WhTurner 1,616 Reputation points
    2021-11-12T10:42:30.217+00:00

    You can use the tag : dotnet-csharp" for this question.
    Please remove the tag "small-basic" ,That is another programming language.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.