
5 Aug
2004
5 Aug
'04
7:26 p.m.
Bronek Kozicki wrote:
John Maddock wrote:
changes. It looks rather more like a como setup problem, but that's just a guess.
I will try to find culprit when I'm back home.
I was able to reproduce this problem with very simple test program: #include <cstring> #include <cstring> // file included twice int main(int, char*[]) { return 0; } I believe that <cstring> from libcomo 31 is culprit here. I deployed simple temporary solution and asked Comeau Computing for support. B.