My boss asks me to create a dll file using C++. The dll file needs to do the following:
- create a blank area in Window
- create some simple shapes (for an example, a rectangle) on the blank area
- control the locations of the shapes in the blank area
I am new to C++, so please correct me if my understand is incorrect Dll is a binary file, does it allow to call other libraries to create the blank area?