search for: stringtable

Displaying 19 results from an estimated 19 matches for "stringtable".

2012 Feb 24
1
looping over string of frames when importing with 'sqlFetch' from a Microsoft Access database
...em, as it is an issue of connecting to a database I can't really make a working example, please bear with me. ### not-working R code ### ##?first I establish a connection to my database mdbConnect<-odbcConnectAccess("C:\\... \\database.mdb") ## then I read of all the table names stringTables <- sqlTables(mdbConnect, tableType=c("TABLE"))$TABLE_NAME ## and then I meet the wall ... for(i.Frame in stringTables) { ?? ?i.Frame <- sqlFetch(mdbConnect, i.Frame) } ## this broken loop creates one data frame called containing the 'i.Frame' containing the last frame in t...
2011 Oct 16
0
[LLVMdev] Static destructor problem with recent HEAD
...ac99 llvm::BumpPtrAllocator::~BumpPtrAllocator() + 25 10 tartc 0x000000010106ac75 llvm::BumpPtrAllocator::~BumpPtrAllocator() + 21 11 tartc 0x00000001000388b6 llvm::StringMap<char, llvm::BumpPtrAllocator>::~StringMap() + 74 12 tartc 0x0000000100101224 tart::StringTable::~StringTable() + 24 13 tartc 0x0000000100101905 tart::Module::~Module() + 1609 14 tartc 0x00000001000fd67b __tcf_3 + 27 15 libSystem.B.dylib 0x00007fff830e6374 __cxa_finalize + 203 16 libSystem.B.dylib 0x00007fff830e628c exit + 18 17 tartc 0x000000010000173b sta...
2011 Oct 16
2
[LLVMdev] Static destructor problem with recent HEAD
On Sat, Oct 15, 2011 at 9:49 PM, Chandler Carruth <chandlerc at google.com>wrote: > On Sat, Oct 15, 2011 at 9:20 PM, Talin <viridia at gmail.com> wrote: > >> I recently updated my version of LLVM from revision 140108 to 142082, and >> several things broke, most of which were easily fixed. However, I'm now >> getting a "pure virtual method called"
2017 Apr 04
2
RFC: Adding a string table to the bitcode format
...>> <STRTAB_BLOB blob="foo\0bar\0baz\0"> >> </STRTAB_BLOCK> >> >> >> Why is the string table after the module instead of before? >> > > For implementation simplicity. The idea is that the BitcodeWriter would > have a member of type StringTableBuilder which would accumulate strings > while writing the bitcode module(s) (and symtab in the future). At the end, > the client would call something like BitcodeWriter::writeStrtab() which > would write out the string table. > > > There is already a traversal of the module for va...
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all, Gert Hulselmans requested a feature for MDISKCHK.COM that would function roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET command output for MEMDISK kernel arguments passed by previous boot-loaders. He also needed to support the case for MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments could be gathered together and output as a list
2008 May 11
1
first translation patch - broken characters
Hi! I managed after a couple of hours playing with git to get the first patch right : Code: diff --git a/dlls/shell32/shell32_Fr.rc b/dlls/shell32/shell32_Fr.rc index dd1a455..c59c20f 100644 --- a/dlls/shell32/shell32_Fr.rc +++ b/dlls/shell32/shell32_Fr.rc @@ -252,3 +252,19 @@ STRINGTABLE IDS_NEWFOLDER "Nouveau dossier" } + +{ + IDS_LICENSE_CAPTION, "Licence Wine" + + IDS_LICENSE, +"Wine est un logiciel libre, vous pouvez le redistribuer et/ou le modifier \ +selon les termes de la License Publique G351n351rale Limit351e GNU dans sa version 2....
2017 Apr 04
4
RFC: Adding a string table to the bitcode format
...E_BLOCK> > <STRTAB_BLOCK> > <STRTAB_BLOB blob="foo\0bar\0baz\0"> > </STRTAB_BLOCK> > > > Why is the string table after the module instead of before? > For implementation simplicity. The idea is that the BitcodeWriter would have a member of type StringTableBuilder which would accumulate strings while writing the bitcode module(s) (and symtab in the future). At the end, the client would call something like BitcodeWriter::writeStrtab() which would write out the string table. > > Each STRTAB_BLOCK would apply to all preceding MODULE_BLOCKs. This...
2004 Sep 19
0
MFC compile problem
...uid winebuild -o mfcdll.dbg.c --debug -C. winegcc -c -mno-cygwin -I. -I/home/ken/.wine/drive_c/VC_Include -I/home/ken/.wine/drive_c/mfc/Include -o mfcdll.dbg.o mfcdll.dbg.c wrc -I. -I/home/ken/.wine/drive_c/VC_Include -I/home/ken/.wine/drive_c/mfc/Include -fomfcdll.res mfcdll.rc Warning: Stringtable's memory options are not equal (idbase: 61440) wineg++ -mwindows -mno-cygwin -o mfcdll.so mfcdll.res mfcdll.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid winebuild -o mfcintl.dbg.c --debug -C. winegcc -c -mno-cygwin -I. -I/home/ken/.wine/drive_c/VC_Include -I/home/ken/.wine/drive_c...
2009 Mar 27
0
Wine release 1.1.18
...chael Stefaniuc (24): mshtml: Update the Romanian translation. mshtml: Convert the German translation to UTF8. mshtml: Update the German translation. reg: Change the German translation to UTF8. reg: Fix/update the German translation. regedit: Remove commented out STRINGTABLE from the resource files. regedit: Convert the German translation to UTF8. regedit: Fix the German translation. ntdll: Remove superfluous pointer casts. advapi32/tests: Don't use "long" for variable types. d3dxof/tests: Use ULONG instead of unsigned long....
2006 Nov 10
0
Wine release 0.9.25
...iants of MAKEINTATOM() so we should not either. include/objbase.h: Add missing include directives. shell32: Add missing '\n' to Wine trace. uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros. setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes. secur32: sspi.h must not include wtypes.h. Fix ntsecapi.h so it does not depend on winternl.h. include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either. include: Add missing include directives to d3d8.h and d3d9.h. include/dshow.h:...
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...t; On Mon, Jan 21, 2019 at 8:36 AM Vivien Millet < >>>>>> vivien.millet at gmail.com> wrote: >>>>>> >>>>>>> Hi Zachary, sorry for disturbing again.. >>>>>>> >>>>>>> I've fixed some problems (StringTable, SectionMap and few things >>>>>>> here and there..) and my converted PDB seems now to work inside visual >>>>>>> studio.. >>>>>>> But I'm not sure if I have full debug features because I don't >>>>>>> succe...
2008 Mar 21
0
Wine release 0.9.58
...ion with LeaveCriticalSection (Smatch). comdlg32: Update the German translation. devenum: Add the Romanian translation. oleaut32: Add the Romanian translation. winecfg: Remove the unused IDS_WINE_VERSION resource. Miko?aj Zalewski (4): shell32: Remove DISCARDABLE from STRINGTABLE resources. comdlg32: Move font style names to resources. regedit: Remove windows class names (they shouldn't be localized) and unused IDC_REGEDIT menu from resources. mshtml: Add Polish translation. Nathan Beckmann (10): gdiplus: Tests for GdipLockBitmapBits/GdipUnlockB...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...n Millet < >>>>>>>> vivien.millet at gmail.com> wrote: >>>>>>>> >>>>>>>>> Hi Zachary, sorry for disturbing again.. >>>>>>>>> >>>>>>>>> I've fixed some problems (StringTable, SectionMap and few things >>>>>>>>> here and there..) and my converted PDB seems now to work inside visual >>>>>>>>> studio.. >>>>>>>>> But I'm not sure if I have full debug features because I don't >>&g...
2009 Jul 17
0
Wine release 1.1.26
...he German resources to UTF-8. taskmgr: Convert the German resources to UTF-8. Set the encoding of the remaining German resources to UTF-8. Set the encoding of the Romanian resources to UTF-8. wordpad: Change some string resource ids to logically group the strings in separate STRINGTABLEs. Mike Kaplinskiy (1): ws2/tests: Test AcceptEx with a deferred socket. Nikolay Sivov (15): comctl32/listview: Basic LVM_GETITEMSPACING tests. user32/spy: Update ListView message table. comctl32/listview: Fix some test failures on 4.7x. comctl32/listview: More LVM_*H...
2008 Apr 04
0
Wine release 0.9.59
...geServiceConfigW implementation from advapi32.dll to services.exe. services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName. wrc: verify-translation: Compare all the controls of dialogs, not only the first one. wrc: verify-translation: Remove dumping of stringtables. wrc: verify-translation: Allow the translators to set BS_MULTILINE on buttons without an error. wldap32: Add Polish translation. comdlg32: Add some ES_NUMBER to pagesetup dialog templates in languages that don't have them. winecfg: Update Polish translation. rege...
2008 Sep 19
0
Wine release 1.1.5
...up PROFILE_isspaceW. Michael Stefaniuc (6): user32/tests: Remove unreachable break after return (Smatch). shell32: Fix the Ca, Hu, Ro, Sk, Sv and Wa translations by removing an untranslated string. wordpad: Fix the Hungarian translation by removing an untranslated and incomplete STRINGTABLE. wordpad: Change the encoding of the German resource file to utf-8. worpad: Fix the German translation. regedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt, Ru, Si and Tr translations. Miko?aj Zalewski (10): appwiz.cpl: French should use SUBLANG_NEUTRAL. oleaut32: Mak...
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
That’s a good question, by default when emitting the object file I choose COFF but it embeds dwarf and not codeview in the end.. there probably is a way to do it or at least it must be implemented if not yet.. Lets imagine I manage to do that.. when you say there is nothing to do, I still must have a PDBFileBuilder to copy the codeview data inside the EXE PDB right ? I cannot insert them easily in
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...in Symbolication) [0x9856b] 2 -[VMUMemoryView_Native stringWithEncoding:] + 54 (in Symbolication) [0x97cb7] 1 _objc_msgSend + 31 (in libobjc.A.dylib) [0x9029368f] 1 -[VMUStabsExtractor readStabsFromMachOHeader:nsyms:nlist:stringTable:] + 3293 (in Symbolication) [0x9e4f7] 1 +[VMUSymbol symbolWithName:mangledName:addressRange:owner:flags:] + 63 (in Symbolication) [0x9f18b] 1 +[NSObject alloc] + 42 (in CoreFoundation) [0x942c0b4a] 1 +[NSObjec...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...makedep -xo -xcross.o -C. -S../../.. -T../../.. confdlg.c > :info:build config.status: creating dlls/setupapi/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. devinst.c dialog.c dirid.c diskspace.c fakedll.c install.c misc.c parser.c query.c queue.c setupcab.c stringtable.c stubs.c Bg.rc Cs.rc Da.rc De.rc En.rc Eo.rc Es.rc Fi.rc Fr.rc He.rc Hu.rc It.rc Ja.rc Ko.rc Lt.rc Nl.rc No.rc Pl.rc Pt.rc Ro.rc Ru.rc Si.rc Sk.rc Sr.rc Sv.rc Tr.rc Uk.rc Zh.rc > :info:build config.status: creating dlls/setupapi/tests/Makefile > :info:build ../../../tools/make...