Sietse
Fri Aug 06 08:17:41 CDT 2004
Hi Bankim,
DLL files in VFP are different from the default DLL files that you are
accustom to from other programming languages.
The VFP-type dll's are what are called COM-component libraries. Dll's
created in C++ for instance don't have to be.
When you want to learn more on dll's created by VFP take a look at the
following articles:
VFPHelp: Automation and COM Servers:
http://msdn.microsoft.com/library/en-us/fox7help/html/fooriAutomationCOMServers.asp
Microsoft Visual FoxPro and Advanced COM:
http://msdn.microsoft.com/library/en-us/dnfoxgen7/html/vfpandcom.asp
FoxTalk may 2001: Understanding COM+ with VFP, Part 1:
http://msdn.microsoft.com/library/en-us/dnfoxtk01/html/ft01e1.asp
HTH,
Sietse Wijnker
"Bankim Desai" <BankimDesai@discussions.microsoft.com> wrote in message
news:F5448CEB-DB79-4849-8595-5366D1600D28@microsoft.com...
> I dont know anything about DLL files. Can any i guide us what it does. &
how
> to create the DLL files.