I get this when using Gdiplus function GdipCreateEffect() only under x86 plateform, under 64 bit it's ok.
I changed PB original Gdiplus.lib file with last version from MS SDK (246 Ko instead of 240 Ko) but still the problem (compiler restarted).Polink error : unresolved external symbol '_GdipCreateEffect'
I don't know if other effect functions can be runnig under x86 PB plateform.
Code: Select all
GdipDeleteEffect()
GdipGetEffectParameters()
GdipGetEffectParameterSize()
GdipSetEffectParameters()
GdipBitmapApplyEffect()
GdipBitmapCreateApplyEffect()