Thanks Marek. These are two problems:
C:\WATCOM\H\NT\basetsd.h(35): Note! N392: col(29) definition: 'INT32' > ../../wvgcore.c(176): Error! E306: col(81) cannot convert expression to gtwvg does seem to be broken. We should ask Pritpal about it, but for sure there are some obvious (many times cited) problems which could be fixed there. Like proper <windows.h> #inclusion. But there is probably more beyond that. It could also be owatcom speciality. > But when I try build test aplication, have error : > > c:\harbour\tests>hbmk_ow cls_test > Autodetected HB_ARCHITECTURE: win > Error! E107: filename required on command line > Open Watcom Linker Version 1.8 > Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. > Source code is available under the Sybase Open Watcom Public License. > See http://www.openwatcom.org/ for details. > Error! E3122: no FILE directives found I haven't tested owatcom, so current support is a rough addition based on hbmk.bat, where owatcom support was also not working properly. If you want to experiment, you can try changing util/hbmk/hbmk2.prg line #769 from: cOpt_Link := "OP osn=NT OP stack=65536 OP CASEEXACT {OPTL} NAME {E} {O} {L}" to cOpt_Link := "OP osn=NT OP stack=65536 OP CASEEXACT {OPTL} NAME {E} {O} {L}{SCRIPT}" If it doesn't work, please use the -trace option and post your outputs. Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
