search for: dumpbin

Displaying 20 results from an estimated 112 matches for "dumpbin".

2012 Jan 20
1
Calling Windows DLL using .C; function name not known but in exports.
...in a Win DLL using R. Have done this before using VBA and Python. The C code's function argument list contains only double pointers (double *x). The function is declared void, the output value is one of the arguments. C calling sequence is used. When inspecting the exports of the DLL with dumpbin I can see that the function I need is exported under the name 'planckwR'. Loading the DLL with dyn.load(dllpath). Works fine. getLoadedDLLs() shows info on the 'Planck.dll' that I made. So far so good. Made a function i R like this: Planckw<-function(Temp) { wavelength&...
2019 Dec 18
4
lld/coff section name .debug_str is longer than 8 characters
Since updating today I get: section name .debug_str is longer than 8 characters and will use a non-standard string table This is LLD + Coff/DWARF; Is this now unsupported, am I doing something wrong or something else?Alternatively, what can I do to hide it?
2017 Jul 10
2
Shipping LLVM.dll for the C API with the Windows installer.
Thanks for starting! Btw here is my CMD version: cmd /Q /V:ON /c "for /F "tokens=4" %l in ('dir llvm*.lib') do (for /F "tokens=2" %e in ('dumpbin /linkermember:1 %l ^| findstr "_LLVM"') do (set symbolname=%e & echo !symbolname:~1!))" You run it in the directory with all the llvm*.lib (yes the ThinLTO is excluded in this example but can be added easily i think) 2017-07-06 20:16 GMT+02:00 Jakob Bornecrantz <wallbrak...
2017 Jul 10
0
Shipping LLVM.dll for the C API with the Windows installer.
...ted myself :( 2017-07-10 15:20 GMT+02:00 Alexander Benikowski <sebal007 at googlemail.com>: > Thanks for starting! > Btw here is my CMD version: > > cmd /Q /V:ON /c "for /F "tokens=4" %l in ('dir llvm*.lib') do (for /F > "tokens=2" %e in ('dumpbin /linkermember:1 %l ^| findstr "_LLVM"') do (set > symbolname=%e & echo !symbolname:~1!))" > > You run it in the directory with all the llvm*.lib (yes the ThinLTO is > excluded in this example but can be added easily i think) > > 2017-07-06 20:16 GMT+02:00 Ja...
2003 Oct 01
9
win32sdk-1.0.1
Hi Ralph, Two diffs. One for vorbis.def and the other for vorbisfile.def. Hope they work!! regards John -------------- next part -------------- A non-text attachment was scrubbed... Name: vorbisdef.diff Type: application/octet-stream Size: 256 bytes Desc: vorbisdef.diff Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20031001/3b7df5ad/vorbisdef-0001.obj -------------- next part
2005 May 01
3
win32-dir 0.1.0 compile problems
...N32-~2.0\WIN32-~1.0>ruby extconf.rb checking for main() in shlwapi.lib... yes checking for main() in SHFolder.lib... no checking for main() in shell32.lib... yes checking for main() in comctl32.lib... yes checking for SHGetFolderPath()... no creating Makefile I then ran a: C:\WINNT\system32>dumpbin /exports shell32.dll | grep SH (yes i have unix tools) and found that I don''t have SHGetFolderPath. I have SHGetFolderPathA and SHGetFolderPathW. The actual compiles I got are listed below this email. I am running... Windows 2000 Service Pack 4 Visual Studio 6 I get this problem at...
2006 Jan 26
1
maximizing available memory under windows XP
I have always been using ebitbin to set the 3GB switch in the windows binary, but version 2.2.1 has this set as default (which I verified using dumpbin). However, when I generate junk data to fill up my memory and read the memory usage using gc(), it seems that I am not getting as good results with 2.2.1 patched as I was with 2.2.0 after I edited the header. Under R 2.2.0 I was able to use over 2GB and with R 2.2.1 patched I can access only 1GB....
2017 Jul 06
0
Shipping LLVM.dll for the C API with the Windows installer.
...t;> So for reference, i'll post this one and look for the recent one at >> home(if that didn't go down with my recent hdd crash): >> >> cmd /Q /V:ON /c "for /F "tokens=4" %l in ('dir llvm*.lib') do (for /F >> "tokens=2" %e in ('dumpbin /linkermember:1 %l ^| findstr "_LLVM"') do (set >> symbolname=%e & echo !symbolname:~1!))" >> >> What it does: >> >> For all *.lib files ina specific dir starting with LLVM call dumpbin.exe >> (tool from Visualstudio) and write all symbols...
2017 Apr 06
2
Shipping LLVM.dll for the C API with the Windows installer.
...s into correct order, i am a cmake noob) So for reference, i'll post this one and look for the recent one at home(if that didn't go down with my recent hdd crash): cmd /Q /V:ON /c "for /F "tokens=4" %l in ('dir llvm*.lib') do (for /F "tokens=2" %e in ('dumpbin /linkermember:1 %l ^| findstr "_LLVM"') do (set symbolname=%e & echo !symbolname:~1!))" What it does: For all *.lib files ina specific dir starting with LLVM call dumpbin.exe (tool from Visualstudio) and write all symbols with LLVM_ into a specific file 2017-04-05 20:40 GM...
2012 Oct 24
2
[LLVMdev] Section specialization & COFF.
...t; >>> Also, I'm pretty sure this is wrong for MinGW. What do msvc and >>> mingw-gcc produce for c code that generates this? >>> >>> - Michael Spencer >> For this c code(see attachments) cl, mingw and clang produce different >> coff's(was used dumpbin with option /ALL): >> 1) Cl generate separate COMDAT section with linkage selection "pick any" >> 2) Mingw place this value to regular section and place special auxilary >> record to symbol table >> 3) Clang without patch just ignore weakness of this value and plac...
2012 Nov 02
2
[LLVMdev] Section specialization & COFF.
...or MinGW. What do msvc and >>>>> mingw-gcc produce for c code that generates this? >>>>> >>>>> - Michael Spencer >>>> >>>> For this c code(see attachments) cl, mingw and clang produce different >>>> coff's(was used dumpbin with option /ALL): >>>> 1) Cl generate separate COMDAT section with linkage selection "pick any" >>>> 2) Mingw place this value to regular section and place special auxilary >>>> record to symbol table >>>> 3) Clang without patch just ignore...
2005 Jan 04
2
How to verify using more than 2GB of memory
My machine has 4Gb of memory under WinXP Pro. Re-reading R for Windows FAQ 2.7 I discovered that I can use editbin to add the "/LARGEADDRESSAWARE" tag in the header without re-compiling, so that is what I did. I also check that it worked using dumpbin. I then edited my Boot.ini file to add the /3GB switch. Then I went to my R.0.0.1 patched that I modified as above and checked memory limit: > memory.limit(NA) [1] 1073741824 This is usual default. > memory.limit(3*1024) NULL > memory.limit(4*1024) Error in memory.size(size) : cannot...
2006 Nov 14
1
R.exp file for building packages
...appropriate option back when I installed R from the binary. I did a full install of R, but R.exp is nowhere to be found. Is this file no longer included in the pre-compiled install for Windows? Is there some other way I can recreate the R.exp file? I am currently trying to hack something using dumpbin /exports "C:\program files\R\R-2.4.0\bin\R.dll" > exports and editing "exports" into an R.exp file...but I'm not too clear on what the file's supposed to look like. Thanks, Chris Green ________________________________ Christopher G. Green (cggreen AT stat.washi...
2005 Jun 06
1
linker error in debug
...xi_z already defined in MSVCRTD.lib(cinitexe.obj) GameClient error LNK2005: ___xi_a already defined in MSVCRTD.lib(cinitexe.obj) GameClient error LNK2005: __errno already defined in MSVCRTD.lib(MSVCR71D.dll) GameClient error LNK2005: __XcptFilter already defined in MSVCRTD.lib(MSVCR71D.dll) I ran dumpbin on vorbis_static_d and found out that it contains the following: _exit _malloc _calloc _realloc _free Is it because of these that the linker detects an 'already defined' error? I can't find ___xc_z, ___XcptFilter and friends anywhere in the libraries I'm using. I'm using vis...
2012 Oct 22
0
[LLVMdev] Section specialization & COFF.
...s codegen... >> >> Also, I'm pretty sure this is wrong for MinGW. What do msvc and >> mingw-gcc produce for c code that generates this? >> >> - Michael Spencer > > For this c code(see attachments) cl, mingw and clang produce different > coff's(was used dumpbin with option /ALL): > 1) Cl generate separate COMDAT section with linkage selection "pick any" > 2) Mingw place this value to regular section and place special auxilary > record to symbol table > 3) Clang without patch just ignore weakness of this value and place it to > reg...
2012 Oct 31
0
[LLVMdev] Section specialization & COFF.
..., I'm pretty sure this is wrong for MinGW. What do msvc and >>>> mingw-gcc produce for c code that generates this? >>>> >>>> - Michael Spencer >>> For this c code(see attachments) cl, mingw and clang produce different >>> coff's(was used dumpbin with option /ALL): >>> 1) Cl generate separate COMDAT section with linkage selection "pick >>> any" >>> 2) Mingw place this value to regular section and place special auxilary >>> record to symbol table >>> 3) Clang without patch just ignore w...
2005 Sep 28
1
Problems running network application
..."?" wait timed out in thread 0009, blocked by 0000, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x77e46180 "?" wait timed out in thread 0009, blocked by 0000, retrying (60 sec) Anybody knows what is going on these errors. I have used the visual studio utility dumpbin to know the application dependencies, and this app have this dependencies: ADVAPI32.dll WSOCK32.dll USER32.dll KERNEL32.dll Any clue? Thanks -- Un saludo Best Regards Pablo Gim?nez -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wi...
2010 Oct 19
2
Creating a Windows import lib from R.dll (x64)?
Hello, The procedure for creating an import library (Rdll.lib) that is documented in gnuwin32/README.packages works fine using the i386 architecture, but it doesn't seem to work under x64. Specifically, the procedure is: pexports R.dll > R.exp lib /def:R.exp /out:Rdll.lib /machine:X86 R.dll There are two issues under x64: 1. Older version of pexports crash when applied to an x64 R.dll.
2012 Nov 07
0
[LLVMdev] Section specialization & COFF.
...MinGW. What do msvc and >>>>>> mingw-gcc produce for c code that generates this? >>>>>> >>>>>> - Michael Spencer >>>>> For this c code(see attachments) cl, mingw and clang produce different >>>>> coff's(was used dumpbin with option /ALL): >>>>> 1) Cl generate separate COMDAT section with linkage selection "pick any" >>>>> 2) Mingw place this value to regular section and place special auxilary >>>>> record to symbol table >>>>> 3) Clang without p...
2015 Oct 28
2
Trying to get Search::Xapian perl module to compile on win32
...g linking errors. I am working with the latest stable version of xapian-core, which I cross-compiled on Ubuntu for win32. I had to do a couple of manual steps to convert the libxapian-22.dll into a libxapian-22.lib using info from https://support.microsoft.com/en-us/kb/131313. Specifically using dumpbin /exports to create a definition file and then feeding the definition file to lib /def to create the .lib and .exp files. The call to generate the Makefile on win32 is now something like: perl Makefile.PL CXX=cl.exe INC=-IC:\Install\include " LIBS=-lxapian-22 -lzlib" XAPIAN_VERSION=1...