Writing DLL's

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Writing DLL's

Post 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.
Last edited by Iyad on Thu Jul 22, 2010 2:08 pm, edited 1 time in total.
#include <Iyad.h>
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Post by Iyad »

<bump>
#include <Iyad.h>
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post by greenya »

What is ".a" file ?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post 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...
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Post by Iyad »

A library...
#include <Iyad.h>
Post Reply