Can anyone explain me how to convert from .EXE to a multithread option.
What are pre-requisites for the same.

Re: Multi-thread by Rick

Rick
Wed Dec 01 12:18:54 CST 2004

Vinayak,
Can you explain what you are trying to accomplish? VFP natively doesn't =
support multithreading .EXEs - it's the nature of interpreted code. =
While you can create a multithreaded COM DLL, that's quite different - =
it doesn't run multithreaded, but can be used in a multithreaded =
environment.

Rick

"Vinayak" <Vinayak@discussions.microsoft.com> wrote in message =
news:1D364138-E676-44EF-9FEF-B6313A6A19FB@microsoft.com...
> Can anyone explain me how to convert from .EXE to a multithread =
option.
> What are pre-requisites for the same.

Re: Multi-thread by Claude

Claude
Thu Dec 02 04:25:34 CST 2004

A vfp mtdll can multithread if called from a multithreaded .exe like IIS or
a C++ client.
"Vinayak" <Vinayak@discussions.microsoft.com> wrote in message
news:1D364138-E676-44EF-9FEF-B6313A6A19FB@microsoft.com...
> Can anyone explain me how to convert from .EXE to a multithread option.
> What are pre-requisites for the same.