Tutorial - How to create a DLL in visual c++ 2008 and how to load it into another app

poweredBYGDK
poweredBYGDK
41.9 هزار بار بازدید - 15 سال پیش - What is a dll file?
What is a dll file? A dll stands for dynamic link library. Dll files are standard library files that have functions that can be called from other executables, or dlls. Usually functions from a dll file can be viewed in a dll viewer or a dll editor.  Programming in c++ dll files can be helpfull later when developing a big project, you can have usefull functions that can be easily accessed from anywhere (any programming language from any operating system), so dlls must be taken into consideration whenever you're designing an app. However this video will not get into how to edit dll files.

This video shows how to create a simple c++ library / dll and how to use it in another application. Nothing more than a C++ dll tutorial about how to create a dll and how to run dll files from other executables. c.
15 سال پیش در تاریخ 1388/05/26 منتشر شده است.
41,994 بـار بازدید شده
... بیشتر