Search found 53 matches: patrizio

Return to advanced search

Re: Timers and loops

Mr.Antonio, Thank you for the information. Mr.Patrizio, I have ctmt.lib, but no crtmt.lib in my xHarbour libs folder (Supplied along with FWH 9.08). Linking ctmt.lib did not solve the problem. I tried to download xHarbour binaries for Borland C++ ...
by anserkk
Wed Feb 10, 2010 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11624

Re: Timers and loops

Dear Mr.Patrizio, Thanks for the sample. Which xHarbour lib is to be added. I am getting unresolved external You must use the lib with the sufix "MT" when they are present... i see on my linker log this: "OptGMT.lib" ...
by Patrizio
Tue Feb 09, 2010 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11624

Re: Timers and loops

Dear Mr.Patrizio, Thanks for the sample. Which xHarbour lib is to be added. I am getting unresolved external When I tried to use BuildX.Bat then the following xHarbour functions are missing HB_MUTEXCREATESTARTTHREADWAITFORTHREADSMUTEXLOCKGETTHREADIDGETSYSTEMTHREADIDMUTEXUNLOCK  ...
by anserkk
Tue Feb 09, 2010 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11624

Re: Timers and loops

Patrizio, Have you tried to use mt with FiveWin ? :-) mt should work fine except for some GUI components (modal dialog boxes) Antonio, i just read your first post in this thread: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=10439&hilit=multithread ...
by Patrizio
Tue Feb 09, 2010 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11624

Re: Timers and loops

Patrizio,

Have you tried to use mt with FiveWin ? :-)

mt should work fine except for some GUI components (modal dialog boxes)
by Antonio Linares
Mon Feb 08, 2010 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11624

Re: Urgent : ZIP

Patrizio,

Thanks a lot for you suggestion.

Regards.
by driessen
Mon Feb 08, 2010 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent : ZIP - some more questions
Replies: 14
Views: 3621

Re: How to identify WindowState

Dear Mr.Patrizio, DEFINE WINDOW oWnd MDICHILD OF WndMain() NOMAXIMIZEoWnd:aMinMaxInfo  := {oWnd:nWidth,oWnd:nHeight,oWnd:nWidth,oWnd:nHeight,oWnd:nWidth,oWnd:nHeight,oWnd:nWidth,oWnd:nHeight}ACTIVATE WINDOW ...
by anserkk
Wed Feb 03, 2010 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to identify WindowState
Replies: 11
Views: 2625

Re: Memory error with FiveWin + xHarbour.com

Patrizio,

You can use this flag to avoid the requirement for LIBC:
Code: Select all  Expand view

link ... /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc
 

Please review FWH\samples\buildhm.bat

Also, try to use this xhb2.obj instead of xhb.obj:
http://www.fivetechsoft.com/files/xhb2.obj
by Antonio Linares
Fri Jan 22, 2010 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error with FiveWin + xHarbour.com
Replies: 14
Views: 5889

Re: Memory error with FiveWin + xHarbour.com

Patrizio, You should be able to use Microsoft C with xHarbour commercial. It is the one we use here for xHarbour commercial users :-) Regarding the difference between console mode and FWH mode, keep in mind that a simple sentence ...
by Antonio Linares
Thu Jan 21, 2010 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error with FiveWin + xHarbour.com
Replies: 14
Views: 5889

Re: Memory error with FiveWin + xHarbour.com

Patrizio, In my opinion it is not related with FWH at all, but with the used C compiler. FWH is not related at all with the arrays management that you are basing your tests on, neither on the classes management. All these ...
by Antonio Linares
Tue Jan 19, 2010 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error with FiveWin + xHarbour.com
Replies: 14
Views: 5889

Re: Memory error with FiveWin + xHarbour.com

Patrizio, Please add this line and test it again: FUNC Button1_Click(aObj,oGet)   LOCAL nTot  := Len(aObj)   LOCAL n     := 0   FOR n := 1 TO nTot      ...
by Antonio Linares
Tue Jan 19, 2010 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error with FiveWin + xHarbour.com
Replies: 14
Views: 5889

Re: ShellExecute - now it is solved

Patrizio,

Thank you very much for your help.

Your suggestion is working fine. My problem is solved.

Thank you, guys.
by driessen
Thu Dec 10, 2009 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute
Replies: 7
Views: 1680

Re: Process is running?

Patrizio, I don't see an api for find the process by name, i resolve a similar problem with           FUNC MyFunction(cProcessName)      LOCAL aProcess, hHandle      aProcess    := GetProcessListArray()    ...
by Ugo
Thu Nov 26, 2009 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Process is running?
Replies: 10
Views: 1713

Re: Process is running?

Hi Patrizio,
many thanks for your help.

Is possible to know the id from the ProcessName?
F.E. GetProcessId( cProcessName )
by Ugo
Wed Nov 25, 2009 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Process is running?
Replies: 10
Views: 1713

Patrizio,

Many thanks for your information. We are going to fix it

We really appreciate your feedback,
by Antonio Linares
Thu Jan 24, 2008 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI objects leaks
Replies: 8
Views: 2412
PreviousNext

Return to advanced search