・
Reviews 3
・
Average rating 5.0
I listened to the lecture very well. I wish there was a dynamic library section in the CMake practical section. Additional) Questions Changing static to shared in add_library is not the end. In the actual code, codes for dynamically loading libraries (dlopen, LoadLibrary, etc.) must be branched and added for each platform, and additional dependencies such as CMAKE_DL_LIBS and windows.h are also needed to use that function. I am curious about how to organize platform branching while dynamically loading Shared Libraries in the runtime in the modern CMake style. If platform branching is too trivial, I think we need at least a dlopen lecture on Shared Libraries based on Linux. It is not difficult to make it work, but it is difficult to make it well, so I am curious.
Thank you for taking the course. I will create and upload additional lectures on dynamic libraries. Could you tell me more about what you are curious about in terms of dynamic libraries for the course creation?
Thank you for adding the content. There is no right answer to what you are trying to do, but I will try to make a lecture based on my experience and add it. Please understand that it will take some time to make it. ^^
Added dynamic library lecture!
I really enjoyed the lecture. It was exactly what I wanted! It was very helpful!
I'm so glad it was helpful! If you have any questions, please feel free to request additional lectures!







