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
 #define SW_SHOWMINIMIZED    2
 #define SW_SHOWMAXIMIZED    3
 #define SW_MAXIMIZE         3
 #define SW_SHOWNOACTIVATE   4
 #define SW_SHOW             5
 #define SW_MINIMIZE         6
 #define SW_SHOWMINNOACTIVE  7
 #define SW_SHOWNA           8
 #define SW_RESTORE          9
 #define SW_SHOWDEFAULT      10

 #define SE_ERR_NOASSOC      31

 lSuccess := DllCall( "SHELL32.DLL"  , DLL_STDCALL, ;
"ShellExecuteA", AppDesktop():GetHWND(), "open", cPath +cFile,;
          NIL, CurDir(), SW_NORMAL )

Do we have this usage in Harbour or not.
If we have, what are the parameters to call it.

About this, is available in 64bits ??

Regards,

Fernando Mancera
http://blog.viaopen.com



_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to