Question about .dll files.

GeneralStukov

Beta member
Messages
4
I know that .dll files are the main driving files in a good computer game but, how in the world do I make them?? If anyone knows how to make them please post and it would be greatly appreciated.
 
you can make them in eith emicrosoft c++ or in visual basic.

to create them in basic, just select DLL as the project type when you start.

to create them in C change the project preferences to make the target output a DLL file.
 
Back
Top Bottom