similar to: Compiling MFC with Winelib - was Need advice porting app

Displaying 20 results from an estimated 3000 matches similar to: "Compiling MFC with Winelib - was Need advice porting app"

2001 Jul 06
2
winelib and compiling MFC
Hi, The company I work for, has asked me to use winelib to port some code, however I have a problem compiling the MFC. I run winemaker 0.5.7 with options: 'winemaker --lower-uppercase -nomfc --dll ./ > \ winemaker_output.txt' No errors in file or stderror; further winemaker accesses the correct directories. But when I run ./configure as: './configure --with-wine=/usr/bin \
2005 Jan 22
0
Re: Compiling the MFC using Winelib
Well, from my recent experience with Winelib, I can tell you this: Winemaker currently sucks, and the makefiles it creates are nonfunctional and you'll have to redo them by hand anyway. Yeah. If I knew anything about how to fix it I just might be tempted to do so :) Thanks, Scott Ritchie On Sat, 2005-01-22 at 13:19 -0800, Dan Dennison wrote: > Building MFC for winelib has been
2001 Sep 26
0
winelib and mfc
I am trying use mfc to compile programs in Linux Well, i have compiled a part of mfc which is need to my VC6 application and the mfc and mfc+application are compiled without errors or undefined reference, but when i ran the program i saw this error: /winhelp: could not load library './winhelp.so' as Winelib application: cannot open shared object file: cannot load shared object file:
2001 Jul 09
1
winelib problems with .configure
I am attempting to use winemaker on a relatively straightforward Windows App that we have. Just a little background, we started the effort by first evaluating our application in Wine itself and obtained very good results. Now, we're moving on to try and compile a version for Linux by using Winelib and running into this problem. I ran winemaker with this: winemaker --lower-all which finished
2001 Sep 14
0
MFC+winelib
Hello all, Some days ago I decided to try to compile MFC under wine. I've read all wine mailing threads about this, did some exploration myself, and now have some questions: 1. Does anybody out there have generated Makefile for MFC under wine? It could save me much time in the beginning, so I don't have to hand-correct winemaker generated files. So maybe a kind soul that
2001 Mar 12
1
winelib + MFC
I am trying to port an MFC app to Linux using winelib. Can someone please give me a pointer or two??? I have looked at section 4 of the online documentation and not much were mention there. Thanks for help in advane. -Carl
2009 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code when "winemaker" command is given i get these lines admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase . Winemaker 0.6.0 Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054. closedir()
2006 Jul 06
1
problems while compiling mfc applications with wine
Hi Everybody, I Created a small application in VC++ MFC. The application displays a messagebox on clicking a buttton. This application I want to port on Linux version. Iam using Linux ver. 9 and kernel version is 2.4.20-8. with WineLib I copied all the source code from CD and I change the mode read /write than in the current directory i used winemaker command user/sample>winemaker
2001 Jul 10
1
winelib and no mfc
Hi, I have assumed that if I want to use winelib for porting, I must compile MFC under Linux regardless if my app uses MFC or not. Is this true? It seems like if I have to compile MFC and yet I don't use it, I should choose another alternative to port my app since the process of getting MFC to compile is extensive. Also, my app involves video compression for internet use. Should I expect a
2006 Jul 07
1
Probelm with WINE and MFC application
Hi Everybody, I Created a small application in VC++ MFC. The application displays a messagebox on clicking a buttton. This application I want to port on Linux version. I am using Linux RedHat9.0 and kernel version is 2.4.20-8. with WineLib I am following the guide lines given in Wine LIB User guide. I copied all the source code from CD and I change the mode read /write than in the current
2001 Feb 22
2
afx.h... configure: error: Could not find the MFC includes
This is driving me nuts. I'm trying to compile an MFC application using WINE. I can specify the location of the ATL includes and configure is quite happy but it chokes when I give it the MFC includes in the same way: ./configure --with-atl-includes=/home/wade/VC98/atl/Include --with-mfc-includes=/home/wade/VC98/mfc/Include Wassup? I'm using Winemaker 0.5.5 And wine
2001 Jun 28
3
Porting with Winelib
Hi, I am looking into good way to port Windows applications to Linux and hopefully any other Unixes. I'd like to know about questions below. If anyone answer them, I'd appreciate it. 1. Can I use Winelib to port commercial application whose sources will be not disclosed ? 2. Is it possible to link Winelib statically with an application and distribute it ? 3. In case that I
2003 May 30
0
Question re: winelib/MFC/ATL
Question: I've been trying to compile the MFC, using the advice offered on the winelib user's guide, but with little luck. Same with the ATL. My app has been working under Linux using straight wine, but I've been tasked to try and do a winelib build. Anyone have a good Makefile or source setup for the MFC 4.2 and/or the ATL? I'm really stuck. :( --
2005 Jan 10
0
Winelib/MFC questions
Hello. I am working for a company with a complex (commercial) MFC application that we wish to port to Linux. I have read the guide to compiling the MFC and I have a few questions (hope this is the right place to ask them!): - Is it necessary to recompile MFC? Could we not just distribute the same mfc42.dll file as we use under Windows and use that? - Has anyone written a complete,
2001 May 22
0
Call for volunteers
Hi, I have built a list of projects that would benefit Wine (or at least would make me feel better) and yet should be easy to tackle by new Wine developpers. So if you wanted to contribute to Wine but just did not know where to start I hope this list can provide you with some ideas. If you want to contribute but don't find anything that motivates you in this list, just post a message
2011 Jun 21
2
Using winemaker / building wine DLLs
Hi. I'm not sure if this is the correct place for this question, or if the wine-devel list is more appropriate; please let me know if I should ask over there. I'm trying to build, using winemaker/winegcc/etc, a DLL for use with a Windows binary. This is a somewhat unusual case, in that this library is actually explicitly being written for a Windows binary that will run in Linux (I'm
2009 Sep 03
4
build wine dll problem
I am trying to follow the instructions here (http://www.winehq.org/docs/winelib-guide/bindlls-wrapper) to build a dll with wine that i can load dynamically in a windows wine application. this is what i am doing: MyWinDll.spec Code: 2 stdcall MyWinFunc (int) MyProxyWinFunc MyWin.c Code: #include <windef.h> short MyProxyWinFunc(int *i) { return 5; } shell Code: winemaker --nosource-fix
2010 Jun 09
2
Help with simple dll wrapper around linux so
Ive recently got metatrader to work on linux uner wine and would now like to see if i can import a dll wrapper so i can use some code i wrote in linux. Im trying something like this (based on http://www.winehq.org/docs/winelib-guide/bindlls) : add.c: Code: int add(int a,int b) { return a+b; } add.h: > int add(int,int); WinAdd.c: WinAdd.c: Code: #include <windef.h> #include
2009 Mar 26
1
Questions on winelib
Hi. I'm currently starting the process of porting a windows based gaming engine (uses the windows API),to linux. I have winelib (winemaker?) and have read through it's documentation but am still unsure what it's really for. Is it possable to use winelib to assist me in porting this engine from windows to linux,is that what it's for? If so,do I have to provide all nessesary
2001 Jul 09
2
Need advice for application port
OK, I am definitely new to porting from Windows to Linux. You may have already seen my previous post about Winelib, ignore it for the time being. We have an app that dates back several developers, which of course no longer are available, and several years. We have had quite a few requests for a version that runs on Linux and hence the work to get the app ported. It is not a large app by most