<div dir="ltr"><div><span style="color:rgb(68,68,68);font-family:"Courier New",Courier,monospace;font-size:13.2px;text-align:justify">msvc lib command syntax.</span></div><span style="color:rgb(68,68,68);font-family:"Courier New",Courier,monospace;font-size:13.2px;text-align:justify">lib /def:C:\mypath\libnopoll.def /OUT:C:\mypath\</span><span style="color:rgb(68,68,68);font-family:"Courier New",Courier,monospace;font-size:13.2px;text-align:justify">libnopoll</span><span style="color:rgb(68,68,68);font-family:"Courier New",Courier,monospace;font-size:13.2px;text-align:justify">.lib</span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 22, 2016 at 8:41 AM, Francis Brosnan Blázquez <span dir="ltr"><<a href="mailto:francis.brosnan@aspl.es" target="_blank">francis.brosnan@aspl.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Hello Steven,</div><span class=""><div><br></div><blockquote type="cite"><div>1.) I successfully got a nopoll an example talking to text based WebSocket Java Server. Still alot of work ahead.</div></blockquote><div><br></div></span><div>Nice,</div><span class=""><div><br></div><blockquote type="cite"><div><br></div><div>2.) I downloaded noPollW64. The only problem I had was the nopoll.lib was 32bit. I used the windows lib command to correct. You can tell the bitness with the dumpbin /Headers command.</div><div><a href="https://github.com/ASPLes/nopoll" target="_blank">https://github.com/ASPLes/nopoll</a></div></blockquote><div><br></div></span><div>Ok, I'll review that asap. BTW, can you post what you did to correct it? </div><span class=""><div><br></div><div><br></div><blockquote type="cite"><div><br></div><div>3.) Have trouble building noPollW64 with Mingw/automake. Where are you getting autoconf/automake from?</div></blockquote><div><br></div></span><div>Ok, all the autoconf/automake building process is currently the main building</div><div>choice we are using for *nix platforms (it gives nearly no problems). But for windows</div><div>that's another story. In such scenario, we are building noPoll under windows/mingw</div><div>using custom made makefiles triggered by:</div><div><br></div><div>>> make -f Makefile.win build  # at the top directory</div><div><br></div><div>Take a look inside it to get a glimpse on how to use it (pretty straightfoward). Use </div><div>config.mk.example to rename it to <a href="http://config.mk" target="_blank">config.mk</a> and update it according to your platform</div><div>settings,</div><div><br></div><div>Happy coding,</div><div>Best Regards,</div><div><br></div><div><br></div><div><br></div><blockquote type="cite"><div><br></div><div>Thanks</div><div>Steve</div><div>_______________________________________________</div><div>noPoll mailing list</div><div><a href="mailto:noPoll@lists.aspl.es" target="_blank">noPoll@lists.aspl.es</a></div><div><a href="http://lists.aspl.es/cgi-bin/mailman/listinfo/nopoll" target="_blank">http://lists.aspl.es/cgi-bin/mailman/listinfo/nopoll</a></div></blockquote></div></blockquote></div><br></div>