Displaying 20 results from an estimated 11000 matches similar to: "winelib + g++ standard template library"
2001 Jul 24
1
winelib
Hello,
My version of wine is wine-20010510-1. Do I need to make any changes to the wine headers? I get errors from winsock.h and winsock2.h often. Then I try fixing it in the file, since it seems easy but then it causes problems elsewhere.
E.g.,
/usr/include/wine/winsock2.h:92: field 'Address' has incomplete type
I noticed winsock 2 has a FIXME: Still missing required Winsock 2
2010 Dec 10
1
WineLib support for STL, I/Ocompletion and Critical Sections
Hi there
I'm trying to port a server app from Windows to Linux.
The Windows code uses STL, I/O completion ports and Critical Sections.
I wonder if winelib could give a good support for these features in order to decide if using winelib is viable or not.
I know Linux has STL, but it's not always compatible with the Windows implementation (hash_map, stdext, ...). Has winelib a Windows
2008 Dec 31
1
wineg++ problem with the standard library
I got a really simple code to test but the author unfortunately used conio.h and system("cls") quite a few times. So I thought I'll check if I can use my Wine-1.1.11 instead of a windows installation that I keep on a VM.
I used 'winemaker ./' and then 'make' and that's what I got:
Code:
szczerb at nomad ~/projekty/wine/plansza $ make
wineg++ -c -mno-cygwin -I.
2005 Aug 23
0
Compiling winelib dependant code with g++
wineg++ is using g++, and is passing its options to g++.
How can I link some winelib-dependant code with g++ ?
compilation is okay, but at linking time, all wine functions are unresolved.
// ### here's the output :###
[root@udp015809uds Wine2]# g++ -lwine registry.o registry_wrap.o -o registry.out
registry.o(.text+0x2e): In function `CreateKey(char const*)':
: undefined
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:
2007 Apr 15
1
pthreads with Darwine Xcode template? (or Wine Windows message pump + sockets + threads sample)
I am trying to run the following pthread example with the Darwine
Xcode template:
http://www.llnl.gov/computing/tutorials/pthreads/samples/hello.c
from http://www.llnl.gov/computing/tutorials/pthreads/ Example Code -
Pthread Creation and Termination
But the code inside PrintHello does not appear to execute. Can you help me?
What I really need is a way to handle multiple client sockets from
code
2005 Apr 06
0
Freelancer Gameserver - DirectPlay problem
Hello together.
I'm trying to run a windows application on wine the first time. I got latest
wine CVS and the Freelancer server program (it's a gui program, not console)
works so far. The problem is that the server uses DirectPlay: he isn't able
to connect to the list-server and he isn't able to set up the listening
port.
command line: DISPLAY=:0 WINEDEBUG=+winsock wine
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
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
2013 May 13
2
[LLVMdev] ASan unit test/libcxx build break
A recent change added defined(__linux__) condition to the code below.
Now it says that on linux with --std=c++0x (or --std=c++11) the system
stdlib.h header must define aligned_alloc(). Really?
include/__config:
#if ( defined(__FreeBSD__) || defined(__linux__) ) && (__ISO_C_VISIBLE
>= 2011 || __cplusplus >= 201103L)
#define _LIBCPP_HAS_QUICK_EXIT
#define _LIBCPP_HAS_C11_FEATURES
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.
2017 Apr 20
0
Default R-3.4.0 RC CXXFLAGS without -O2 on x86_64-linux-gnu with g++-5.4.0 causes WARNING from stl_list.h
This is fixed in R-rc_2017-04-19_r72555.tar.gz
If you are affected by this issue then please test the RC tarball. This
is the last chance to detect problems (including those created by the
last-minute patch) before the release of R 3.4.0.
Martyn
On Wed, 2017-04-19 at 12:19 +0000, Neumann, Steffen wrote:
> Hi r-devel,
>
> a recent install of R-3.4.0 RC (2017-04-13 r72510)?
> on
2017 Apr 19
2
Default R-3.4.0 RC CXXFLAGS without -O2 on x86_64-linux-gnu with g++-5.4.0 causes WARNING from stl_list.h
Hi r-devel,
a recent install of R-3.4.0 RC (2017-04-13 r72510)?
on Linux (Ubuntu 16.04.1 LTS) x86_64-linux-gnu?
with?g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
(see?http://bioconductor.org/checkResults/devel/bioc-LATEST/malbec2-NodeInfo.html?for more)?
results in CXXFLAGS not containing "-O2" as optimisation flag,
there is only " -Wall", while?CFLAGS are happy with
2009 Jun 06
2
Wine Crash and Total Failure
I tried using wine to run World Book off of its CD on Linux. Then I made the mistake of trying to run it as an admin (Don't jump on me about that. I didn't know the dangers of running wine as an admin [Embarassed] ). It came up with a message when I ran it in the terminal saying "wine has crashed. Please clear ________ and reinstall." That's all I could read. I don't
2005 May 12
0
Using string from stdlib in winemaker
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
How can I use std::string in my winemaker project?
If I do a #include <string> along with an #include <windows.h>, I get
the following errors:
- ---
In file included from /usr/include/c++/3.3/i486-linux/bits/c++io.h:35,
from /usr/include/c++/3.3/bits/fpos.h:44,
from
2005 Jan 08
1
Connection problems and weird WinSock warnings...
Hiya,
I've posted this 'enigma' on the newsgroup :
http://groups-beta.google.com/group/comp.emulators.ms-windows.wine/browse_thread/thread/57dcb7531ebfb529/65018c77a5e58651#65018c77a5e58651
The answers were pretty rare so I post the problem here, too.
"
I'm getting connection problems with an application run under Wine which
isn't acting like that under a native Windows
2006 Nov 19
0
Using winelib to link to a Windows library on Linux?
I think the answer is going to be no :-P However, I have to try... Is
it possible to link to a development library that was compiled on
Windows to a Linux executable that was written using WineLib, either
statically or dynamically? Not a DLL, but rather a *.lib file that was
compiled with Visual C++ (I'm under the impression that this is just an
object file that gets linked into a
2013 May 13
0
[LLVMdev] ASan unit test/libcxx build break
Hi,
On Mon, May 13, 2013 at 10:49 AM, Evgeniy Stepanov <
eugeni.stepanov at gmail.com> wrote:
> A recent change added defined(__linux__) condition to the code below.
> Now it says that on linux with --std=c++0x (or --std=c++11) the system
> stdlib.h header must define aligned_alloc(). Really?
>
> include/__config:
>
> #if ( defined(__FreeBSD__) || defined(__linux__) )
2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
Hello R Community,
I've been working on a project that uses pre-made C++ libraries (using STL)
in R and build a package. However, I've been getting an unusual segfault
that I'm unable to trace its origin. After many attempts of debugging using
gdb, commenting out parts (or all of my code) and valgrind, I'm unable to
make heads or tails about what I'm doing wrong. In fact, when
2017 Mar 15
2
Use of the C++ standard library in XRay compiler-rt
On Tue, Mar 14, 2017 at 5:34 PM Dean Michael Berris <dean.berris at gmail.com>
wrote:
> On 13 Mar 2017, at 15:39, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Sun, Mar 12, 2017, 4:10 PM Dean Michael Berris <dean.berris at gmail.com>
> wrote:
>
>
> > On 9 Mar 2017, at 09:32, David Blaikie via llvm-dev <
> llvm-dev at