Re: Refering to From of ActiveX DLL

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Syed Zeeshan Haider (szhatforumsNoVirusesOrSpam_at_hotpop.com)
Date: 03/23/04


Date: Tue, 23 Mar 2004 09:41:40 +0500


"J French" <erewhon@nowhere.com> wrote in message
news:405f2c6f.31270801@news.btclick.com...

> >Although, I am having
> >some tough time with ActiveX DLL's
>
> Write DLLs in another language
>
> - VB only makes 'fake' DLLs (or should I say crippled)

So, that's why, I am still unable to 'privatise' them to a single exe yet.

> Personally I use Delphi for DLLs, others use 'C'

I don't know much about Delphi. Isn't it similar to VB?
C is very hard to learn. A friend of mine, who knows C, says, "One needs 20
to 30 years of experience to work perfectly in C." He is a musician too. For
a certain musical research, he worked months in C to develop a software. At
the end what he got was a very buggy software which gave untrustworthy
results. Then he asked me to do something in VB.
I used Excel and VB for Excel and wrote a completely bugless code in only
one month. (Thanks to MS NG's for assistance at points where I stuck!)
That's where VB proved its usefulness.
But I am still a learner.

> another is pure ASM - www.masm32.com
> - very interesting

I will try it. Thanks!