M
M
Mikhail Salkov2016-08-31 23:28:00
IDE
Mikhail Salkov, 2016-08-31 23:28:00

What development environment should I use so that libraries (Win) are not required to run?

Hello, what development environments and programming languages ​​can be used so that libraries, frameworks, etc. are not required to run the application. (just an exe file)? Tried C# but it needs Microsoft .NET Framework. Java is not suitable because it can be easily decompiled. To work under Windows.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
evnuh, 2016-09-01
@mihailsalkov

All except those that are not translated into machine code, that is, not scripted (php, js, python), not in virtual machines (java, c#, scala). For example C, C++, Go, Rust.
In general, Go, just one of the paradigms, declares that one executable is our everything. I advise him.

X
xmoonlight, 2016-08-31
@xmoonlight

I am writing in Delphi. One exe-shnik is created and there are no problems.

V
Vladimir Martyanov, 2016-09-01
@vilgeforce

Visual studio and static linking. And most importantly - no .NET!

V
Vladimir Korotenko, 2019-12-22
@firedragon

All current versions of windows have NET.
Right out of the box.
Here you choose it. Binary size 40k

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question