Alright i've unpacked all the files from the folder i downloaded into the directory that my compiler is in. Some of the functions in a header file work, while others give linker errors. gdImagePtr works, but gdImageDestroy gives an error
' [Linker error] undefined reference to `_imp__gdImageDestroy@4'
anyone know a solution to this problem?
Gd library installation C++, windows?
You get linker errors if you don't link in the appropriate libraries. You did link in the compiled gd library, right?
cabbage
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment