FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour BCC 7 32 Bit \INCLUDE
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
BCC 7 32 Bit \INCLUDE
Posted: Sun Oct 16, 2022 07:39 AM
hi,

what is in c:\BCC7\include\*.* :-)

i have only Sub Folder
c:\BCC7\include\dinkumware\
c:\BCC7\include\windows\

but no other Files like *.H :-)

---

i want to use
c:\fwh\source\winapi\listview.c
c:\fwh\source\classes\tlistvie.prg

for a new CLASS TGrid

i have rename HB_FUNC() in listview.c and also in tlistvie.prg with new "Prefix" to avoid "dupe" Warning

i use c:\fwh\samples\buildh.bat and
bcdir=c:\bcc7

and get Warning missing "Windows.h" ...

---

so what must i do :-)
how can use modify listview.c for new Project TGrid :-)
greeting,

Jimmy
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: BCC 7 32 Bit \INCLUDE
Posted: Sun Oct 16, 2022 07:43 AM

Dear Jimmy,

It seems as you are using an uncomplete bcc7

In those folders there should be lots of header files

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: BCC 7 32 Bit \INCLUDE
Posted: Sun Oct 16, 2022 07:44 AM

If you post your code here then we will review it and build it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: BCC 7 32 Bit \INCLUDE
Posted: Sun Oct 16, 2022 08:07 AM
Antonio Linares wrote:It seems as you are using an uncomplete bcc7
In those folders there should be lots of header files

that is what i thought :-)

where do i get a complete Version or can i use BCC 5.83 \INCLUDE Files :-)
greeting,

Jimmy
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: BCC 7 32 Bit \INCLUDE
Posted: Sun Oct 16, 2022 09:12 AM

Dear Jimmy,

Please check your email, I sent you the official URLs to download it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: BCC 7 32 Bit \INCLUDE
Posted: Sun Oct 16, 2022 09:31 AM
hi Antonio,
Antonio Linares wrote:Please check your email, I sent you the official URLs to download it
did you send it to @WEB,DE ?

i have not got a Email ,,, WEB.DE often refuse Mail ...
greeting,

Jimmy
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: BCC 7 32 Bit \INCLUDE
Posted: Sun Oct 16, 2022 03:01 PM
Please check this url before 24 hours:

https://wormhole.app/20Jxy#qVKl_veFeETLmI3qAcZtmw
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: BCC 7 32 Bit \INCLUDE
Posted: Mon Oct 17, 2022 06:21 AM
hi Antonio,

using your LVCOLUMN Sample i recognize that i use "C" Source wrong.
i have try
Code (fw): Select all Collapse
PROCEDURE MAIN
...
#INCLUDE "LISTVIEW.C"

which give me Warnings :-)

---

when use it in same PRG

Code (fw): Select all Collapse
#pragma BEGINDUMP
#include <windows.h>
#include <commctrl.h>
#include <hbapi.h>

HB_FUNC(...)

#pragma ENDDUMP

i get no Warning about "missing" :-)
greeting,

Jimmy
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: BCC 7 32 Bit \INCLUDE
Posted: Mon Oct 17, 2022 06:38 AM

Dear Jimmy,

there are some differences if you want to use it as a standalone C file or inside a PRG using #pragma BEGINDUMP ... ENDDUMP

can you use it for now inside the PRG ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: BCC 7 32 Bit \INCLUDE
Posted: Mon Oct 17, 2022 08:12 AM
hi Antonio,
Antonio Linares wrote:there are some differences if you want to use it as a standalone C file or inside a PRG using #pragma BEGINDUMP ... ENDDUMP

Ok, begin to understand

Antonio Linares wrote:can you use it for now inside the PRG ?

not sure if HB_FUNC() is working ... but i get no Warning when compile :-)

i do "add" those HB_FUNC() which i "think" is need ... just search for Listview_Macro in Source
those HB_FUNC() later are used in CLASS TGrid()

i will present CLASS TGrid() when have a working Sample but it will take some Time ...
greeting,

Jimmy

Continue the discussion