I wish I had seen this 10 years ago, beautiful explanation of what __declspec and __stdcall do. Finally understand static linking.
@opstrader34585 жыл бұрын
Thanks, very much. Very didatic. Congrats from Brazil's South. So clear, so simple. It means you are a good teacher.
@VadimSelivestrau4 жыл бұрын
Спасибо огромное, единственное нормальное видео по этой abracadabra(embarcadero), мужик ты просто лучший, hello from Bealarus BSUIR 2020.
@brettwhittacre1773 Жыл бұрын
I have really enjoyed your videos. I would love to see one done on importing a DLL from Visual Studio and using it in C++ Builder. I have a need for that and OpenCV and cannot get it to work right.
@vclexamples Жыл бұрын
Static linking won't probably work due to compiler differences, but runtime linking should work if you mangled exportable functions (names) correctly.
@guptameenuangel9 жыл бұрын
helo sir... wt is d answr to the question explain how the concept of dynamic linking becomes helpful in case of library updates?