Displaying 14 results from an estimated 14 matches for "createbitmap".
2009 Mar 26
1
winegcc and 'undefined reference's for names from gdi32
...reference to `SetBitmapBits'
hw_emulator.c:(.text+0xa73): undefined reference to `BitBlt'
/usr/local/lib/libinkview.a(hw_emulator.o): In function `hw_init':
hw_emulator.c:(.text+0xd76): undefined reference to
`CreateCompatibleDC'
hw_emulator.c:(.text+0xdce): undefined reference to `CreateBitmap'
hw_emulator.c:(.text+0xde7): undefined reference to `SelectObject'
/usr/local/lib/libinkview.a(hw_emulator.o): In function `WindowProc':
hw_emulator.c:(.text+0xf03): undefined reference to `BitBlt'
/usr/bin/ld: inkdemo.pc.exe.so: hidden symbol `CreateCompatibleDC'
isn't def...
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
...ll x11drv.GetDC(0000008c,00000bf4,00000000,00000013)
ret=4094cdce
080a7df8:Ret x11drv.GetDC() retval=00000001 ret=4094cdce
080a7df8:Ret USER.66: GETDC() retval=0x0bf4 ret=05cf:034e ds=01ef
080a7df8:Call GDI.51: CREATECOMPATIBLEBITMAP(0x0bf4,0x0020,0x0020)
ret=05cf:035f ds=01ef
trace:x11drv:X11DRV_CreateBitmap (00000cb8) 32x32 16 bpp
080a7df8:Ret GDI.51: CREATECOMPATIBLEBITMAP() retval=0x0cb8
ret=05cf:035f ds=01ef
080a7df8:Call GDI.106: SETBITMAPBITS(0x0cb8,0x00000800,1477:080c)
ret=05cf:03a2 ds=01ef
trace:x11drv:X11DRV_SetBitmapBits (bmp=0x4128efc0, bits=0x40ae6190,
count=0x800)
080a7df8:Ret GDI.106:...
2010 Jan 21
0
[ wxruby-Bugs-27716 ] ruby 1.9.1p243 [i386-mingw32] not compile with wxWidgests 2.8.10
...8
rake 0.8.7
not compile with wxWidgests 2.8.10
compile with wxWidgests 2.8.9
[SOLVED]
IF i compile wxWidgests 2.8.10 i''ve this error:
C:\msys\1.0\src\wxWidgets-2.8.10/lib/libwx_mswu-2.8.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0x3374):
undefined reference to `wxGraphicsRenderer::CreateBitmap(wxBitmap
const&)''
If i compile with wxWidgets 2.8.9 WORK !!!
this is the gem :
svn version: 2107
http://www.waydotnet.com/ruby/wxruby-ruby19-2.0.1.svn-x86-mingw32.gem
Only problem when install without --no-rdoc
:D
Carlo Bertini
---------------------------------------------------...
2004 Mar 29
1
Error in dialogs.rb sample
Using the wrong method name.
106c106
< if event.CanVeto()
---
> if event.can_veto()
#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################
2001 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
...0:Call x11drv.SetDeviceClipping(41942e34) ret=407a68b1
0823cd40:Ret x11drv.SetDeviceClipping() retval=00000000 ret=407a68b1
0823cd40:Ret gdi32.CreateCompatibleDC() retval=0000090c ret=6255cd6e
0823cd40:Call gdi32.CreateCompatibleBitmap(00000880,00000221,00000015) ret=6255cc9d
0823cd40:Call x11drv.CreateBitmap(00000910) ret=407a5432
0823cd40:Ret x11drv.CreateBitmap() retval=00000001 ret=407a5432
0823cd40:Ret gdi32.CreateCompatibleBitmap() retval=00000910 ret=6255cc9d
0823cd40:Call gdi32.SelectObject(0000090c,00000910) ret=6255cdb7
0823cd40:Call x11drv.SelectObject(41942e34,00000910) ret=407b3a6a
0823cd...
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...     def create_bitmap(art_id, art_client, art_size)
+ ..
+ return Wx::Bitmap.new(...)
+ end
+ end
</ins><span class="cx">
</span><del>- class MyProvider : public ArtProvider
- {
- protected:
- Bitmap CreateBitmap(const ArtID& id,
- const ArtClient& client,
- const Size size)
- { ... }
- };
- ...
- ArtProvider::PushProvider(new MyProvider);
</del><ins>+ Wx::ArtProvider.push_provider(MyProvider.new)
</ins><span class=...
2002 May 24
0
gta3
...sePixelFormat
fixme:win32:ELF_FindExportedFunction function Chord not found:
/usr/lib/wine/libwine.so: undefined symbol: Chord
fixme:win32:ELF_FindExportedFunction function CloseFigure not found:
/usr/lib/wine/libwine.so: undefined symbol: CloseFigure
fixme:win32:ELF_FindExportedFunction function CreateBitmap not found:
/usr/lib/wine/libwine.so: undefined symbol: CreateBitmap
fixme:win32:ELF_FindExportedFunction function CreateDC not found:
/usr/lib/wine/libwine.so: undefined symbol: CreateDC
fixme:win32:ELF_FindExportedFunction function CreateDIBSection not found:
/usr/lib/wine/libwine.so: undefined...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I
also expanded the bigdemo window a little bit. I really think we should
go larger but I suppose there might be some people at 800x600 still.
Note that creating your own art provider still doesn''t quite work
correctly. I didn''t have time to get into that.
The RubyConstants.i.patch file looks weird. Not
2019 Mar 18
0
Request for info on a big problems with nouveau driver
...t;> >> System UI and Play Store crashes, are happening after successful
> > >> >> android-x86 boot with drm_gralloc and gbm_gralloc,
> > >> >> these crashes seem to be very much related to this path:
> > >> >> CreateHardwareBitmap -> CreateBitmap -> Null Pointer Exception.
> > >> >> CreateHardwareBitmap (introduced in Android Oreo),
> > >> >
> > >> >
> > >> > Seems like you are missing dri extensions?
> > >>
> > >> Checking in the logcat the boot with...
2012 Jun 08
0
Wine release 1.5.6
...gdi32: Add a helper function that implements GetImage on a bitmap.
gdi32: Add a helper function that implements PutImage on a bitmap.
winedbg: Fix some pointer conversion warnings.
gdi32: Remove the bitmap parameter from the Get/PutImage entry points.
gdi32: Remove the CreateBitmap and DeleteBitmap driver entry points.
winex11: XRender repeat mode is no longer needed in functions that use a DC.
winex11: Always allocate a new GC for bitmap operations.
winex11: Remove the support for device-dependent bitmaps.
ntdll: Export _local_unwind.
appwiz.cpl...
2007 Mar 30
0
Wine release 0.9.34
...le to the server.
ws2_32: Move the signalling of the completion event to the server.
server: Move the signalling of the named pipe completion event to the server.
server: Use a standard async I/O event to signal directory changes.
winex11.drv: Relax the bitmap depth check in CreateBitmap to accept some compatible formats.
server: Add an open_file() function to the object operations.
server: Implemented the open_file method for named pipe and mailslot devices.
server: Create the named pipe and mailslot devices under \Device.
server: Don't enforce named pi...
2012 May 11
0
Wine release 1.5.4
...ontexts.
winex11: Use a standard Wine list for the OpenGL context list.
urlmon/tests: Allow some more optional progress notifications.
gdi32: Add a priority mechanism for pushing drivers on the stack in a defined order.
gdi32: Allow a driver to implement SelectBitmap but not CreateBitmap.
winex11: Add an OpenGL GDI driver.
winex11: Implement wglGetPbufferDCARB with a DC escape and remove it from the GDI driver interface.
winex11: Store the GL-specific information in the GL driver physdev.
ieframe/tests: Mark a failing test as broken.
wine.inf: Unify al...
2007 Feb 16
0
Wine release 0.9.31
...emove unused resource.
regedit: Declare some variables static.
regedit: Do not pass a global available pointer to a static function.
regedit: Do not use a local copy of a global pointer.
winspool: Do not access NULL when HeapAlloc failed.
Dmitry Timoshkov (17):
gdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitmap width or height is 0.
user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy.
kernel32: Add a trace to MultiByteToWideChar.
winedump: Add a sanity check before dumping long format library export....
2011 Sep 23
0
Wine release 1.3.29
...: Store the XRender picture formats in a global array instead of in the format structure.
winex11: Get rid of the WineXRenderFormat structure.
winex11: Remove a redundant field in the XRender format templates.
winex11: Get rid of the WXRFormat typedef.
winex11: Implement the CreateBitmap entry point in the XRender driver.
winex11: Use the physdev picture directly for the SRCCOPY XRender optimization.
winex11: Disable the XRender StretchBlt implementation if XRender wasn't loaded.
winex11: Use the original unclipped coordinates for XRender blits to avoid roundi...