Page 1 of 1

Writing DLL's

Posted: Wed Jul 14, 2010 3:04 am
by Iyad
Hi everyone,

-How do I properly integrate different libraries in my (DLL) project? Actually I only link the .a files with my Dll project, but im not sure it should be done like that because I get linking errors when i compile a test program.

Thx people for your help.

Posted: Thu Jul 22, 2010 2:01 pm
by Iyad
<bump>

Posted: Thu Jul 22, 2010 2:21 pm
by greenya
What is ".a" file ?

Posted: Thu Jul 22, 2010 2:29 pm
by Acki
greenya wrote:What is ".a" file ?
it's a lib file... ;)
for (eg.) MSVC they call them SomeLibrary.lib...
for (eg.) MinGW they call them libSomeLibrary.a...

Posted: Thu Jul 22, 2010 2:29 pm
by Iyad
A library...