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.