search for: getclassname

Displaying 18 results from an estimated 18 matches for "getclassname".

2003 Oct 25
9
Windows Compile Error
...c:/ruby/ lib/ruby/1.8/i386-mswin32 -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -I. -I. -I./. . -I./../missing -c -Tpapp.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. app.cpp app.cpp(181) : error C2039: ''GetClassNameA'' : is not a member of ''wxAppWithCallbacks'' app_cb.h(16) : see declaration of ''wxAppWithCallbacks'' NMAKE : fatal error U1077: ''cl'' : return code ''0x2'' Stop. Error executing nmake. wxruby.so - 2 error(s), 0 war...
2014 Jan 26
2
[LLVMdev] [llmdev] fail to process llvm generated assembly on windows/mingw32
...yFile); module.dispose(); context.dispose(); byte[] asm = output.toByteArray(); output.reset(); asm = output.toByteArray(); BufferedOutputStream oOut = new BufferedOutputStream(new FileOutputStream(oFile)); targetMachine.assemble(asm, clazz.getClassName(), oOut); oOut.close(); (I use a java binding for llvm) Unfortunately, the assemble call fails with the error: org.robovm.llvm.LlvmException: java.io.PrintWriter:478:2: error: unknown directive .section .text$java_io_PrintWriter_checkError__Z_lookup,"xr" ^ java....
2008 Aug 20
1
Facebook javascript (FBJS) library
...9;'].toSource() == map([''a'',''b''], function(val) { return val+2 }).toSource() Recurse through the dom under a selected element and return nodes for which test is true as an array collect($(''test1''), function(element){ return (element.getClassName() == ''test2c'') }) Check if an element is visible $(''test1'').visible() Hide an element $(''test1'').hide() Show an element $(''test1'').show() Toggle element visibility $(''test1''...
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
...quot;> { </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspif ( ! obj ) </del><ins>+ if ( ! wx_obj ) return Qnil; + + // Get the wx class and the ruby class we are converting into + wxString class_name( wx_obj->GetClassInfo()->GetClassName() ); + VALUE r_class; + if ( class_name.Len() > 2 ) </ins><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{ </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp return Qnil; </del&g...
2006 Dec 20
0
[789] trunk/wxruby2/swig/classes/Window.i: Make GetChildren work (tho general fix for get_ruby_object still needed)
...nbsp&nbsp&nbsp&nbsp&nbsp&nbspif ( ! obj ) </span><span class="lines">@@ -38,8 +57,8 @@ </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxString classNameString(obj->GetClassInfo()->GetClassName()); </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspif(classNameString.Len() > 2) </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{ </span><del&g...
2007 Jun 28
0
[1095] trunk/wxruby2: Remove useless methods from Wx::Object and add wx_class method for info; document
...ch this object is wrapping. + // The doubled wx name is to fool renamer.rb, which strips the wx prefix. + // The actual final method is called wx_class + VALUE wxwx_class() { +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxString class_name( self->GetClassInfo()->GetClassName() ); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspVALUE rb_class_name = rb_str_new2((const char *)class_name.mb_str(wxConvUTF8)); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspreturn rb_class_name; + } +} + </ins><span class="cx&...
2017 Jun 09
0
Wine release 2.10
...d3drm: Fix IDirect3DRMMeshBuilder::QueryInterface to support IDirect3DRMObject and IDirect3DRMVisual. inetcomm/tests: Return interface pointer for test stream. inetcomm: Release previously set data (Valgrind). inetcomm: Implemented IMimeBody::GetClassID(). d3drm: Consolidate GetClassName() implementation, reduce tests duplication. d3drm/tests: Added a helper to create test window. mpr/tests: Remove NT4 version check. oleaut32/tests: Basic test for invalid arguments in LoadTypeLib/LoadTypeLibEx. po: Update Russian translation. d3drm: Use consistent nami...
2018 Feb 02
0
Wine release 3.1
...ext trace. comctl32/updown: Use HeapAlloc() wrappers. comctl32/treeview: Use HeapAlloc() wrappers. comctl32/header: Use HeapAlloc() wrappers. comctl32/hotkey: Use HeapAlloc() wrappers. comctl32/imagelist: Use HeapAlloc() wrappers. user32/tests: Add some tests for GetClassName() and versioned classes. Paul Graham (1): kernel32: Fix failure reporting in WritePrivateProfile* and add tests. Piotr Caban (14): msvcp100: Add Concurrency::details::_Concurrent_queue_base_v4 class stub. msvcp100: Add _Concurrent_queue_base_v4::_Internal_throw_exception impleme...
2018 Feb 16
0
Wine release 3.2
...Use the global HeapAlloc() wrappers. regedit: Use the global HeapAlloc() wrappers. wscript: Use the global HeapAlloc() wrappers. reg: Use the global HeapAlloc() wrappers. xmllite: Use the global HeapAlloc() wrappers. Nikolay Sivov (47): user32: Fix names returned with GetClassName(). comctl32/edit: Fix class style mask. comctl32/edit: Handle Ctrl-A shortcut as select all command. wincodecs: Use static array for property bag descriptions. wincodecs: Encoder options are optional for CreateNewFrame(). comctl32/toolbar: Fix a crash when tracing spec...
2013 Jan 18
0
Wine release 1.5.22
...: Total War crashes on second disc 32698 Elven Legacy crashes during the tutorial mission, needs msvcp80.dll.??$arg at M@std@@YAMABV?$complex at M@0@@Z (purist) 32702 The Incredible Machine Contraptions & Even More Contraptions Crash 32704 Batman: Arkham Asylum Demo needs wmiutils path_GetClassName() 32708 Post Mortem crashes on start with built-in msvcrt 32716 Batman: Arkham Asylum Demo needs wmiutils path_GetInfo() 32727 Batman: Arkham Asylum Demo needs wmiutils path_SetServer() 32729 Morrowind crashes before loading a game 32733 Disciples: Sacred Lands crashes on start 327...
2008 Oct 20
2
R 2.8.0 is released
...t;. o The 'device-independent' family "symbol" is defunct: use font=5 (base) or fontface=5 (grid) instead. o gammaCody() is defunct. o par("gamma") is defunct. o 'methods' package functions getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses, getVirtual(), mlistMetaName(), removeMethodsObject() and seemsS4Object() are defunct. o Use of a non-integer .Random.seed is now an error. (R itself has never generated such v...
2008 Oct 20
2
R 2.8.0 is released
...t;. o The 'device-independent' family "symbol" is defunct: use font=5 (base) or fontface=5 (grid) instead. o gammaCody() is defunct. o par("gamma") is defunct. o 'methods' package functions getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses, getVirtual(), mlistMetaName(), removeMethodsObject() and seemsS4Object() are defunct. o Use of a non-integer .Random.seed is now an error. (R itself has never generated such v...
2006 Oct 27
0
Wine release 0.9.24
...it mostly pass under Wine. wine.inf: Update RelayExclude and add RelayFromExclude filter in order to avoid not useful APIs in the traces. oleaut32: Add a test for QueryPathOfRegTypeLib. oleaut32: Make QueryPathOfRegTypeLib test pass under Wine. user32: Make the test pass for GetClassName called on a small buffer. kernel32: Exit from initial thread with ExitThread not by ExitProcess. kernel32: Exit from initial thread with ExitThread not by ExitProcess. Duane Clark (1): msvcrt: Fix fread on large buffers in ascii mode. Eric Pouech (14): ntdll: Plug a memory...
2012 Jun 22
0
Wine release 1.5.7
...Andr? Hentschel (19): winedbg: Add multiplication operators to Thumb2 disassembler. winedbg: Add long multiplication and division operators to Thumb2 disassembler. ntdll: Enhance FreeBSD checks for cdrom code to also check for DragonFly BSD when appropriate. d3drm/tests: Add GetClassName tests. ntdll: Check for NetBSD in CDROM_Verify. d3drm: Implement IDirect3DRMFrameX_GetClassName. d3drm: Implement IDirect3DRMLight_GetClassName. d3drm: Implement IDirect3DRMMeshBuilderX_GetClassName. jscript/tests: Fix some typos. d3drm: Implement IDirect3DRMX_Cr...
2020 Apr 24
0
R 4.0.0 is released
...r PCRE2 or PCRE1 >= 8.32 (Nov 2012) is required: the deprecated provision for 8.20-8.31 has been removed. * Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinte...
2020 Apr 24
0
R 4.0.0 is released
...r PCRE2 or PCRE1 >= 8.32 (Nov 2012) is required: the deprecated provision for 8.20-8.31 has been removed. * Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinte...
2020 Apr 24
0
R 4.0.0 is released
...r PCRE2 or PCRE1 >= 8.32 (Nov 2012) is required: the deprecated provision for 8.20-8.31 has been removed. * Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinte...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...t& event ) ; </del><ins>+ virtual int FilterEvent(wxEvent& event ) ; </ins><span class="cx"> wxString GetAppName() const; </span><span class="cx"> bool GetAuto3D() const; </span><span class="cx"> wxString GetClassName() const; </span></span></pre></div> <a id="brancheswxruby2wxwidgets_282swigclassesDialogi"></a> <div class="modfile"><h4>Modified: branches/wxruby2/wxwidgets_282/swig/classes/Dialog.i (882 => 883)</h4> <pre class="...