search for: stringtables

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

Did you mean: 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 th...
2011 Oct 16
0
[LLVMdev] Static destructor problem with recent HEAD
Interestingly, I also get a similar error in a different executable (my unittest): pure virtual method called terminate called without an active exception 0 tartc 0x00000001010a8265 PrintStackTrace(void*) + 53 1 tartc 0x00000001010a88cc SignalHandler(int) + 364 2 libSystem.B.dylib 0x00007fff831341ba _sigtramp + 26 3 libSystem.B.dylib 0x7261742e65637365 _sigtramp +
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
On Tue, Apr 4, 2017 at 1:25 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > On Apr 4, 2017, at 12:12 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >> >> Hi,
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
2017 Apr 04
4
RFC: Adding a string table to the bitcode format
On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > Hi, > > As part of PR27551 I want to add a string table to the bitcode format to > allow global value and comdat names to be shared with the proposed symbol > table (and, as side effects, allow comdat
2004 Sep 19
0
MFC compile problem
HI ALL: I can not compile MFC successfully due to the resource file 'afxres.rc'. Can you give some suggestions to solve this problem or share your experience on compiling MFC? Thank you. version of OS: [ken@Linux80 mfc]$ uname -a Linux Linux80 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux version of MFC source is the MFC version released with VC 6.0 I compiled it
2009 Mar 27
0
Wine release 1.1.18
The Wine development release 1.1.18 is now available. What's new in this release (see below for details): - RPC over HTTP support. - Improved support for upgrades in MSI. - Debug symbols in WineDbg on Mac OS X. - Many Direct3D code cleanups. - Various bug fixes. The source is available from the following locations:
2006 Nov 10
0
Wine release 0.9.25
This is release 0.9.25 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many more fixes for installer support. - Many MSHTML improvements. - Support for NTLMv2. - RPC over TCP improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
(Yes you are right this is my fault) Considering the string table, it only seems to contains file relative informations in every pdb I am using, and it looks correct but I will check it. I looked at the pdb.cpp code about checksums and tables, I copied some stuff and got things wrong according to cvdump, then I simplified the process of copying the table and it worked (in cvdump it finds the file
2008 Mar 21
0
Wine release 0.9.58
This is release 0.9.58 of Wine, a free implementation of Windows on Unix. What's new in this release (see below for details): - The default version is now Windows XP. - Many Richedit improvements. - Beginning of jscript dll support. - Shell folders now respect XDG directory configuration. - Many translation updates. - Lots of bug fixes. Because of lags created by using mirrors,
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
Hello Zachary, Sorry for replying so lately but It's been a week I'm thinking an working hard on your "dll memory buffer" idea to see if it works and give you feedbacks ! And it works pretty well until now : I shared on the list what I did : - create a .ASM file full of "int 3" instructions (to ensure that if we execute over the boundaries we instantly break. -
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_*HI...
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. reged...
2008 Sep 19
0
Wine release 1.1.5
The Wine development release 1.1.5 is now available. What's new in this release (see below for details): - Substantial JavaScript implementation. - Partial support for layered windows. - Support for Unicode file export in Regedit. - Proper exception handling in widl-generated code. - Asynchronous requests and cookies support in WinHTTP. - Various bug fixes. The source is
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)
Full_Name: James Howison Version: 2.9.2 OS: Mac OS X 10.5.8 Submission from: (NULL) (128.2.222.163) For quite a while now I have been unable to use Package Manager to install programs. I get the spinning wheel and long lock ups. This happens when I hit, "get list", but that eventually returns, seemingly successfully. However it also happens when I try to install a package, the whole
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
Hello all, I was trying to install Wine on my MacBook via the Terminal. These are my system specs: odel Name: MacBook Model Identifier: MacBook2,1 Processor Name: Intel Core 2 Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache (per processor): 4 MB Memory: 1 GB Bus Speed: 667 MHz Boot ROM Version: MB21.00A5.B07 SMC Version: 1.13f3 Serial Number: BLAHBLABLAH