Displaying 4 results from an estimated 4 matches for "printersetup".
2005 May 19
1
Problems installing wxRuby on Mac OS X 10.3.9
...g++ -fno-common -g -O2
-pipe -fno-common `wx-config --cxxflags` -I.
-I/usr/local/lib/ruby/1.8/powerpc-darwin7.9.0
-I/usr/local/lib/ruby/1.8/powerpc-darwin7.9.0 -I. -x objective-c++
-c htmleasyprinting.cpp
htmleasyprinting.cpp: In static member function `static VALUE
WxHtmlEasyPrinting::PrinterSetup(int, VALUE*, long unsigned int)'':
htmleasyprinting.cpp:181: error: `PrinterSetup'' undeclared (first use
this
function)
htmleasyprinting.cpp:181: error: (Each undeclared identifier is
reported only
once for each function it appears in.)
make: *** [htmleasyprinting.o] Err...
2008 Oct 05
4
Why is -e sent to the remote rsync side?
> $ rsync -e 'ssh -v' lingnu.com:
> OpenSSH_5.1p1 Debian-2, OpenSSL 0.9.8g 19 Oct 2007
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Connecting to lingnu.com [199.203.56.105] port 22.
> debug1: Connection established.
...
> debug1: Sending command: rsync --server --sender -de.L .
As we can see, rsync runs ssh, and
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
...bsp      /**
-         * \brief Display printer setup dialog and allows the user to modify settings.
-        */
-
- void PrinterSetup() ;
-        /**
-         * \brief Display page setup dialog and allows the user to modify settings.
-       &...