Re: [Harbour] Syntax of DllCall () - Harbour vs Xbase++

2009-09-05 Thread Viktor Szakáts
Hi Fernando, Hello Vikthor, No. The heart of this functionality is still non-portable code which came from xhb, and which only works on x86 CPUs. we can export to 64bits ?? Przemek had an idea to extend this for all CPUs (f.e. also ARM), but it needs to be implemented by someone interested

RE: [Harbour] Syntax of DllCall () - Harbour vs Xbase++

2009-09-05 Thread Fernando Mancera
Hello Vikthor, >>No. The heart of this functionality is still non-portable code >>which came from xhb, and which only works on x86 CPUs. we can export to 64bits ?? Best Regards, Fernando ___ Harbour mailing list Harbour@harbour-project.org http://li

Re: [Harbour] Syntax of DllCall () - Harbour vs Xbase++

2009-09-04 Thread Viktor Szakáts
No. The heart of this functionality is still non-portable code which came from xhb, and which only works on x86 CPUs. Brgds, Viktor On 2009.09.04., at 11:17, Fernando Mancera wrote: Hi, Here is the DllCall() usage in Xbase++: #define SW_HIDE 0 #define SW_NORMAL 1 #de

RE: [Harbour] Syntax of DllCall () - Harbour vs Xbase++

2009-09-04 Thread Fernando Mancera
Hi, >Here is the DllCall() usage in Xbase++: > #define SW_HIDE 0 > #define SW_NORMAL 1 > #define SW_SHOWMINIMIZED2 > #define SW_SHOWMAXIMIZED3 > #define SW_MAXIMIZE 3 > #define SW_SHOWNOACTIVATE 4 > #define SW_SHOW 5 > #define SW_

[Harbour] Syntax of DllCall () - Harbour vs Xbase++

2009-09-03 Thread Pritpal Bedi
Hi Here is the DllCall() usage in Xbase++: #define SW_HIDE 0 #define SW_NORMAL 1 #define SW_SHOWMINIMIZED2 #define SW_SHOWMAXIMIZED3 #define SW_MAXIMIZE 3 #define SW_SHOWNOACTIVATE 4 #define SW_SHOW 5 #define SW_MINIMIZ