-
V0.10
-Bugfix: correction with file deleting (file names could not be resolved
correctly)
-Change: Till now trailing blanks were ignored. This created some problems with
filenames which differ with trailing blanks only. This is corrected
(except for T64 images).
2008-08-10 14:21:35 UTC in DIRCBM
-
filenames are trimmed for spaces. After that duplicate filenames could appear and only the first file can be read.
-ev. trim to underscore instead to nothing
-ev. append number of blanks
-open point: how to handle "real" duplicate names ?.
2008-08-07 20:37:42 UTC in DIRCBM
-
V0.9
-Added: Unterstützung für D71 Images
-Added: Unterstützung für D81 Images
-Added: Unterstützung für Debug-Logging (siehe INI-Datei)
-Added: Unterstützung für Anhängen einer fixen Extension (.PRG), siehe INI-Datei
-Added: Unterstützung für Anzeige von gelöschten Dateien (siehe INI-Datei)
2008-05-02 14:16:08 UTC in DIRCBM
-
Hi,
it's getting more interesting:
I added -Qwd1478 to the makefile. After several correctly built modules I got the following:
--------------------------------------------------
icl -nologo -c -W3 -Qwd171 -Qwd193 -Qwd279 -Qwd383 -Qwd1478 -WX -O1 -G
X -GR -MTd -D_DEBUG -DWIN32 -DPANTHEIOS_NO_AUTO_INIT -I..\..\include -I"d:\wor
k\stlsoft-1.9.6\include"...
2007-11-12 07:59:55 UTC in Pantheios - The C/C++ Logging Sweetspot
-
My build script looks as follows:
---
set STLSOFT=d:\work\stlsoft-1.9.6
call "d:\Programme\Intel\Compiler\C++\9.1\IA32\Bin\iclvars.bat"
cd build\icl9
nmake /f makefile.win32
cd ..\..
---
and I added the following two lines to stlsoft.h at line 365:
...
# elif (__INTEL_COMPILER == 910)
# define STLSOFT_COMPILER_VERSION_STRING "Intel C/C++ 9.1"
...
and this is the...
2007-11-09 07:08:22 UTC in Pantheios - The C/C++ Logging Sweetspot
-
see title.
2007-10-16 22:04:57 UTC in DIRCBM
-
see title.
2007-10-16 22:02:39 UTC in DIRCBM
-
improve logging with time stamp, instance names etc.
2007-10-16 22:02:00 UTC in DIRCBM
-
when is afterwards ?.
2007-10-10 21:48:25 UTC in DIRCBM
-
see 1805337.
2007-10-02 20:06:32 UTC in DIRCBM