Thread
:
Dynamic Link Libraries (Help?)
View Single Post
09-03-2006, 09:43 PM
#
3
(
permalink
)
jaeusm
Software Developer
Join Date: Mar 2006
Location: Columbus, OH
Posts: 569
DLL's are not executable entities. They are dynamic link
libraries
. You need to create a project that builds to an executable (exe). You can reference the DLL from the exe. However, you really have no need to use a DLL for your project.
jaeusm
View Public Profile
Send a private message to jaeusm
Find More Posts by jaeusm