Hi All, I see your messages on harbour mailing list archive but I haven't received any mail in last 4 days. If nothing will change then I'll copy and past them to replay but maybe Phil can make sth with it. Phil? It's a real problem. Can you help? I had such problems in the past and as workaround I was registering other mail addresses in Harbour-devel list and then changing the active one but I was loosing messages and receiving some others more then once and it was helping only temporary.
Meanwhile some short answers: 1. Rodrigo, you have to recompile whole Harbour source code (make clean). Your hbextern library was compiled with old __I18N_*() functions. 2. The procfile() was designed only for functions not method calls. I should disable showing the file for methods. I'll do it ASAP. If I'll find some time I maybe I'll add also support for methods. Please only remember that PROCFILE() shows only main module name and we do not have any information about included files so using it with PROCLINE() does not have to point (and ever did neither in Harbour nor xHarbour) to exact source code file. 3. Lorenzo, two days ago I rebuild Harbour and xhgtk on Windows and created shared libraries. It works like in Linux and it's possible to link all bindings to GTK+2.0 inside xhgtk.dll so later is possible to use only -lxhgtk to link final Harbour application. There is only one difference which have to be resolved in build scripts. In Windows .dll files have to be located in one of directory point by PATH not in LIB directory to execute final binaries. Few weeks ago harbour.dll was moved from HB_LIB_INSTALL to HB_BIN_INSTALL. It means that now HB_BIN_INSTALL have to be one of -L directories passed to gcc and hb* scripts. BTW I was not able to find glade binaries for Windows with linux/xhgtk compatible directories and .h header file names so I simply disabled glade support in xhgtk to recompile it. Which glade version do you use in Windows? For other messages I'll replay when I will receive them. If it does not happen in the weekend then I'll begin to answer coping them form Harbour-devel mail list archive. If I miss sth and the problems are still open then I'll will have to ask you to repeat your questions. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour