search for: peinfo

Displaying 4 results from an estimated 4 matches for "peinfo".

Did you mean: pepinfo
2011 Nov 15
2
[LLVMdev] Build LLVM as a DLL on Windows x86
...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 > 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...
2011 Nov 15
0
[LLVMdev] Build LLVM as a DLL on Windows x86
...nks 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 >> everything was, in fact, correct. > > There's also > > http://www.dependencywalker.com/ Why not "objdump -x" ? :D ...Bikeshed
2011 Nov 14
0
[LLVMdev] Build LLVM as a DLL on Windows x86
...e 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 everything was, in fact, correct. I have just tested things in my application and now everything works as expected and as on Linux and Mac OS X. Alan > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailt...
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. > >