similar to: Winelib/MFC questions

Displaying 20 results from an estimated 10000 matches similar to: "Winelib/MFC questions"

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 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
2001 Jul 10
0
Compiling MFC with Winelib - was Need advice porting app
I've changed the message thread to compiling MFC with Winelib because I believe that is the real essence of my issue at hand. If I can figure out how to compile MFC then I will have solved my dillemma of which way to choose in porting my app to Linux. If I can't then I can use the only path available. So, there is a big vacant spot in the WineLib users guide for compiling MFC. I've
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. :( --
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
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 \
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 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
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 Nov 22
3
Compiling winelib on SPARC
Does the latest winelib compile and work on the Sparc? Are there any special patches/instructions for this? Are there any mirrors that have the precompiled binary winelib for Sparc? Thanks in advance.
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
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()
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 Jul 18
2
winelib and msvcrt/stdio.h
Hi, I am using Winelib and no mfc to get a company app to run on Linux. It is a cuiexe as well. However, I get a lot of errors when I include <msvcrt/io.h>. e.g., /usr/include/wine/msvcrt/stdio.h:66: syntax error before '(' This line is: typedef struct MSVCRT(_iobuf) Is it possible to do this with C/C++? I am assuming it is a Windows thing. My version of wine is:
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
2012 Mar 22
1
Page fault with MFC42.DLL
Hi, I get a crash when I dynamically link with MFC42.DLL but not when I link with MFC statically I've created a simple test program to illustrate... #include "stdafx.h" #include "afxole.h" Code: int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
2011 Feb 01
3
Help: WineLib vs Java
What are advantages of using Winelib to port instead of rewriting it entirely in Java?
2011 Jan 24
3
Porting a windows application using COM, ActiveX, MFC
Can I successfully port a windows application using COM, ActiveX, OLE, MFC, Win32 API to Linux with Wine? If no, which of the above can pose a problem in porting?
2005 Feb 19
1
Street Atlas 8.0 Extractor
I mentioned earlier that I had DeLorme Street Atlas 8.0 working on wine. It comes with a separate program, the extractor. This will pull parts of the map CD and store them locally so that the main program does not have to refer to the CD for those parts of the map. I had one problem which I overcame: it was looking for h:\refnc. I have no idea why it was looking on h:, as the CD-ROM is on d: and