Re: VRunFox

2022-04-11 Thread Alan Bourke
Kurt > If you Create an EXE - all you then need to do is > pass along the DLL files with your project EXE - and then the EXE should > run... For sure, but this is to be able to run full VFP, get the Command Window and all that, in a portable fashion. -- Alan Bourke alanpbourke (at)

Re: VRunFox

2022-04-08 Thread MB Software Solutions, LLC
12:08 PM To: ProFox Mailing List Subject: Re: VRunFox On Apr 8, 2022, at 10:02, Carl Lindner wrote: I pulled down VRunFox-master.zip. The project seems to be missing phxbasecontrols.vcx and ts.scx. I copied the base controls to the \classes guessing it would be happy. But, cannot find ts.scx

RE: VRunFox

2022-04-08 Thread Carl Lindner
Ed - Thanks! You have done above and beyond for this group. Carl -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Ed Leafe Sent: Friday, April 08, 2022 12:08 PM To: ProFox Mailing List Subject: Re: VRunFox On Apr 8, 2022, at 10:02, Carl Lindner wrote

Re: VRunFox

2022-04-08 Thread Kurt @ Gmail
I like that Enchilada. But, If I remember right - since I did this a good bit when I was working a lot in VFP - you don't need to distribute the VFP9.exe file. If you Create an EXE - all you then need to do is pass along the DLL files with your project EXE - and then the EXE should run...

Re: VRunFox

2022-04-08 Thread Ed Leafe
On Apr 8, 2022, at 10:02, Carl Lindner wrote: > > I pulled down VRunFox-master.zip. The project seems to be missing > phxbasecontrols.vcx and ts.scx. > > I copied the base controls to the \classes guessing it would be happy. > > But, cannot find ts.scx. Can anyone help? I remember this

RE: VRunFox

2022-04-08 Thread Carl Lindner
To: profox@leafe.com Subject: Re: VRunFox Hi Carl, I can send you my vrunfox9.exe if you want. It's not the project but I know it works. Let me know! --Michael On 4/8/2022 11:02 AM, Carl Lindner wrote: > I pulled down VRunFox-master.zip. The project seems to be missing > phxbasecontro

RE: VRunFox

2022-04-08 Thread Carl Lindner
-Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Alan Bourke Sent: Friday, April 08, 2022 11:44 AM To: profoxt...@leafe.com Subject: Re: VRunFox If you just want something that you can use onsite without actually installing VFP, just take the following files

Re: VRunFox

2022-04-08 Thread Alan Bourke
If you just want something that you can use onsite without actually installing VFP, just take the following files from your VFP\Windows folders, zip them, then just unzip them in a folder on whatever machine and run the EXE. This is better than vrunfox because it's the full enchilada. vfp9.exe

Re: VRunFox

2022-04-08 Thread MB Software Solutions, LLC
Hi Carl, I can send you my vrunfox9.exe if you want.  It's not the project but I know it works. Let me know! --Michael On 4/8/2022 11:02 AM, Carl Lindner wrote: I pulled down VRunFox-master.zip. The project seems to be missing phxbasecontrols.vcx and ts.scx. I copied the base

Re: vRunFox - Now Open Sourced!

2011-06-08 Thread Paul Hill
On Wed, Jun 8, 2011 at 2:14 AM, Ed Leafe e...@leafe.com wrote: On Jun 7, 2011, at 5:45 PM, Kurt Wendt wrote: I was confused at first as well - but, then I saw what the deal really was. Those other links have also to do with allowing people to update the code!        If you have git

Re: vRunFox - Now Open Sourced!

2011-06-08 Thread Ed Leafe
On Jun 8, 2011, at 2:42 AM, Paul Hill wrote: $ git clone g...@github.com:EdLeafe/vRunFox.git Cloning into vRunFox... Permission denied (publickey). fatal: The remote end hung up unexpectedly This is with CygWin git. I'll try Linux later Looks like you're not set up on GitHub.

Re: vRunFox - Now Open Sourced!

2011-06-07 Thread Vincent Teachout
Ed Leafe wrote: I haven't looked at or touched this code in years, but as people are still using it, I've finally tracked down a copy of the source and released it under the BSD license, which basically says that as long as you don't delete my copyright notice, you can do whatever you

RE: vRunFox - Now Open Sourced!

2011-06-07 Thread Tracy Pearson
Ed Leafe wrote on 2011-06-07: I haven't looked at or touched this code in years, but as people are still using it, I've finally tracked down a copy of the source and released it under the BSD license, which basically says that as long as you don't delete my copyright notice, you can do

RE: vRunFox - Now Open Sourced!

2011-06-07 Thread Kurt Wendt
Ed - I hate to ask - since I know you said you aren't supporting it anymore. But... I downloaded it from GitHub, but, I can't compile it. Amongst the missing things it VFP is telling me that Crypto.vcx is missing, along with like 2 other classes. Are all the files up there on GitHub for DL - so

Re: vRunFox - Now Open Sourced!

2011-06-07 Thread Ed Leafe
On Jun 7, 2011, at 11:28 AM, Kurt Wendt wrote: Ed - I hate to ask - since I know you said you aren't supporting it anymore. But... I downloaded it from GitHub, but, I can't compile it. Amongst the missing things it VFP is telling me that Crypto.vcx is missing, along with like 2 other

RE: vRunFox - Now Open Sourced!

2011-06-07 Thread Kurt Wendt
Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ed Leafe Sent: Tuesday, June 07, 2011 11:35 AM To: profoxt...@leafe.com Subject: Re: vRunFox - Now Open Sourced! On Jun 7, 2011, at 11:28 AM, Kurt Wendt wrote: Ed - I hate to ask - since I know you

Re: vRunFox - Now Open Sourced!

2011-06-07 Thread Ed Leafe
On Jun 7, 2011, at 11:37 AM, Kurt Wendt wrote: I did, however, suspect that the Crypto.vcx has to do with doing a user login - to stop unwanted usage of the tool by Prying Eyes. So, maybe I don't even need the Crypto stuff - to start with - just to test out running your App. I found

RE: vRunFox - Now Open Sourced!

2011-06-07 Thread Jerry Foote
Is there a link to download the whole thing? Jerry -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Ed Leafe Sent: Tuesday, June 07, 2011 9:20 AM To: ProFox Mailing List Subject: vRunFox - Now Open Sourced! I haven't looked at or

RE: vRunFox - Now Open Sourced!

2011-06-07 Thread Kurt Wendt
-boun...@leafe.com] On Behalf Of Jerry Foote Sent: Tuesday, June 07, 2011 5:34 PM To: profoxt...@leafe.com Subject: RE: vRunFox - Now Open Sourced! Is there a link to download the whole thing? Jerry -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf

Re: vRunFox - Now Open Sourced!

2011-06-07 Thread Ed Leafe
On Jun 7, 2011, at 5:45 PM, Kurt Wendt wrote: I was confused at first as well - but, then I saw what the deal really was. Those other links have also to do with allowing people to update the code! If you have git installed on your system, you can do: git clone