search for: dopen

Displaying 2 results from an estimated 2 matches for "dopen".

Did you mean: open
2004 Nov 11
2
File.open on a directory?
Hi all, Windows 2000 Ruby 1.8.2 RC9 Is it possible to call File.open on a directory in Windows? I always get Errno::EACCES, even though there are no special settings on the directories I''ve tried and I have full access. Dan
2009 Mar 15
4
[LLVMdev] n00b question: From module/bitcode to Mach-O dylib file directly?
...create and load new functions into a process. I believe I can do this, but I'm not sure yet how 'direct' things will be in terms of both the tool chain, and how much I need to emit intermediate files. I think I will have to ultimately dynamically load from a Mach-O dylib file (dopen), but in any case I'm interested in whether I can go straight from my in-memory linked module(s) to a Mach-O file that I can dynamically load, using the LLVM API as it exists at V2.5. Before I even worry about coding this up directly, I've been playing with doing this the available t...