search for: glut32

Displaying 9 results from an estimated 9 matches for "glut32".

Did you mean: glu32
2007 Oct 09
2
Recommended Packages document
...libsm-dev libtasn1-2-dev libusb-dev libvorbis-dev libx11-dev libxcursor-dev libxext-dev libxft-dev libxi-dev libxml2-dev libxmu-dev libxrandr-dev libxrender-dev libxslt1-dev libxt-dev libxv-dev render-dev unixodbc-dev x-dev xlibmesa-gl-dev xlibmesa-glu-dev xlibs-static-dev zlib1g-dev (Please note glut32.dll has been removed in Wine 0.9.27, so freeglut3-dev may not be required anymore) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20071008/ced934e1/attachment.htm
2019 Mar 14
3
RFC: ELF Autolinking
...y writer to reorganize how that library is structured transparently to the users of the library. There are notes about utility in https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux and https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 . > I'm less convinced about --whole-archive as > I think this tends to be a way of structuring the build and would be > best made explicit in the build system. Moreover, what if someone > wants to not use --whole-archive, for their autolink, but one alre...
2008 Jul 22
1
Does anyone have install BobCad-Cam on Ubuntu using wine?
...bobcad21 PE 1800000- 19c6000 Deferred nlibr PE 19d0000- 1b1e000 Deferred hw_nmtlib_corer PE 1b20000- 1cbb000 Deferred step_nmtlibr PE 1cc0000- 1dfe000 Deferred parasolid_nmtlibr PE 1e00000- 1f7d000 Deferred ncverifyr PE 1f80000- 1fb8000 Deferred glut32 PE 1fc0000- 1ffa000 Deferred on_nmtlibr PE 2000000- 2260000 Deferred opennurbs PE 2260000- 2301000 Deferred sat_nmtlibr PE 10000000-10459000 Deferred nmtlibr PE 70d00000-70ea0000 Deferred gdiplus ELF 7b800000-7b931000 Deferred kernel32<elf>...
2019 Mar 14
2
RFC: ELF Autolinking
...ary is structured transparently to the users of the library. >> There are notes about utility in >> https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux >> and >> https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 >> . >> >> >>> I'm less convinced about --whole-archive as >>> I think this tends to be a way of structuring the build and would be >>> best made explicit in the build system. Moreover, what if someone >>> wants to...
2019 Mar 18
2
RFC: ELF Autolinking
...to the users of the library. >>>> There are notes about utility in >>>> https://stackoverflow.com/questions/1685206/pragma-commentlib-xxx-lib-equivalent-under-linux >>>> and >>>> https://stackoverflow.com/questions/3851956/whats-pragma-comment-lib-lib-glut32-lib?noredirect=1&lq=1 >>>> . >>>> >>>> >>>>> I'm less convinced about --whole-archive as >>>>> I think this tends to be a way of structuring the build and would be >>>>> best made explicit in the build system....
2006 Dec 08
0
Wine release 0.9.27
...unction for resolving the server name for an HTTP request ole32: Add some documentation for CoCreateInstance. Roderick Colenbrander (5): wgl: Unify pixel format code. wgl: Relax the pixel format attribute conversion code a bit. wgl: (W)GL_NV_vertex_array_range. Remove glut32. wgl: Cleanup wglMakeCurrent. Stefan D?singer (13): wine/list.h: Added list_move_head and list_move_tail. wined3d: Create the state table. wined3d: Add render states to the state table. wined3d: Move WINED3DRS_FILLMODE to the state table. wined3d: Move WINED3DRS...
2015 Oct 06
19
[Bug 92306] New: GL Excess demo renders incorrectly on nv43
https://bugs.freedesktop.org/show_bug.cgi?id=92306 Bug ID: 92306 Summary: GL Excess demo renders incorrectly on nv43 Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau
2006 May 18
2
Problems compiling Wine
...e config.status: creating dlls/dxerr8/Makefile config.status: creating dlls/dxerr9/Makefile config.status: creating dlls/dxguid/Makefile config.status: creating dlls/gdi/Makefile config.status: creating dlls/gdi/tests/Makefile config.status: creating dlls/glu32/Makefile config.status: creating dlls/glut32/Makefile config.status: creating dlls/gphoto2.ds/Makefile config.status: creating dlls/hhctrl.ocx/Makefile config.status: creating dlls/iccvid/Makefile config.status: creating dlls/icmp/Makefile config.status: creating dlls/ifsmgr.vxd/Makefile config.status: creating dlls/imaadp32.acm/Makefile conf...
2019 Mar 14
11
RFC: ELF Autolinking
At Sony we offer autolinking as a feature in our ELF toolchain. We would like to see full support for this feature upstream as there is anecdotal evidence that it would find use beyond Sony. In general autolinking (https://en.wikipedia.org/wiki/Auto-linking) allows developers to specify inputs to the linker in their source code. LLVM and Clang already have support for autolinking on ELF via