Displaying 20 results from an estimated 4000 matches similar to: "Porting with Winelib"
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 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 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 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
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
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?
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()
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
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.
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
2011 Feb 01
3
Help: WineLib vs Java
What are advantages of using Winelib to port instead of rewriting it entirely in Java?
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
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 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:
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 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 20010731
you get a warning message.
// generates a warning
CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1);
These warning relates to the defines found in
include/winbase.h file where we have:
UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD);
UINT WINAPI
2007 May 09
1
Porting a Win32 application using Winelib...
Hello,
I'm currently trying to use Winelib to port a fairly big
windows application to Linux. The application consists of
quite a lot of DLLs, some of which don't depend on the
Win32 API (they can be compiled with gcc).
I think I read all available documentation, but I still
have a few questions:
- is it possible to link a linux binary with "linux"
shared libs and
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?
2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote:
> Hi!
>
> I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0
> application, but I need VCL library: vcl.h.
>
> Any ideas?? I would want to make it run natively on Linux.
You can't. Winelib still requires Wine to run it. It's a library not an executable. If you want to write native Linux application that can run by itself