Presentation is loading. Please wait.

Presentation is loading. Please wait.

Web programming and advanced development techniques

Similar presentations


Presentation on theme: "Web programming and advanced development techniques"— Presentation transcript:

1 Web programming and advanced development techniques
DLL usage and creation

2 DLL creation 1 solution, 2 projects: DLL creator project + DLL user project DLL creator project: Class Library DLL user project: Console App, its references must contain the DLL file (Visual Studio helps: it is possible to add reference to the Class Library project instead of the physical DLL file) The DLL file is by default always copied next to the EXE file After adding the reference, the Console App can access the namespaces and the classes in the DLL using the regular way: create instances, call methods…

3 Task Create an app where the main class of the game uses DLL modules (plugins) to allow any controlling method for the individual players User  Controlled by the user RandomEnemy  Random movements FollowerEnemy  It follows the user Solve this task using referenced DLL files and dynamically loaded DLL file as well! The common classes can be downloaded from the website

4

5


Download ppt "Web programming and advanced development techniques"

Similar presentations


Ads by Google