Hi all
I am using fwh with the latest xharbour compiler and I am getting a problem with using shellexecute in that it gpfs every time it tries to use this. Winexec works but I have had problems with winexec on some operating versions.
Thanks
Peter
Hi all
I am using fwh with the latest xharbour compiler and I am getting a problem with using shellexecute in that it gpfs every time it tries to use this. Winexec works but I have had problems with winexec on some operating versions.
Thanks
Peter
Peter,
Please copy here how you are calling ShellExecute() when it GPFs, thanks
ShellExecute(0,0, "CAPSLOCK","on",0,0)
Peter,
Here it is working ok.
Are you using xHarbour from the CVS or the commercial version ?
latest commercial version in beta
Peter
try utting SHELLEXECUTE(WNDMAIN():hWnd,"open",....
It works with xhb commercial and latest beta
Richard
Sorry can you post a full syntax using thesample i posted before
function Main()
ShellExecute(0,0, "CAPSLOCK","on",0,0)
MsgInfo( "done" )
return nilthats what I am using but it still gpfs. Should I be using the latest version of fwh
Peterg wrote:thats what I am using but it still gpfs. Should I be using the latest version of fwh
latest beta
Peterg wrote:latest beta
Downloaded and it works fine using normal build for xbase.
As soon as I link in the sql.lib then I get a gpf
Peterg wrote:Downloaded and it works fine using normal build for xbase.
As soon as I link in the sql.lib then I get a gpf
Patrick Mast wrote:Peterg wrote:Downloaded and it works fine using normal build for xbase. As soon as I link in the sql.lib then I get a gpf
Aha! Interesting. Will test some more today and keep you posted on this.