Shellexecute
Shellexecute
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Code: Select all
function Main()
ShellExecute(0,0, "CAPSLOCK","on",0,0)
MsgInfo( "done" )
return nil
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
What version of xHarbour Builder do you use?Peterg wrote:thats what I am using but it still gpfs. Should I be using the latest version of fwh
--
Sincerely,
Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Just tried, and no GPF here. Did you try Antonio's sample?Peterg wrote:latest beta
Please download the sample with exe from "http://www.xHarbour.net/Test_ShellExecute.zip" and let me know if it GPF on your side.
--
Sincerely,
Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Aha! Interesting. Will test some more today and keep you posted on this.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
--
Sincerely,
Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Hum, I can not get it to GPF here. Can you make me a reduced sample that trows the GPF?Patrick Mast wrote:Aha! Interesting. Will test some more today and keep you posted on this.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
--
Sincerely,
Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com