Skip to content

Instantly share code, notes, and snippets.

@pierrejoye
Created April 23, 2013 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierrejoye/5440110 to your computer and use it in GitHub Desktop.
Save pierrejoye/5440110 to your computer and use it in GitHub Desktop.
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(122) : error C2491: 'gdSetErrorMethod' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(127) : error C2491: 'gdClearErrorMethod' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(136) : error C2491: 'gdImageCreate' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(201) : error C2491: 'gdImageCreateTrueColor' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(273) : error C2491: 'gdImageDestroy' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(297) : error C2491: 'gdImageColorClosest' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(302) : error C2491: 'gdImageColorClosestAlpha' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(469) : error C2491: 'gdImageColorClosestHWB' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(494) : error C2491: 'gdImageColorExact' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(499) : error C2491: 'gdImageColorExactAlpha' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(517) : error C2491: 'gdImageColorAllocate' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(522) : error C2491: 'gdImageColorAllocateAlpha' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(561) : error C2491: 'gdImageColorResolve' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(566) : error C2491: 'gdImageColorResolveAlpha' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(617) : error C2491: 'gdImageColorDeallocate' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(626) : error C2491: 'gdImageColorTransparent' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(642) : error C2491: 'gdImagePaletteCopy' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(694) : error C2491: 'gdImageColorReplace' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(725) : error C2491: 'gdImageColorReplaceThreshold' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(763) : error C2491: 'gdImageColorReplaceArray' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(812) : error C2491: 'gdImageColorReplaceCallback' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(937) : error C2491: 'gdImageSetPixel' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(1117) : error C2491: 'gdImageGetPixel' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(1130) : error C2491: 'gdImageGetTrueColorPixel' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(1142) : error C2491: 'gdImageAABlend' : definition of dllimport function not allowed
G:\php-sdk\lib_builds\vc11\x86\gd-libgdgit\src\gd.c(1189) : error C2491: 'gdImageLine' : definition of dllimport function not allowed
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment