I would like to run a Foxpro COM server (9.0 sp1) on a Linux server. How
could that be done?
TIA

Re: VFP - Linux? by Man-wai

Man-wai
Wed Jul 02 09:06:23 CDT 2008

Zeke wrote:
> I would like to run a Foxpro COM server (9.0 sp1) on a Linux server. How
> could that be done?

Wine?

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.9
^ ^ 22:04:01 up 7:24 2 users load average: 1.00 1.02 1.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/

Re: VFP - Linux? by Zeke

Zeke
Wed Jul 02 10:23:59 CDT 2008

Please be more specific. Is Wine a linux app that would make it possible or
something else?
Zeke

"Man-wai Chang ToDie (33.6k)" <toylet.toylet@gmail.com> wrote in message
news:%23yDzUyE3IHA.2348@TK2MSFTNGP06.phx.gbl...
> Zeke wrote:
>> I would like to run a Foxpro COM server (9.0 sp1) on a Linux server. How
>> could that be done?
>
> Wine?
>
> --
> @~@ Might, Courage, Vision, SINCERITY.
> / v \ Simplicity is Beauty! May the Force and Farce be with you!
> /( _ )\ (Xubuntu 8.04) Linux 2.6.25.9
> ^ ^ 22:04:01 up 7:24 2 users load average: 1.00 1.02 1.00
> ? ? (CSSA):
> http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/



Re: VFP - Linux? by Craig

Craig
Wed Jul 02 09:32:32 CDT 2008

According to the EULA, you can't. From the EULA:

Distribution Restrictions. You may not:


* distribute any Distributable Code that runs on any platform other
than the Windows platform; or

--

Craig Berntson
Microsoft MVP

-------------
"Zeke" <zeke@nowhere.now> wrote in message
news:eFYUHgE3IHA.5024@TK2MSFTNGP03.phx.gbl...
>I would like to run a Foxpro COM server (9.0 sp1) on a Linux server. How
>could that be done?
> TIA
>


Re: VFP - Linux? by Rush

Rush
Wed Jul 02 09:47:18 CDT 2008

Craig Berntson wrote:
> According to the EULA, you can't. From the EULA:
>
> Distribution Restrictions. You may not:
>
>
> * distribute any Distributable Code that runs on any platform
> other than the Windows platform; or
>

The EULA restricts distribution of a compiled program, not running a
licensed copy on whatever OS you choose.

- Rush

Re: VFP - Linux? by Rush

Rush
Wed Jul 02 09:49:28 CDT 2008

WINE (Wine Is Not an Emulator) is basically an emulator - see:

http://www.winehq.org/

- Rush

Zeke wrote:
> Please be more specific. Is Wine a linux app that would make it possible or
> something else?
> Zeke
>
> "Man-wai Chang ToDie (33.6k)" <toylet.toylet@gmail.com> wrote in message
> news:%23yDzUyE3IHA.2348@TK2MSFTNGP06.phx.gbl...
>> Zeke wrote:
>>> I would like to run a Foxpro COM server (9.0 sp1) on a Linux server. How
>>> could that be done?
>> Wine?
>>
>> --
>> @~@ Might, Courage, Vision, SINCERITY.
>> / v \ Simplicity is Beauty! May the Force and Farce be with you!
>> /( _ )\ (Xubuntu 8.04) Linux 2.6.25.9
>> ^ ^ 22:04:01 up 7:24 2 users load average: 1.00 1.02 1.00
>> ? ? (CSSA):
>> http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/
>
>

Re: VFP - Linux? by Zootal

Zootal
Wed Jul 02 10:38:01 CDT 2008

c. Distributable Code.

1. Right to Use and Distribute. Distributable Code is code and
related text files that are listed in a REDIST.TXT file or marked as
"sample" code.

This does not seem to include code you write yourself from scratch. Which
means to me that you can write your own code and run it on any OS of your
choice.

"Craig Berntson" <craig@craigberntson.com> wrote in message
news:5C2CC778-ED09-4DCF-AB41-5A75989D7B3C@microsoft.com...
> According to the EULA, you can't. From the EULA:
>
> Distribution Restrictions. You may not:
>
>
> * distribute any Distributable Code that runs on any platform
> other than the Windows platform; or
>
> --
>
> Craig Berntson
> Microsoft MVP
>
> -------------
> "Zeke" <zeke@nowhere.now> wrote in message
> news:eFYUHgE3IHA.5024@TK2MSFTNGP03.phx.gbl...
>>I would like to run a Foxpro COM server (9.0 sp1) on a Linux server. How
>>could that be done?
>> TIA
>>
>



Re: VFP - Linux? by Rush

Rush
Wed Jul 02 12:39:45 CDT 2008

You're free to distribute your own code (for non-Windows use), but
you can't distribute the VFP runtimes - so good luck!

See: http://fox.wikis.com/wc.dll?Wiki~VFPandLinux~VFP for more than
you probably want to know.

- Rush

Zootal wrote:
> c. Distributable Code.
>
> 1. Right to Use and Distribute. Distributable Code is code and
> related text files that are listed in a REDIST.TXT file or marked as
> "sample" code.
>
> This does not seem to include code you write yourself from scratch. Which
> means to me that you can write your own code and run it on any OS of your
> choice.
>
> "Craig Berntson" <craig@craigberntson.com> wrote in message
> news:5C2CC778-ED09-4DCF-AB41-5A75989D7B3C@microsoft.com...
>> According to the EULA, you can't. From the EULA:
>>
>> Distribution Restrictions. You may not:
>>
>>
>> * distribute any Distributable Code that runs on any platform
>> other than the Windows platform; or
>>
>> --
>>
>> Craig Berntson
>> Microsoft MVP
>>
>> -------------
>> "Zeke" <zeke@nowhere.now> wrote in message
>> news:eFYUHgE3IHA.5024@TK2MSFTNGP03.phx.gbl...
>>> I would like to run a Foxpro COM server (9.0 sp1) on a Linux server. How
>>> could that be done?
>>> TIA
>>>
>
>

\

Re: VFP - Linux? by Zootal

Zootal
Wed Jul 02 18:35:34 CDT 2008

Some of those links are dead. The ones that live don't really settle the
matter, nor is this matter every likely to be setteled until someone
actually goes head to head with Microsoft (which is very unlikely to
happen). For fear of beating a dead dog - Ken Levy's "opinion" that the VFP
runtime files that a VFP app requires to run is considered a redistributable
file is not supported by the wording of the eula or the contents of
redist.txt. I've been saying this for a few years now, and the comments you
can find on the referenced website below say pretty much the same thing.
This is why we, and many others, have had this conversation over and over
again :-)

All of which is pretty much academic for most of us. After 18 years of
FoxPro, I no longer have any intentions of doing any more new development
with VFP.

/me beats the dead dog yet some more...


"Rush Strong" <rush.strong@[DELETEME]verizon.net> wrote in message
news:OrNaZpG3IHA.4036@TK2MSFTNGP02.phx.gbl...
> You're free to distribute your own code (for non-Windows use), but you
> can't distribute the VFP runtimes - so good luck!
>
> See: http://fox.wikis.com/wc.dll?Wiki~VFPandLinux~VFP for more than you
> probably want to know.
>
> - Rush
>
> Zootal wrote:
>> c. Distributable Code.
>>
>> 1. Right to Use and Distribute. Distributable Code is code and
>> related text files that are listed in a REDIST.TXT file or marked as
>> "sample" code.
>>
>> This does not seem to include code you write yourself from scratch. Which
>> means to me that you can write your own code and run it on any OS of your
>> choice.
>>
>> "Craig Berntson" <craig@craigberntson.com> wrote in message
>> news:5C2CC778-ED09-4DCF-AB41-5A75989D7B3C@microsoft.com...
>>> According to the EULA, you can't. From the EULA:
>>>
>>> Distribution Restrictions. You may not:
>>>
>>>
>>> * distribute any Distributable Code that runs on any platform
>>> other than the Windows platform; or
>>>
>>> --
>>>
>>> Craig Berntson
>>> Microsoft MVP
>>>
>>> -------------
>>> "Zeke" <zeke@nowhere.now> wrote in message
>>> news:eFYUHgE3IHA.5024@TK2MSFTNGP03.phx.gbl...
>>>> I would like to run a Foxpro COM server (9.0 sp1) on a Linux server.
>>>> How could that be done?
>>>> TIA
>>>>
>>
>>
>
> \



Re: VFP - Linux? by Zeke

Zeke
Thu Jul 03 04:36:08 CDT 2008

My question was primarily technical - not legal. Wine seems to be an
alternative. Anyone that knows any other options to use a Foxpro exe com
server in Linux?
Zeke


Re: VFP - Linux? by Man-wai

Man-wai
Thu Jul 03 07:59:37 CDT 2008

Zeke wrote:
> My question was primarily technical - not legal. Wine seems to be an
> alternative. Anyone that knows any other options to use a Foxpro exe com
> server in Linux?

A slower solution is to use a full emulator like VMWare Player, Xen or
Qemu or... whatever.... But this solution would requires you to install
Window$ first, for example Win98.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.10
^ ^ 20:56:01 up 13 min 0 users load average: 1.08 1.43 1.01
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/

Re: VFP - Linux? by Villi

Villi
Thu Jul 03 08:16:48 CDT 2008

Zeke wrote:

> I would like to run a Foxpro COM server (9.0 sp1) on a Linux server.
> How could that be done?

Have a look at these:
- http://guineu.foxpert.com/ (expecially
http://guineu.foxpert.com/help/index.html?inventory.htm)
- www.etecnologia.net

Both can be run under Linux by using Mono, and both are under costruction.
--
News Microsoft



Re: VFP - Linux? by Zootal

Zootal
Thu Jul 03 12:21:38 CDT 2008

Wine fluctuates with each release, and new releases often break old
functionality. How familiar with linux are you? You need to have a passing
level of expertise such that you can install Wine and see if it works. If
not, there is a Wine community that might be able to help. IIRC, there are
some tweaks to the config you have to make to get Fox to work, as VFP 6+
won't work with a standard install.

Step one - install Wine, and see if it works or not.

"Zeke" <zeke@nowhere.now> wrote in message
news:upwhefO3IHA.3728@TK2MSFTNGP03.phx.gbl...
> My question was primarily technical - not legal. Wine seems to be an
> alternative. Anyone that knows any other options to use a Foxpro exe com
> server in Linux?
> Zeke



Re: VFP - Linux? by Mike

Mike
Fri Jul 04 16:39:19 CDT 2008

I have used Wine recently and found that it works as expected. Foxpro 2.6,
VFP6, VFP7, VFP8 and VFP9 all work on Linux with Wine.
The main trick is "will my current application that works well in Windows
work on Linux". Remember that Linux knows nothing about Activex, and Windows
Fonts, and registry etc....Does Linux support COM of any kind?

"Zeke" <zeke@nowhere.now> wrote in message
news:upwhefO3IHA.3728@TK2MSFTNGP03.phx.gbl...
> My question was primarily technical - not legal. Wine seems to be an
> alternative. Anyone that knows any other options to use a Foxpro exe com
> server in Linux?
> Zeke