PDA

View Full Version : What's that URL for DLL help again?


element78
09-03-2003, 07:40 PM
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

Corey
09-03-2003, 07:51 PM
You sure it wasn't this one on VC++? http://www.icynorth.com/development/createdlltutorial.html as in this post http://www.indigorose.com/ubbthreads/showthreaded.php?Cat=&Board=UBB2&Number=24116&Sear ch=true&Forum=All_Forums&Words=Brett&Match=Usernam e&Searchpage=0&Limit=25&Old=allposts&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 (http://www.indigorose.com)

element78
09-03-2003, 07:54 PM
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 /ubbthreads/images/icons/wink.gif

Worm
09-03-2003, 08:52 PM
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.