Posted by member 99 on 2003-10-21 12:11:52 link
grdMagick uses this code:
grdTransparent probably uses the same or similar code, try adding .dll to the end:
// remove extension
szStart = _tcsrchr(szDest, _T('.'));
if(szStart != NULL) {
*szStart = _T('\0');
}
which would remove everything after the last '.'szStart = _tcsrchr(szDest, _T('.'));
if(szStart != NULL) {
*szStart = _T('\0');
}
grdTransparent probably uses the same or similar code, try adding .dll to the end:
*grdTransparent systray2-2.0.dll 255 3