Re: how to use dll

2009-01-25 Thread Sergey Gromov
Wed, 21 Jan 2009 23:19:48 -0500, reimi gibbons wrote: > I'm currently developing a software with D and Tango. I don't have > much knowledge on DLL, but i do know when linking to static lib you > need a .h header file, but do i need .h for linking with DLL as well? > > > also can anybody please p

Re: how to use dll

2009-01-21 Thread Daniel Keep
reimi gibbons wrote: > Hi all, > > I'm currently developing a software with D and Tango. I don't have much > knowledge on DLL, but i do know when linking to static lib you need a .h > header file, but do i need .h for linking with DLL as well? > > also can anybody please provide a quick and s

how to use dll

2009-01-21 Thread reimi gibbons
Hi all, I'm currently developing a software with D and Tango. I don't have much knowledge on DLL, but i do know when linking to static lib you need a .h header file, but do i need .h for linking with DLL as well? also can anybody please provide a quick and small example to link with DLL. *im t