I'm not sure about calling into .net from Julia, but the reverse should 
work - 
see 
https://groups.google.com/forum/#!searchin/julia-users/.net/julia-users/ajnrGolzVp0/CrlbM8hgSPoJ
 
for example. Calling the Windows API is definitely possible with ccall, 
there are various places that happens in Julia base, and Isaiah has some 
Win32 GUI examples here - https://github.com/ihnorton/Win32GUIDemo.jl. 
There is still an open issue on stdcall symbol mangling that could possibly 
lead to problems in some cases, not sure.


On Monday, October 20, 2014 11:50:13 AM UTC-7, MrWirelessKeyboard wrote:
>
> Are there any facilities to program with .net or access the windows api? 
>  Perhaps some sort of LLVM to .net? 
>
> If not, would it be conceivably possible to do pycall->pywin32->write a 
> short script-> compile into a exe? 
>

Reply via email to