Search found 116 matches

by Roberto Parisi
Tue Mar 23, 2010 3:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MingW makefile
Replies: 12
Views: 1555

Re: MingW makefile

Ok Antonio.

Many thx.

Roberto Parisi
by Roberto Parisi
Mon Mar 22, 2010 1:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MingW makefile
Replies: 12
Views: 1555

Re: MingW makefile

Yes Antonio, many thx.

I think it's the time to change to a more modern, fast and portable compiler against old and not updated bcc, so I want to test if mingw do the work without problems.

Regards,
Roberto Parisi
by Roberto Parisi
Sun Mar 21, 2010 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MingW makefile
Replies: 12
Views: 1555

Re: MingW makefile

I've got errors on CallDll.c

Another question... I know there are internal functions for fivehc.lib, how to make a working fivehc.lib with mingw?

Regards,
Roberto Parisi
by Roberto Parisi
Sun Mar 21, 2010 11:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: MingW makefile
Replies: 12
Views: 1555

Re: MingW makefile

Thx Antonio.

I have still problems with inline asm... mingw seems want asm("...") instead _asm {...} sintax.

Have you already solved this issue?

Thx in advance,
Roberto Parisi
by Roberto Parisi
Sat Mar 20, 2010 10:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3349

Re: how to compile the file maindllp.c [SOLVED]

I changed the following lines (according to hbapi.h declaration): 188: char * hb_parc( int iParam, ... ) to const char * hb_parc( int iParam, ... ) 627: char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */ to const char * hb_pards( int iParam, ... ) /* retrieve a date as a s...
by Roberto Parisi
Sat Mar 20, 2010 9:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: MingW makefile
Replies: 12
Views: 1555

Re: MingW makefile

Antonio, is it possible? I read about your tries, can we go with it?

Regards,
Roberto Parisi
by Roberto Parisi
Fri Mar 19, 2010 8:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3349

Re: how to compile the file maindllp.c

Hi Antonio, are you using last xharbour CVS? The problem still exists. i:\apps\bcc55\bin\bcc32 -c -Ii:\apps\xharbour\include -Ii:\apps\bcc55\include maindllp.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland maindllp.c: Error E2356 maindllp.c 189: Type mismatch in redeclaration of 'hb_p...
by Roberto Parisi
Wed Mar 17, 2010 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3349

Re: how to compile the file maindllp.c

I'm interested too.

Regards,
Roberto Parisi
by Roberto Parisi
Mon Mar 15, 2010 5:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MingW makefile
Replies: 12
Views: 1555

MingW makefile

Hi Antonio,
where can I find (if it exists) mingw makefile to build fivewin library?

Thx in advance,
Roberto Parisi
by Roberto Parisi
Tue Jan 26, 2010 1:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.1
Replies: 18
Views: 4251

Re: New FWH 10.1

I'll stay tuned.

Many thx,
Roberto Parisi
by Roberto Parisi
Tue Jan 26, 2010 1:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.1
Replies: 18
Views: 4251

Re: New FWH 10.1

Hi Antonio,
any news for unicode support?

Regards,
Roberto Parisi
by Roberto Parisi
Sat May 16, 2009 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hb_compileBuf() for xHarbour?
Replies: 1
Views: 249

hb_compileBuf() for xHarbour?

Does this function exists?

If not, can it be done?

If you give me some suggests I can try to do it... but I need a starting point for my studies.

Regards,
Roberto Parisi
by Roberto Parisi
Mon Feb 09, 2009 8:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: PCode DLL
Replies: 11
Views: 1416

Re: PCode DLL

This is the def file linking TWindow. The file is only 100Kb LIBRARY TESTDLL.DLL EXPORTS _HB_FUN_AREAD @8 ; _HB_FUN_AREAD _HB_FUN_ASAVE @7 ; _HB_FUN_ASAVE _HB_FUN_ATOTEXT @6 ; _HB_FUN_ATOTEXT _HB_FUN_GETALLWIN @2 ; _HB_FUN_GETALLWIN _HB_FUN_GETDROPINFO @14 ; _HB_FUN_GETDROPINFO _HB_FUN_GETWNDDEFAULT...
by Roberto Parisi
Sun Feb 08, 2009 12:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PCode DLL
Replies: 11
Views: 1416

Re: PCode DLL

Ok Antonio,
I don't know what functions will be used from the main app so I want to force linking of all functions inside lib files.
is there a way to go?

Regards,
Roberto Parisi
by Roberto Parisi
Sat Feb 07, 2009 12:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PCode DLL
Replies: 11
Views: 1416

Re: PCode DLL

Antonio,
i tried with this:

ilink32.exe -C -Gn -Gi -Tpd -x -Lc:\apps\fwh901\lib;c:\apps\xharbour\lib;c:\apps\bcc55\lib -aa c0d32 maindllp cw32.lib import32.lib fivehx.lib fivehc.lib, fiveh.dll

my res dll is only 58Kb

Regards,
Roberto Parisi