R
R
r_e_a_d_e_r2021-09-02 20:46:53
Programming
r_e_a_d_e_r, 2021-09-02 20:46:53

What does it mean: “Develop software using native Windows tools and components”?

What is meant by native means?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alexander Skusnov, 2021-09-02
@AlexSku

You can take WinAPI, but you can't draw, for example, in Java.

H
HemulGM, 2021-09-02
@HemulGM

Use a framework in the language that uses the native interface and platform code. In this case - WinAPI (VCL, WinForms)

V
veryoriginalnickname, 2021-09-02
@veryoriginalnickname

apparently using only what is in Windows, without third-party libraries

A
Adamos, 2021-09-02
@Adamos

If the intended language is C++, then there is one caveat: the wxWidgets library, on the one hand, does not add its own components using the native Windows GUI. Unlike Qt, for example. And on the other hand, working with it is immeasurably easier and more pleasant than with such a bottom as WinAPI. Or with obviously obsolete MFC, which she, in fact, copies quite strongly.

G
Griboks, 2021-09-02
@Griboks

Native - official, supported by the system by default, supplied with the system or through the update center. That is, it can be, for example, some .Net, and any library from c/windows/system32.

A
ab1, 2021-12-23
@ab1

notepad+vba?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question