similar to: winegcc and 'undefined reference's for names from gdi32

Displaying 20 results from an estimated 100 matches similar to: "winegcc and 'undefined reference's for names from gdi32"

2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
Hi, I posted this message on the StatET-user board last week, but it looks like a ghost-town... I have a bad feeling that there is some code in the plug-in which doesn't work well with my environment, but if I am lucky, maybe other users have worked around this problem somehow - I am hoping that my setup is the issue. Note: very similar StatET setups on 32-bit XP Pro and Vista run
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!! I am not able to compile a test program on solaris using winegcc tool. Can anybody help? Here's the program source code: // file test.cpp #include <stdio.h> #include <windows.h> int main () { SYSTEMTIME lpSystemTime; GetSystemTime(&lpSystemTime); printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
2009 Jun 10
1
Debugging .a library created with winegcc
I am using winegcc/wineg++ to port a windows application to linux. Everything works fine and I produce .a library files that I link to create executable (exe.so) files. My problem is that I can not set breakpoints when I am debugging. I start winegdb on my exe.so and write "break <symbol>" where <symbol> is a symbol in n .a library that the .exe.so was linked with. But the
2006 Jun 26
2
Compilation error using winegcc
Hello!! I am new user to Wine. I have downloaded Wine-0.9.15 sources on solaris box and tried to compile a simple "Hello World" program using WineLib. I am getting following error: winegcc: -Wl,-G,-B,symbolic failed. *** Error code 2 make: Fatal error: Command failed for target `helloworld.so' Can anybody guide me as to what went wrong? I have following environment setup
2010 Oct 24
3
winegcc on non-x86 system
yes, winegcc generates x86 output. I ever conpiled it on a non-x86 box. I did not remember whether the generated winegcc generated native code or x86 code. e.g, how winegcc generates powerpc code.
2010 Oct 24
4
winegcc and g++
I failed to link a .so built with g++ to wine. winegcc can not link g++ .o files to .so file. how can I use c++ with wine?
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
Hi, When i want load eclipse with wine 1.1.22 I obtained this error : # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ec06ec4, pid=27, tid=28 # # JRE version: 6.0_14-b08 # Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode windows-x86 ) # Problematic frame: # C [comctl32.dll+0x86ec4] # # If you would like
2009 Jan 14
0
Re: gdi32.dll error
I downloaded and compiled the wine source (1.1.12) on My 10.5.6 last night/this morning and it seems to work without the gdi32.dll error; something to consider?
2009 Jan 11
1
Re: gdi32.dll error
James McKenzie wrote: > tigono wrote: > > > Also updating to XQuartz 2.3.2.1 does not fix the problem. > > > > I tried darwine 1.1.9 from http://www.kronenberg.org/darwine/ > > and also http://www.thisismyinter.net version 1.1.11. > > > > So: any solution hints? > > > > > I'm working on this with Zach as the build works on his
2009 May 21
4
gdi32.dll error
Hello, I encounter the same problem on MacOSX 10.5.6, either using X11 supplied with Leopard, or X11 2.3.3.2 (XQuartz) and Xcode 3.1.2. It appears using Darwine 1.1.21 from Kronenberg, Darwine 1.1.7 from thisismyinter.net, or the lastest wine-1.1.21, compiled from source. The only way to use wine is to installed wine stable from MacPorts or the Kronenberg's 1.1.21. Hardly, it
2008 Dec 10
1
Re: gdi32.dll error
I have tested the wine builds from both Mike and Zach, as well as as my own compile, and all are broken with the gdi32.dll initialization failure error. I believe the problem appeared from the 10.5.5 update or the Quicktime update shortly before that, because all builds worked fine before those two updates. I think that something inside the system has changed, which is causing the problems. When I
2008 Dec 12
1
Re: gdi32.dll error
I do have MacPorts, but the error was appearing long before I installed MacPorts, so I don't believe that is affecting anything involving the gdi32.dll error.
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi, I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely lost. I've read all I could find online, made apparently all I had to do (installing rj, configuraing StatEt, etc.) but still cannot make R running. Below is the error log file. Thank you so much for assistance. Matteo !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355 !MESSAGE
2009 Mar 03
1
How do you fix that gdi32.dll error?
Hi, I'm Sam, I'm new to the mail list (and mailing lists in general) - sorry for any basic mistakes I make! I basically a noob when it comes to compiling things, and a beginner at the command line. I think I messed a couple of things up, and was wondering if anyone knew how I could fix any of them. The story so far: I had one of the old Darwine builds working ok with a couple apps,
2010 Jun 20
2
DIBEngine and gdi32/user32 controls drawing loop performance
Hello, since I had a poor performance in drawing many buttons and text input fields at the same time into a window with wine, I applied the DIBEngine patch (http://wiki.winehq.org/DIBEngine) that is available for wine 1.1.44 (http://bugs.winehq.org/attachment.cgi?id=27879) to the 1.1.44 version of wine and started my application program that needs to draw many button and text input fields in a
2009 Jan 19
3
"gdi32.dll" failed to initialize, aborting
I have a really weird issue which started when I installed some truetype fonts on my system. So far I've been able to verify this with Wine 1.1.3 and am about to test with Wine 1.1.13. doneill at mandy /World of Warcraft $ winecfg doneill at mandy /World of Warcraft $ winecfg err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk
2009 Jan 14
7
gdi32.dll error
"xuinkrbin." <wineforum-user at winehq.org> wrote: >Sent: Jan 14, 2009 9:21 AM >To: wine-users at winehq.org >Subject: [Wine] Re: gdi32.dll error > >I downloaded and compiled the wine source (1.1.12) on My 10.5.6 last night/this morning and it seems to work without the gdi32.dll error; something to consider? > Interesting as there are supposed to be problems with
2010 Jan 17
4
garena/wc3 "gdi32.dll" failed to initialize...
I have a problem with Wine and Garena (Warcraft III), when i try to start the game from Garena it gives me an error message: err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Warcraft III\\war3.exe" failed, status c0000005 I'm using openSUSE 11.0, and I can start
2008 Oct 30
9
gdi32.dll error
I am a new wine user. I downloaded the darwin wine implementation for mac OS X ver 1.1.7 (http://www.kronenberg.org/darwine/) and installed on my computer. I run the wine helper application and tried to open some of the sample applications that came with it. No matter what I try to open from the sample windows application folder that came with the program I get the same error
2001 Oct 29
2
error message not understood
Greetings! I just successfully installed wine under red hat linux 7.1, the latest kernel. I am running windows 2000 Professional on my Dos partition. I have been able to run some of the software I need to stay in linux instead of having to switch to win2k, but I'm having problems with Membership Plus 6.0c. Here's the command I give to try and run it: [johnfg@church johnfg]$ wine