Multiple choice technology programming languages

The application that uses the regular DLL does not have to use MFC and does not have to be a Visual C++ application.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Regular DLLs in Windows can be used by any application, regardless of whether they use MFC or are written in Visual C++. This is because regular DLLs export standard C-style functions that adhere to the Windows calling convention, making them language-agnostic and framework-independent.