View Single Post
Old 09-03-2006, 09:43 PM   #3 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

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 is offline