Search found 21 matches: perry

Return to advanced search

Re: create a harbour dll containing functions to be executed

Hi dear Perry Nichols,
please can you kindly send me at romeox@tiscali.it those files:

MYDLL.PRG
TESTMYDLL.PRG
BUILDHD.BAT

I wrong samethins in my files, and it doesnot work !

FWH 16.02
many thanks
by Romeo
Mon Sep 19, 2016 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4300

Re: TFolder question

Perry,

The active folder tab shows an horizontal line at the top with a certain color:

Image
by Antonio Linares
Fri Sep 09, 2016 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder question
Replies: 5
Views: 877

Re: TFolder question

Perry, Unfortunately the Windows standard Tab control does not allow to change the folder tab prompt color. To use TFolderEx instead a TFolder, you only need to replace FOLDER with FOLDEREX in your PRGs and replace "SysTabControl32" ...
by Antonio Linares
Thu Sep 08, 2016 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder question
Replies: 5
Views: 877

Re: create a harbour dll containing functions to be executed

Perry, Here you have an example that I coded for FiveNet: https://bitbucket.org/fivetech/fivenet/src/fdc55d7abee75799ae25b716c4c79c06556aa8ee/source/cs/fivetech.cs?at=master&fileviewer=file-view-default Look ...
by Antonio Linares
Thu Sep 08, 2016 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4300

Re: create a harbour dll containing functions to be executed

Perry,

> can we execute a 32 bit dll from a 64 bit exe?

No, as far as I know
by Antonio Linares
Wed Sep 07, 2016 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4300

Re: create a harbour dll containing functions to be executed

Perry, > does each parm have to be the same data type in all functions? They have to be Harbour "items", thats why you need to use the function ItemNew(): http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22835&start=15 ...
by Antonio Linares
Wed Aug 31, 2016 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4300

Re: create a harbour dll containing functions to be executed

Perry, > we have the need to pass values back from the DLL to the calling EXE. Is this possible ? Yes. What types of values do you need to pass back ? character, number, etc ? We need to know their types in advance. > ...
by Antonio Linares
Wed Aug 31, 2016 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4300

Re: create a harbour dll containing functions to be executed

Perry, Try adding this code to mydll.prg BOOL WINAPI DllEntryPoint( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ){   HB_SYMBOL_UNUSED( hinstDLL );   HB_SYMBOL_UNUSED( ...
by Antonio Linares
Wed Aug 31, 2016 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4300

Re: create a harbour dll containing functions to be executed

Perry, Please modify tutor01.prg this way: #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   MsgInfo( "Hello world from ...
by Antonio Linares
Wed Aug 31, 2016 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4300

Re: FWH64

Perry, The migration to FWH 64 is quite straightforward. If you review FWH\samples\build64.bat you will see how to use the Visual Studio C compiler and libraries. Actually FWH 64 supports Visual Studio 2013 Express. Surely ...
by Antonio Linares
Tue Dec 22, 2015 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25303

Select of ImageList's format

Hello,
I am adding a listView in our program, and I see that the ImageList is always created at 24bit with alpha, but I want add 32bit icons.
Now I change oImageList:hImageList with one created with ILC_COLOR32.
Here the difference:
Image
Regards,
Perry
by AntoninoP
Mon Jun 08, 2015 10:27 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Select of ImageList's format
Replies: 0
Views: 613

Drag 'n' Drop support

... in the list is based on mouse release position. I want too draw a line where this new element will be placed. Now it is not possible. Regards, Perry
by AntoninoP
Fri Apr 24, 2015 4:59 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Drag 'n' Drop support
Replies: 7
Views: 2571

crash on TGraph

... memory consume:      Actual  Value:          0 bytes      Highest Value:          0 bytes I am sorry, but I don't have more information. Regards, Perry
by AntoninoP
Thu Apr 02, 2015 1:37 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: crash on TGraph
Replies: 0
Views: 894

Re: Category tree with xBrowse

This is cool! If someone want show 2 columns, ID and Bez, how the code becomes ? Regards, Perry #include "fivewin.ch"#include "xbrowse.ch"REQUEST DBFCDXfunction main()   local oDlg, oFont, oBrw   local oTree   CreateTestDBF()  ...
by nageswaragunupudi
Mon Mar 23, 2015 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Category tree with xBrowse
Replies: 4
Views: 811
Next

Return to advanced search

cron