Search found 17 matches

by Perry Nichols
Fri Sep 09, 2016 6:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder question
Replies: 5
Views: 788

Re: TFolder question

Antonio, We create the folder from source code not in Resource file. I am now using the TfolderEX class with no apparent changes. I am trying to use the painttabs per the samples without success. Our issue is the active folder tab is not different appearance than all other tabs - you can not tell th...
by Perry Nichols
Thu Sep 08, 2016 7:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder question
Replies: 5
Views: 788

Re: TFolder question

Is there a simpler option? We already have the Tfolder class in use and would be a major effort to rewrite.
by Perry Nichols
Thu Sep 08, 2016 6:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 5307

Re: create a harbour dll containing functions to be executed

Antonio,

Do you know if you can call a harbour DLL from a C# .Net exe ? If so can you provide an example?
by Perry Nichols
Tue Sep 06, 2016 7:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder question
Replies: 5
Views: 788

TFolder question

Is it possible to control the color of the folder tab prompt in order to make the active folder tab more visible.
by Perry Nichols
Tue Sep 06, 2016 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 5307

Re: create a harbour dll containing functions to be executed

can we execute a 32 bit dll from a 64 bit exe?
by Perry Nichols
Wed Aug 31, 2016 7:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 5307

Re: create a harbour dll containing functions to be executed

Antonio, Thank you for the info - much appreciated. Regarding passing parameters - > You can implement several functions for each number of params to pass: does each parm have to be the same data type in all functions? Also, I am looking at the samples in FWH64 v1605 and the buildhd.bat looks like a...
by Perry Nichols
Wed Aug 31, 2016 6:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 5307

Re: create a harbour dll containing functions to be executed

That works fine, Thank you Antonio. One more item - we have the need to pass values back from the DLL to the calling EXE. Is this possible? Is pass by reference "@" a way to modify the value in the DLL and return to the EXE? Do you have to have the same number of parms for each function in...
by Perry Nichols
Wed Aug 31, 2016 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 5307

Re: create a harbour dll containing functions to be executed

Thank you Antonio, This now works, However now I am trying the sample testmydl and mydll which passes parameters to the dll. When I execute this test the following error is thrown: Error code 0 loading MYDLL.dll. Thank you in advance for your help in resolving this issue.
by Perry Nichols
Tue Aug 30, 2016 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 5307

create a harbour dll containing functions to be executed

I am trying to run the sample harbour dll - testdll and tutor01. I am able to create the sample testdll.exe and tutor01.dll, however when executed a message is thrown - error code 0 loading tutor01.dll. Why does this simple sample not work?
by Perry Nichols
Mon Aug 01, 2016 7:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Resource Files with Microsoft resource compiler?
Replies: 4
Views: 812

Re: Using Resource Files with Microsoft resource compiler?

Thanks Tim, You mentioned borland resources - how do you identify borland specific resources? Since the borland resource workshop is obsolete, What tool do you use to edit the resources? I have the Microsoft Community 2015, and have not been able to figure out how to edit the resources *.rc files?
by Perry Nichols
Mon Aug 01, 2016 4:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Resource Files with Microsoft resource compiler?
Replies: 4
Views: 812

Using Resource Files with Microsoft resource compiler?

I am successfully building FWH64 1605 with Borland. I wish to make a Microsoft exe with the same Fivewin version. I am attempting to use resource *.RC files from my Borland build with the Microsoft resource compiler to create the *.res to link into my exe. Receiving the following errors: error RC213...
by Perry Nichols
Tue Dec 22, 2015 11:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 21437

Re: FWH64

For Debugging do you use Visual Studio or FWH64?
by Perry Nichols
Tue Dec 22, 2015 3:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 21437

FWH64

We are currently using the 32 bit Fivewin Harbour with Borland compiler. We are interested in the migration to the 64 bit version, and how seamless this may be. Has anyone gone through this migration? What can we expect as challenges? What is the typical development environment for the 64 bit version?
by Perry Nichols
Fri Feb 24, 2012 3:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour debuger for FWH1107 console mode
Replies: 4
Views: 670

Re: Harbour debuger for FWH1107 console mode

That is a simple matter that makes it work - thank you Antonio.
by Perry Nichols
Thu Feb 23, 2012 6:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour debuger for FWH1107 console mode
Replies: 4
Views: 670

Harbour debuger for FWH1107 console mode

I am attempting to use the console mode debugger per instructions. I am using the fwh1107 sample altd.prg and compiling with harbour v3.0 using bcc582. I am using /b for compile and linking without -aa (for console mode) and with gtwin.lib (per instructions) Upon execution I get the FiveWin debuger ...