search for: findexecut

Displaying 7 results from an estimated 7 matches for "findexecut".

2009 Jul 03
0
[LLVMdev] [llvm-commits] [PATCH] Fix for llvm::FindExecutable (fails to find executable if path is provided)
Hey Daniel, Thank you for your help. I appreciate this. Your last tweak looks reasonable. However, there are 2 things with that: 1. It has changed the behaviour of the FindExecutable method. Before this change, it searched the directory the executable has been started from, then directories from PATH. Now it checks the current working directory first (makeAbsolute does this for just a file name) and then does what it did before. I'm not saying this is bad, just differen...
2010 Jan 21
0
[LLVMdev] [cfe-dev] FindExecutable
...om> wrote: > I was just playing with llvm-ld, and noticed that it keeps giving me > errors that it can't find "llc", even though it's in the same > directory. This is running on windows, built with visual studio 2008. > Stepping through the code, I notice that llvm::FindExecutable() is > looking for "llc" not "llc.exe", which means, on windows at least, > that it will *never* find the compiler. Would a simple fix be to just > append a ".exe" to the ExeName parameter if the search fails and > search again? Or is there a better app...
2007 Apr 13
0
Wine release 0.9.35
...ORM_BACKBUFFER/ORM_PBUFFER. wined3d: Issue an error when the render target is read back without SFLAG_INDRAWABLE being set. Francois Gouget (8): ole32/tests: Spelling fix. ole32/tests: Spelling fix. Assorted spelling and English fixes. shell32/tests: Fix some expected FindExecutable() error codes. shell32/tests: End the lines with CR+LF otherwise the profile APIs are unable to read them back on Win >= 2000. shell32/tests: On Windows 98 FindExecutable() does not '\0' terminate the returned command which caused many tests to fail. shell32/tests:...
2006 Dec 22
0
Wine release 0.9.28
...Francois Gouget (19): msvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than LoadLibrary(). ole32: Fix named/nameless union compilation error. shell32/tests: MSDN says ShellExecute() == 32 indicates an error. So fix the tests. shell32/tests: Add FindExecutable() tests. shell32: Fix FindExecutable() to return the executable path, not the whole command. shell32: Add some documentation for FindExecutableW(). shell32: Fix FindExecutableW() to not check if lpResult after using it. It's supposed to cause a segfault anyway. shel...
2005 Apr 20
8
[LLVMdev] misc CVS patches
...nction being used on a > >directory (which is a valid sys::Path object and could be queried for > >being executable), so I think it's unnecessary. > > I'm pretty sure that the semantics of isExecutable() means "can I > excecute a _file_". Without this patch FindExecutable() returns > directories on $PATH - see > http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=545 . You and Reid have a point. I'm convinced. Patched, bug closed. > > I also applied your patch to ignore dangling symlinks. > > Fine, so http://llvm.cs.uiuc.edu/bugs/show_bug....
2012 Jul 17
0
Wine release 1.5.9
...lus: Pass complete palette info to convert_pixels(). gdiplus: Pass palette instead of bitmap to setpixel helpers. gdiplus: Add support for converting RGB formats to 8bpp indexed. gdiplus: Add support for converting RGB formats to 1bpp indexed. Erich Hoover (3): shell32: Fix FindExecutable search path when a default directory is supplied. hhctrl.ocx: Implement HH_CLOSE_ALL. hhctrl.ocx: Permit WS_CHILD help windows. Francois Gouget (4): gdi32: Remove an unused wgl debugging channel. winex11.drv: We must include Xlib.h before Xrandr.h. appwiz.cpl: Onl...
2013 Jan 18
0
Wine release 1.5.22
...; constructors implementation. msvcp90: Added operators working on complex numbers. msvcp90: Added basic complex numbers tests. msvcp90: Added std::arg(complex) implementation. tools: Update make_specfiles script. msvcp70: Remove forwards to msvcp80. cmd: Even if FindExecutable fails wait for process to finish in non-interactive mode. msvcrt: Added support for commit flag in fopen. msvcrt: Return child exit code in _pclose function. msvcrt: Added basic _popen tests. msvcp: Sync implementations. widl: Make it possible to set typelib resour...