Displaying 20 results from an estimated 5000 matches similar to: "Using MFC in wine"
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 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 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()
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 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 May 17
2
Win dll used with a Linux executable
Hi,
I would like to use a TI dll used to communicate with TMS 320C6211 DSK with
my own program written under Linux. Does anybody knows if it is possible
(and how) to use (link) a Windows dll in a Linux program ??
Ciao,
Riccardo Cerulli-Irelli
2002 Oct 31
1
winelib: porting Delphi apps
Just a (probably crazy) thought: What about porting Windoze apps that
aren't written in C? I've got a Delphi application that currently runs
under Virtual PC under OS 9.2 on an eMac (PPC Processor), which would
run much faster without those OS layers in between. I don't really have
a clue as to whether this really far-out-whacky or not cuz I am not
really a Delphi, or, for that matter,
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 Apr 03
2
compiling with winelib
It' s possible to statically link WineLib to my program?
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 Apr 26
2
DirectX and Wine
I'm having problems compiling and linking a simple DirectX program with Wine.
The problem is: a global variable c_dfDIMouse should be declared in dinput.h
and defined in library dinput.
c_dfDIMouse really is declared in dinput.h, but it seems that c_dfDIMouse is
not declared in library dinput.
During linking I get the error: undefined reference to `c_dfDIMouse'.
Anyone got a clue?
Thanks
2001 Jun 06
1
Newbie question: Running WINE on SuSE LINUX PPC (Macintosh Computer).
Has anyone succeeded on using WINE on PPC computer via SuSE Linux 7.0 (or
Darwin?)
Thanks,
Tony K.
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?
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
2001 Jul 23
1
msvcrt/io.h and winelib, wine-users digest, Vol 1 #596 - 3 msgs
> You should not need to copy any header from windows. If you need to
>do so then it's a Wine bug (well, there are probably still a couple of
>missing headers, let us know about it when you find one).
All right, what about stdio.h and wctype.h, which stdio.h requires? Do we use the Linux stdio.h instead?
_____________________________________________________________
Sign up
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 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
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.
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: