search for: wxconfig

Displaying 6 results from an estimated 6 matches for "wxconfig".

Did you mean: xconfig
2010 Dec 03
2
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
...-disable-shared --enable-languages=c++,c --enable-checking --enable-llvm=/home/ llvm-objects --disable-bootstrap --disable-multilib Now from Samples, I am compiling minimal.cpp by llvm-gcc (binary for x86) using the following commands: *Step 1. llvm-gcc -O3 -emit-llvm minimal.cpp -c -o minimal.bc `wxconfig –cxxflags`* *Step 2. llc minimal.bc –march=arm –o minimal.s (*for generating arm assembly code*)* *Step 3 arm_v7_vfp_le-gcc minimal.s –o minimal.native `wxconfig –libs` (*arm compiler to compile this assembly code into native executable*)* Now when I am running this native executable on my ta...
2010 Dec 03
0
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
...c-4.2-2.7.source/configure --prefix=/home//gcc-disable-shared --enable-languages=c++,c --enable-checking --enable-llvm=/home/ llvm-objects --disable-bootstrap --disable-multilib You have to configure llvm-gcc as cross-arm compiler. > Step 1. llvm-gcc -O3 -emit-llvm minimal.cpp -c -o minimal.bc `wxconfig –cxxflags` > Step 2. llc minimal.bc  –march=arm –o minimal.s   (for generating arm assembly code) This won't work. You're trying to codegen x86 IR for ARM. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2004 Jul 26
4
app state persistence. text size
hi I''ve got an MDI-based app, and when it''s restarted i''d like it to remember the contents and state (eg line pos in a TextCtrl) of the MDI Children. Any tips on how to easily marshal this sort of thing? Also, the default text size for the contents of controls (ComboBox, Text etc) is quite small on my monitor (MSWIN) - any suggestions on how to adjust this in a
2010 Dec 06
4
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
...re --prefix=/home//gcc-disable-shared > --enable-languages=c++,c --enable-checking --enable-llvm=/home/ llvm-objects > --disable-bootstrap --disable-multilib > You have to configure llvm-gcc as cross-arm compiler. > > > Step 1. llvm-gcc -O3 -emit-llvm minimal.cpp -c -o minimal.bc `wxconfig > –cxxflags` > > Step 2. llc minimal.bc –march=arm –o minimal.s (for generating arm > assembly code) > This won't work. You're trying to codegen x86 IR for ARM. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersb...
2006 Nov 06
3
HtmlWindow and friends
Hi Attached is a patch to add HtmlWindow and some of its friends, including HtmlEasyPrinting. Also a sample. I haven''t tried exposing the parsing and rendering API yet to allow custom tags etc - I just wanted to get basic HTML and the 0.6.0 compatibility classes first. There may well be some quite easy classes left. There''s one ugly kludge to get OnOpeningURL to compile -
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...n class="cx"> virtual void OnSetTitle(const wxString& title ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief This reads custom settings from wxConfig. It uses the path ''path'' -if given, otherwise it saves info into currently selected path. -The values are stored in sub-path - -Read values: all things set by SetFonts, SetBorders. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param wxConfigBase...