hy guys i compiled the source with code blocks and it worked it only gave 1 warning put if i take the dll file in the Win32-gcc mpa and past it in the bin... map were the programs are it doesn't work it gives an error
the error say's
look at picture [img=http://img151.imageshack.us/img151/5952/problemhi4.th.jpg]
whit source i mean the ilricht folder the the source folder and ther is a code block project so thats what i mean and now i'm going to test what you said about the lib and dll thx for the info
.a is the file format for mingw/gcc while microsoft uses .lib files. They are basically the same, so you have to link your app against those files to properly connect to the dll file.