One of you guys posted a link to some site that gave you a briefing on creating DLL's in VB.. anyone remember that url?
Thanks in advance
Professional Software Development Tools
One of you guys posted a link to some site that gave you a briefing on creating DLL's in VB.. anyone remember that url?
Thanks in advance
You sure it wasn't this one on VC++? http://www.icynorth.com/development/...ltutorial.html as in this post http://www.indigorose.com/ubbthreads...amp;Main=23845
Just so you know, you can use the forum search feature to find stuff like that instantly whenever you need...
Corey Milner
Creative Director, Indigo Rose Software
Ahh that must've been it... I thought someone said VB.
Yeah I did a search for "DLL" and low and behold, about 4,000,000 mathces [img]/ubbthreads/images/icons/wink.gif[/img]
VB requires runtimes, and if I'm not mistaken the, the DLLs it makes are ActiveX DLL which would need to be registered before they coulde be used, besides needing the runtimes.
C++ is probably the best bet for DLLs.