Search found 3 matches

by l.f.
Sat Feb 12, 2011 5:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling tcbfunc.c with VC++ express 2010
Replies: 1
Views: 714

Re: error compiling tcbfunc.c with VC++ express 2010

It seems enough to add -D__HARBOUR__.

Am I correct?

best regards,
Lorenzo Fiorini
by l.f.
Sat Feb 12, 2011 9:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling tcbfunc.c with VC++ express 2010
Replies: 1
Views: 714

error compiling tcbfunc.c with VC++ express 2010

Compiling tcbfunc.c with a 2.1rc1 harbour and hbmk2 I get the errors below. I tried with cl alone using the ones in buildm.bat it doesn't work also. I need to do a small local change. What are the right parameters to use? best regards, Lorenzo Fiorini c:\dvl\fwh\include\ClipApi.h(463) : warning C439...
by l.f.
Mon Jan 24, 2011 6:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit C funcs not found in mingw libs 10.9
Replies: 4
Views: 946

RichEdit C funcs not found in mingw libs 10.9

I tried to rebuild my apps with mingw and I got: c:/dvl/fwh/lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x198): undefined reference to `HB_FUN_REDLLVERSION' c:/dvl/fwh/lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1b8): undefined reference to `HB_FUN_REGETPARAFORMAT' ... c:/dvl/fwh/lib/fivehg.lib(...