-
gcc does not admit class name inside class.
FTTextureGlyph.h line 55 should be changed in:
static void ResetActiveTexture(){ activeTextureID = 0;}.
2008-01-08 09:22:25 UTC in FTGL
-
WebThread.pas : line 170
FileSize := InternetSetFilePointer(fFileHandle, 0, nil, FILE_END, 0);
sometimes (with Apache1.x?) fail (return -1)
infact, according to MSDN,
[...] This function cannot be used once the end of the file has been reached by InternetReadFile. [...]
use of HttpQueryInfo with HTTP_QUERY_CONTENT_LENGTH may be more correct.
2007-12-16 11:26:07 UTC in wxWidgets Dialog Designer
-
WebThread.pas : line 170
FileSize := InternetSetFilePointer(fFileHandle, 0, nil, FILE_END, 0);
sometimes (with Apache1.x? I am not sure) fail (return -1)
infact, according to MSDN,
[...] This function cannot be used once the end of the file has been reached by InternetReadFile. [...]
use of HttpQueryInfo with HTTP_QUERY_CONTENT_LENGTH may be more correct.
2007-12-16 11:23:10 UTC in Programming with wxDev-C++
-
WebThread.pas : line 169
FileSize := InternetSetFilePointer(fFileHandle, 0, nil, FILE_END, 0);
sometimes (with Apache1.x?) fail (return -1)
infact, according to MSDN,
[...] This function cannot be used once the end of the file has been reached by InternetReadFile. [...]
use of HttpQueryInfo with HTTP_QUERY_CONTENT_LENGTH may be more correct.
2007-10-28 12:37:39 UTC in Dev-C++
-
paolomedici committed patchset 59 of module lip to the ScriptImageProcessing CVS repository, changing 10 files.
2007-07-28 09:21:44 UTC in ScriptImageProcessing
-
paolomedici committed patchset 58 of module lip to the ScriptImageProcessing CVS repository, changing 3 files.
2007-03-25 18:56:14 UTC in ScriptImageProcessing
-
paolomedici committed patchset 57 of module lip to the ScriptImageProcessing CVS repository, changing 21 files.
2007-03-25 18:55:54 UTC in ScriptImageProcessing
-
paolomedici committed patchset 56 of module lip to the ScriptImageProcessing CVS repository, changing 6 files.
2007-03-08 21:45:35 UTC in ScriptImageProcessing
-
paolomedici committed patchset 55 of module lip to the ScriptImageProcessing CVS repository, changing 7 files.
2007-03-08 21:36:59 UTC in ScriptImageProcessing
-
paolomedici committed patchset 54 of module lip to the ScriptImageProcessing CVS repository, changing 23 files.
2006-11-26 14:05:52 UTC in ScriptImageProcessing