<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Le 21 mars 2016 à 21:51, Sam Schneider <<a href="mailto:sds6065@gmail.com" class="">sds6065@gmail.com</a>> a écrit :</div><br class="Apple-interchange-newline"><div class=""><p dir="ltr" class="">Thanks for the link, I'll definitely check it out!  If I can't end up finding anything I may just create one myself since yeah I could see it being useful for others.</p>
<div class="gmail_quote">On Mar 21, 2016 4:44 PM, "Felix Gallo" <<a href="mailto:felixgallo@gmail.com" class="">felixgallo@gmail.com</a>> wrote:<br type="attribution" class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Damn, that's an excellent candidate for a NIF.  Don't know of one off hand, but that's small enough, self-contained enough, and benefits the most from not having another entire process hanging around that it makes a good amount of sense.<div class=""><br class=""></div><div class="">The closest I could imagine would be to look at the Wings3D modeler, which is an erlang app that runs on Windows as a first class citizen.  I don't know if it sets the shell icon, but it might, and if it does, that's probably the closest you're going to get.</div><div class=""><br class=""></div><div class=""><a href="https://github.com/dgud/wings" target="_blank" class="">https://github.com/dgud/wings</a><br class=""></div></div></blockquote></div></div></blockquote><div><br class=""></div><div>I've implemented in the past a small .exe that was just doing that (but also inject a dll in all processes but that's another story) that I was managing using a port. Because the exe was supervised it could crash, erlang restart it, and I was able to make that small .exe a lot more powerful... <div class="">That was really simple; the only thing I remember was something related to UTF-16 instead of C strings.</div><div class=""><br class=""></div><div class="">There might also be some way to use the rundll.exe to call what you need; but I don't know if that would work nowadays...</div><div class=""><br class=""></div><div class=""><br class=""></div></div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><br class=""></div><div class="">F.</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Mar 21, 2016 at 1:34 PM, Sam Schneider <span dir="ltr" class=""><<a href="mailto:sds6065@gmail.com" target="_blank" class="">sds6065@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr" class="">Specifically I'm looking to use the notification icon APIs (like Shell_NotifyIcon)</p><div class=""><div class="">
<div class="gmail_quote">On Mar 21, 2016 4:23 PM, "Felix Gallo" <<a href="mailto:felixgallo@gmail.com" target="_blank" class="">felixgallo@gmail.com</a>> wrote:<br type="attribution" class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">the Win32 C API is pretty big; what in specific are you looking to try to do, and what sort of requirements envelope does it need to fit inside?<div class=""><br class=""></div><div class="">generically, I'd think F# or C# open in a port would be close enough for a lot of use cases.<br class=""><div class=""><br class=""></div><div class="">F.</div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Mar 21, 2016 at 11:09 AM, Sam Schneider <span dir="ltr" class=""><<a href="mailto:sds6065@gmail.com" target="_blank" class="">sds6065@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr" class="">Hi everyone,</p><p dir="ltr" class="">Does anybody know of any nifs for working with the Win32 C API?  I've tried searching around without any luck so far.  In the meantime I've been playing with Roslyn open in a port, but a can't imagine that's very ideal.</p><p dir="ltr" class="">Thanks,<br class="">
Sam</p>
<br class="">_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a><br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</blockquote></div>
</div></div></blockquote></div><br class=""></div>
</blockquote></div>
_______________________________________________<br class="">erlang-questions mailing list<br class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class=""></div></body></html>