Hello Erik and 9fans Saturday, December 29, 2007, 6:22:00 PM, Erik wrote: eq> when typing ^d at nedmail in hold mode, eq> drawterm has faulted twice at 0x27fc0 with eq> error code 0xc0000005. unfortunately i have eq> no tools to debug this. eq> - erik
look like windows sources of drawterm broken long time ago, at least i think so hour ago.. i have made some changes with just downloaded source and got "look like work version" (at least it's say "cannot read authenticator in p9sk1" as my working drawterm did). My plan 9 installation now far from me (i am at home for holidays) so I can't try it right now (maybe i will install on vmware tomorrow) There is 3 files Make.win32 - adjusted to my working environment lib/lib.h - #define uintptr unsigned int (should be ptr?) kern/win32.c - undefined variable 'p' at showfilewrite(char *a, int n) changes marked - "// by rlab" result at http://rlab.org.ua/files/ndraw.zip Now get other question: How debug with mingw environment? Or get 'pdb' file from ld, i think that should help... I will search answers tomorrow... good night :) -- Best regards, http://rlab.org.ua/ Sergey mailto:[EMAIL PROTECTED]
