search for: dependencywalker

Displaying 13 results from an estimated 13 matches for "dependencywalker".

2011 Nov 15
2
[LLVMdev] Build LLVM as a DLL on Windows x86
...port_viewer.html). It kept reporting > that there were no exported functions, so I (wrongly) assumed that something > had gone wrong while, using PEInfo > (http://www.pazera-software.com/products/peinfo/) I could see that > everything was, in fact, correct. There's also http://www.dependencywalker.com/ Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "Peopl...
2009 Jul 25
7
isqlw with wine
...ng isqlw (http://msdn.microsoft.com/en-us/library/aa214005(SQL.80).aspx) with wine on ubuntu 9.04. When I try to connect to the network server I just receive this: "DB-Library error: , Severity: 0" I'm sure I already have all the dll's that this program needs. Using (http://www.dependencywalker.com/) I copied all the requested dll's. Does anybody has info?? thanks
2011 Nov 15
0
[LLVMdev] Build LLVM as a DLL on Windows x86
...ng >> that there were no exported functions, so I (wrongly) assumed that something >> had gone wrong while, using PEInfo >> (http://www.pazera-software.com/products/peinfo/) I could see that >> everything was, in fact, correct. > > There's also > > http://www.dependencywalker.com/ Why not "objdump -x" ? :D ...Bikeshed
2005 Jan 01
2
Dependency Walker
I wonder if this would be of use. I'm too much of a newbie to Linux/Wine to understand what I need to do, but I think this might help. http://www.dependencywalker.com/ Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are...
2005 Jan 07
1
WineTools 2.1.0 released
Hi, a new version of WineTools is released. Changes are: - DC++ included - DependencyWalker included - PostgreSQL ODBC driver - DBCrab with BDE 5.1.1 - BDE 5.1.1 English Update - IE6 starts without ICW now - Editing the config can now be aborted without deleting it - Lauge is working again (reinstall, please) - Legal notice and disclimer - Typograf in english also - Visual C++ run-time in...
2009 Feb 25
1
Might have a COM+ issue
...of class {main COM CLSID for appA}, hres is 0x80004005" I have created a basic VB6 hello world form program, that runs fine. (So i dont believe i am missing any VB runtime files) In order to register the COM i needed to add windows files to Wines' system32 folder, i also added files that dependencyWalker suggested: * MSVCP60D * msvcr71 * msvcp71 * mfc71deu * mfc71fra * mfc71jpn * mfc71chs * mfc71cht * mfc71esp * mfc71ita * mfc71enu * mfc71kor * mfc71u * mfc71 * mfc42d * mfcn42d * mfco42d * xpsp2res * msctfime.ime * asyncfilt * clbcatq * comres * hnetcfg * imm32 * mfc42 * mpr * msctf * msvbvm60 * m...
2009 Apr 24
1
Managing DLLs with the same names in an R session
...uot;C:\\GRAPHV~1.22\\bin\\graph.dll" R-2.9> library(Rgraphviz) Loading required package: graph Loading required package: grid << Message box appears: The procedure entry point agclose could not be located in the dynamic link library graph.dll >> Running Rterm.exe through the DependencyWalker software, I see that the gvc.dll and cdt.dll graphviz libraries are properly loaded, but the graph.dll dependency of Rgraphviz.dll links to the graph.dll library from the graph package. I tried passing the DLLpath for graphviz to the library.dynam function call when loading Rgraphviz.dll in the...
2016 Feb 29
0
Function name exported incorrectly in DLL, strange entries in tmp.def
...loads fine. However, when I tried to use the functions: * the Rcpp exported function ```sparseAHC_dgCIsSymmetric``` works correctly * the Rcpp exported function ```sparseAHC_run_sparseAHC``` doesn't work. I could not see anything wrong with the source files and therefore looked at the DLL with DependencyWalker. Interestingly: * ```sparseAHC_dgCIsSymmetric``` is named correctly * ```sparseAHC_run_sparseAHC``` is named ```sparseAHC_run_sparseAHC.weak._ZNSt4listIiSaIiEE7emplaceIJiEEESt14_List_iteratorIiESt20_List_const_iteratorIiEDpOT_._ZNK4Rcpp14not_compatible4whatEv.weak._ZNSt6vectorIdSaIdEE19_M_emplace_b...
2007 Jun 12
1
dyn.load( ) problem
I am trying to access a dll with dyn.load, but I get an error message box titled "R Console: Rgui.exe - Unable to Locate Component". The error message itself states "this application has failed to start because libifcoremdd.dll was not found. Re-installing the application may fix this problem." I have reinstalled the program (with full installation) but still get the same
2007 Dec 17
1
inspecting win32 .dll from linux
Hello, I'd like to look at the file properties of a win32 .dll file from Linux. I desire the entries that you normally see under the "Version" tab in the file's properties like: "Company", "File Version", "Internal Name". I suspect that there is nothing out there that is just a simple Linux program that does this, so that is why I am here.
2006 Jan 13
2
Tracking DLLs
Does anyone know what command line params I can use to track what DLLs a a program is accessing -- I'm trying to debug "unreal" from a compiled install of Wine 0.9.4. Everything works fine for the most part but the keyboard and mouse tend to freeze up. I thought maybe using a native DLL for mouse and keyboard might fix the problem. Thanx much, Jeff
2011 Nov 14
0
[LLVMdev] Build LLVM as a DLL on Windows x86
For what is worth, I have been able to trace my problem (thanks Kevin Kelley for the indirect help!). The 'culprit' was DLL Expert Viewer (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept reporting that there were no exported functions, so I (wrongly) assumed that something had gone wrong while, using PEInfo (http://www.pazera-software.com/products/peinfo/) I could see that
2011 Nov 14
2
[LLVMdev] Build LLVM as a DLL on Windows x86
> >> GNU make is essential to msys build. I guess msysdtk would have it. > > > > I could find a copy of msysDTK at > > > http://sourceforge.net/projects/mingw/files/Other/Unsupported/MSYS/msy > > sDTK/, but not only is the 'latest' version a very old version > > (2003!), but once installed I couldn't find a copy of gmake in it. > >