View Single Post
Old 09-04-2006, 02:06 PM   #5 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Quote:
Yeah... I just want to know why It can't find the entry point...
Like I just told you, DLL's are not executable. There is no entry point. You will have to create a project that builds to an exe and reference the DLL from that exe.
jaeusm is offline