Sorry, I don't understand what you're saying you changed. You shouldn't
have to change anything -- it should build fine on mingw with no changes.
It sounds like async-io-win32.c++ is not in your build for some reason?

-Kenton

On Tue, Jan 24, 2017 at 12:24 PM, AMvanRijsbergen <[email protected]
> wrote:

> Hello Kenton, i separated kj and changed the Unix files to the windows
> ones in the CmakeLists and compiled them with mingw make files for gcc 4.9
> i got it compiled to 99% then the linker gives an error to undefined
> reference to setupAsync so iam trying to trouble shoot the error.
>
>
> On Wednesday, January 18, 2017 at 7:03:46 PM UTC+1, AMvanRijsbergen wrote:
>>
>> Hi, i an trying to figure out how multiple threads are started in kj,
>> It looks like they are started independently in other code atleast the
>> Unix code but what I don't understand in the windows code first
>> CreateThread is used in thread.h and then completionport created in
>> async-io-win32.h because completionport is a wrapper around threadpool. Is
>> the intention to create one thread at the event loop and port and the
>> create an other thread with a loop or is it supposed to create multiple
>> threads based on the number of cores?
>>
>> Cheers Andre
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Cap'n Proto" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> Visit this group at https://groups.google.com/group/capnproto.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/capnproto.

Reply via email to