search for: mjsabby

Displaying 5 results from an estimated 5 matches for "mjsabby".

2015 Apr 01
3
[LLVMdev] LLVM Shared DLL not supported reason
FWIW, I've got a powershell script that builds an exports.def file for recognizable C functions. You could adapt it to Python and make it part of the official build if the LLVM community thinks it will be beneficial to have libLLVM.dll The script is located here: https://github.com/mjsabby/LLVMSharp/blob/master/GenLLVMDLL.ps1 On Wed, Apr 1, 2015 at 9:03 AM, Reid Kleckner <rnk at google.com> wrote: > Windows DLLs generally require that you know what you want to export from > them. LLVM has no export annotations or export lists, so we don't support > building DLLs....
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
...ystem-libs flag or --ldflags argument. Carrying around a hack to add ole32.lib to the discrepancies will work for me but that will just mean more users will run into it. Any advice on how to proceed is greatly welcome, thanks. Cheers, Jakob. [1] http://www.llvmsharp.org/ [2] https://github.com/mjsabby/LLVMSharp/blob/master/GenLLVMDLL.ps1 [3] http://stackoverflow.com/questions/33685644/missing-cotaskmemfree-when-building-llvm-example-on-windows [4] https://groups.google.com/forum/m/#!topic/llvm-dev/Y3DYH0htGW4
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
...ib to the discrepancies will work >> for me but that will just mean more users will run into it. >> >> Any advice on how to proceed is greatly welcome, thanks. >> >> Cheers, Jakob. >> >> >> [1] http://www.llvmsharp.org/ >> [2] https://github.com/mjsabby/LLVMSharp/blob/master/GenLLVMDLL.ps1 >> [3] http://stackoverflow.com/questions/33685644/missing-cotaskmemfree-when-building-llvm-example-on-windows >> [4] https://groups.google.com/forum/m/#!topic/llvm-dev/Y3DYH0htGW4 >> _______________________________________________ >> LLV...
2003 Jul 07
1
installed samba,enabled nbios,shares, failing
...e network on either windows xp nor on rhl 9. Mounting times out. And Network not found error comes on WindowsxP. i don't know if i need to add a share or what. i just changed the workgroup name in the configuration file. That's all no other changes, do i need to ? ===== Mukul Sabharwal (mjsabby@yahoo.com) __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
2015 Mar 31
2
[LLVMdev] LLVM Shared DLL not supported reason
Upon reading http://llvm.org/docs/GettingStarted.html it says I can build shared libs, but when going to the CMake doc ( http://llvm.org/docs/CMake.html) it says Shared libraries are not supported on Windows and not recommended for other OSes. Is there a reason why? At least for on Windows. -------------- next part -------------- An HTML attachment was scrubbed... URL: