similar to: No matching function for overloaded ''wxWindow_GetTextExtent'' on Linux

Displaying 20 results from an estimated 110 matches similar to: "No matching function for overloaded ''wxWindow_GetTextExtent'' on Linux"

2005 Nov 25
2
Wx::SystemSettings mark II
hi patches and files for Wx::SystemSettings, with get_font included in swig file and a sample that doesn''t segfault wxruby. CVS patches: RubyConstants.i, type_map.i CVS new: system_settings.rb (sample) SystemSettings.i (SWIG file) The sample should allow you to view the available information about system colours, fonts and metrics (eg cursor size, display size) in a Grid.
2006 Nov 13
0
[730] trunk/wxruby2/samples/etc/system_settings.rb: The call to message_box in on_about needed to be prefixed with Wx::
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2005 Dec 29
3
migrations
I''m trying to understand migrations and here is my problem, lets take this example code from the API docs for migration. This code creates a table then adds a new row to it, my problem is how can this add a row to the table if the model doesn''t exist and how can you create a model if the table doesn''t first exist. Can the migrations also be told to create a model for a
2008 Mar 31
0
MANOVA, SCC and multiple comparisons
Bonjour, we wanted to fit a manova as descripted in Marieta /et al./ 2003, "convergent habitat segregation of /Aedes aegyptii/ and /Aedes albopictus/ (Diptera: /Culicidae/) in Southern Brazil and Florida", /J. Med. Entomol./, *40* (6), 785-794. They did their analysis with SAS software. We have the same kind of data with two insect species and city, habitat and season factors. We
2006 Apr 04
2
loading data with migrations
Hello, I''m just taking a look at migrations, seems like a fantastic way to maintain the database. I am wonder if there is a way to maintain what I''ll call "reference data" along with the migrations. A lot of times in apps your have tables that have pretty static data, often used to generate select lists. Is there a way to insert the reference data into these tables
2007 Dec 21
0
[ wxruby-Bugs-16484 ] Application crash (Segmentation fault) on widows resize
Bugs item #16484, was opened at 2007-12-21 06:14 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16484&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Application crash (Segmentation fault) on widows resize Initial Comment: When
2005 Nov 23
1
Wx::SystemSettings
Hi all Please find attached files to implement (much of) Wx::SystemSettings for wxruby2. I really just wanted to be able to get screen width and screen height, but there''s lots of other stuff there too; the sample file provides a listing of what''s avaiable, with descriptions. With this email * patch to typemap.i * patch to RubyConstants.i * new SystemSettings.i file for
2007 May 21
13
First drop of new memory management
Hi Just a quick update on memory leaks etc. I''ve just dropped a bunch of patches with a new approach to linking ruby''s GC to Wx''s memory handling. Still some work to do - eg bigdemo.rb falls over quite quickly - but working well for me on other samples. Briefly, it disposes of fixdeleting. For almost all objects that aren''t Windows, they should now be
2006 Jul 19
8
small patch for wxWindow::GetTextExtent
I have not worked on wxRuby2 for awhile and decided to download the latest CVS HEAD and saw that it still had a problem with wxWindow::GetTextExtent (in my case showing up when editing Grid cells). So I copied the method signature from the wxDC::GetTextExtent which seems to be working, changed 2 variable names and made the typemap the same as used for wxDC. Well in my program editing grid cells
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce
2011 Mar 20
5
Breakquest
> boa|Break Quest % wine BreakQuest.exe > fixme:event:wait_for_withdrawn_state window 0x1005a/2600001 wait timed out > fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d1400 > fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080 > fixme:event:wait_for_withdrawn_state window 0x60026/2600004 wait timed out > err:module:load_builtin_dll failed to load .so lib for builtin
2006 Dec 12
1
[Fwd: Server is overloaded, any tips?]
Yesterday our website was acting a little odd, and i received a few email complaints. Running 'top' showed that we had a very high load average, today the load average is even higher! load average: 13.18, 12.49, 10.48 It is pretty unlikely that our site grew in popularity that quickly, and taking a look at the log file it was saying that a certain directory was not found, when in fact it
2011 Jun 20
1
Revision: 15699: $tg->index_text ($text, $weight) fails with "No matching function for overloaded 'TermGenerator_index_text'"
Hi, I've been out of touch recently, so perhaps I've missed something (the last time I checked the svn pulse the Perl code was under search-xapian/ - looks like things have moved to swig). The latest trunk (revision 15699) has a problem with Perl: $tg->index_text ($text, $weight); It fails with "No matching function for overloaded 'TermGenerator_index_text'..." I
2008 Mar 05
0
Overloaded has_many_polymorphs method is still being called
I have a has_many_polymorphs class called Property. For the various classes that are polymorphs, i''ve written a module with methods relating to Property, that they can all include. One of my methods is called ''add_properties'': it creates some new associations, but also does a couple of other things (such as update the object''s ferret index, and return a
2008 Nov 26
0
[LLVMdev] clang and overloaded functions
On Nov 26, 2008, at 10:00 AM, Brian Watt wrote: > In clang is it possible to declare C-language function prototypes > for overloaded functions even though it is not C-language legal. > It's because I see that GLSL provides something like this, and I'm > wondering if clang does too and how to express it either through > command line argument or language attributes,
2010 Mar 12
0
[LLVMdev] Question: overloaded intrinsic
I am working on an implementation that needs to add a couple of overloaded intrinsics (based on pointer to different address spaces). I am creating a new myintrinsics.td file and using the iPTRAny for the argument type. The current interface (i.e. getName() and getTyp() in Intrinsics.h) seems to require the caller to know which arguments are used for overloading, so to set Tys and numTys. This
2010 Aug 02
2
[LLVMdev] [PATCH] fix "ambiguous call to overloaded function" with Visual Studio 2010
The attached patch gets rid of the "error C2668" mentioned on the wiki page (all the other errors seem to be fixed in SVN already AFAICT): http://wiki.llvm.org/How_do_I_compile_on_Visual_C%2B%2B%3F Applying this to trunk fixes http://llvm.org/bugs/show_bug.cgi?id=5592 for me. -------------- next part -------------- A non-text attachment was scrubbed... Name:
2001 Jul 29
0
Where did Jeff inflate the keypad at the overloaded backup?
Just createing on a backdoor beneath the chaos is too discarded for Frederick to vexate it. Where did Samantha generate the client to the idiotic output? We regularly relay outside secret loud buffers. I'd rather crawl daily than build with Ralf's root hacker. Go learn a fax machine! I disrupt virulent routers in front of the upper unlimited CERT, whilst Vance rigidly eliminates
2008 Nov 26
2
[LLVMdev] clang and overloaded functions
In clang is it possible to declare C-language function prototypes for overloaded functions even though it is not C-language legal. It's because I see that GLSL provides something like this, and I'm wondering if clang does too and how to express it either through command line argument or language attributes, etc.? int f(int, int); float f(float, float); int g() { float x = f(1.0f,
2015 Jan 15
2
[LLVMdev] Overloaded intrinsics: name explosion
Hi, So, we currently have gc.result.int, gc.result.float. gc.result.ptr, gc.relocate, and gc.statepoint. gc.statepoint's signature is fine with a iPTRAny as the first argument. gc.result is in trouble, because none of the signatures admit even a simple array of integers, and there's no aAny. And certainly no vectors. So we can get a gc.result.vector to add to this mess, and admit [1] to