similar to: winelib + MFC

Displaying 20 results from an estimated 3000 matches similar to: "winelib + MFC"

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 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 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 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
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 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
2002 Jun 21
2
rhinoceros 2.0
I have a general question to anyone that has run winemaker to port a windows application in linux. Rhinoceros 2.0 has run on wine version 20020512, but I want to get it to run without using wine. Can someone walk me through the steps for using winemaker to do this? Your help is greatly appreciated. Sincerely, Walter White
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 Jun 19
1
winelib with a dll
Sorry to bug you all, but I want to know if I am trying to do something impossible. I am trying to use winelib to compile an exe that links to a dll, without compiling the dll under winelib (i.e. the equivalent of simply linking in the .lib). I have a win32 DLL project (hw5) that generates a hw5.lib, hw5.dll and hw5.h under M$. I have a win32 gui exe project (hw6) that includes hw5.h, links to
2001 Aug 14
3
questions about winelib
I need to write a win32 program. However, my workstation is a Linux box. I was goingto create a cross compiler and compile my code and run it on wine... However, I heard about winelib, and allegedly I can just use winelib and compile on my linux box using good ol' gcc and it will just work. Is this true? If so how would I set that up? Where can I find the docs?
2001 Mar 09
1
winelib
Has anyone have any succes in building a Windows application, on Linux, using winelib??? I followed the steps in the online documentation and didn't work. I used winemaker to create some of the configuration files. I then ran ./configure to generate the Makefile and then I ran make. It compiled the sources fine and it also created the binary. But the binary file is nothing but a link to
2001 Aug 19
1
Using MFC in wine
Hello all, I'm writing a program for windows. I've made a cross compiler, gotten some source together, and am looking to compile it. I'd like to use the microsoft foundation classes to do this. Are they included with wine? How would I include them for use in my program?
2002 Jan 20
1
little problem with winelib...
hello everybody, i have a slight problem, i want to write a wrapper around win32 binary dll and use it with my *nix applications, and i have been through the winelib documentation, and spent pretty much time trying to make a working wrapper, but i can't seem to get it working (with and without prototyping the calls i seem to get many "undefined reference to '....'"'s)...
2001 May 17
1
makefile converter
Hey, Does anyone know of any VC++ to UNIX/LINUX makefile converter? If there is anything in the works or should I just bit the bullet and write my own script? Thanks, Joe
2001 Jun 30
3
winelib runs but wine ok.... Why??
Hi all, I have a small program (~10k lines) that just uses elementry API (like SendMessage). It compiles under Borland C++ Builder 5.5.1 (for win exe) and under g++ with winlib. The problem is that the Builder EXE runs perfectly with WINE __BUT__ the library built with winlib does not run - spits out a segmentation faul @ line 400 (whatever that means) and some Error 139 with nothing else. All
2001 Nov 11
1
can I use _beginthread and _endthread in winelib ?
hi, how can I use _beginthread with winelib (I get "undefined reference") ? thanks, -- Felix Natter
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:
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
2009 Jan 23
6
compiling windows C++ code base using winelib
Hi, My application holds few windows exe's developed using .lib libraries. This application which got developed using VC++ is working fine when executed using wine.I want to compile the same source using winelibraries in linux. How can I include c++ header files? I can see only windows and msvcrt header files under wine? Any help would be appreciated on this C++ header stuff for wine.
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