Displaying 20 results from an estimated 53 matches for "windef".
Did you mean:
winded
2004 Apr 12
1
Winelib rookie...
Hi!
I'm trying to port a windows code to linux via
winelib. After running winemaker I get the project
files and run ./configure. At a certain point the
following message appears on the console:
checking for windef.h... configure: error: Could not
find the Wine headers (windef.h)
I have the windef.h file in a irectory named
/usr/include/wine/windows/.
Do I need to setup any environment variables or some
kind of soft links?
Thanks for your time,
AS
__________________________________
Do you Yahoo!?
Yahoo! Ta...
2008 Apr 14
10
wine asio
Does wine asio still work with the current version of WINE?
I tried installing it per the instructions and it didn't want to make.
2001 May 14
1
Wine compile errors
Wine gives me an error 2 when I compile it. It reads:
In file included from ../include/windef.h:16,
from ../include/wine/unicode.h:10,
from casemap.c:4:
../include/winnt.h:13:19: ctype.h: No such file or directory
In file included from ../include/windef.h:16,
from ../include/wine/unico...
2005 Aug 16
1
Wine compile failure while compiling glu32
...ing directory
`/home/wine-0.0.20050725-winehq/dlls/glu32'
make[1]: *** [glu32] Error 2
make[1]: Leaving directory
`/home/wine-0.0.20050725-winehq/dlls'
make: *** [dlls] Error 2
I think I'm missing something, because I can't find
where __stdcall is ever defined other than in
include/windef.h. I have tried playing with windef.h,
winnt.h, and makefiles all to no avail. Any
suggestions? Thank you.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Feb 04
7
FW: Bug fix
Forwarded, because I don''t think he''s subscribed and I''m not getting an
email notification in my Yahoo account.
Dan
-----Original Message-----
From: CT [mailto:demerzel@gmail.com]
Sent: Friday, February 04, 2005 4:17 PM
To: Berger, Daniel
Cc: win32utils-devel@rubyforge.org
Subject: Re: Bug fix
On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel
2010 Feb 20
3
MFC Code Compile Error
Dear Friend
Need in Help
I created using Application wizard vc++ 6.0 single document interface ....
wineg++ -c -mno-cygwin -I. -I/home/khana/mvs6/VC98/mfc/include
-I/home/khana/mvs6/VC98/include -o DemoMfc.o DemoMfc.cpp
In file included from /home/khana/mvs6/VC98/include/windef.h:166,
from /home/khana/mvs6/VC98/include/windows.h:163,
from /home/khana/mvs6/VC98/mfc/include/afxv_w32.h:120,
from /home/khana/mvs6/VC98/mfc/include/afxver_.h:144,
from /home/khana/mvs6/VC98/mfc/include/afx.h:27,...
2006 Nov 16
0
Building wine on rhel or centos 4 get compile error
...am using AMD 64 centos 4.4 to build wine-0.9.25.
I am getting a compile error.
On the command line I type:
export CC=gcc
./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include
--with-x
make depend
make
The .configure runs fine. My error is:
In file included from ../../include/windef.h:234,
from ../../include/wine/unicode.h:26,
from casemap.c:4:
../../include/winnt.h:764:1: warning: "CONTEXT_CONTROL" redefined
../../include/winnt.h:719:1: warning: this is the location of the
previous definition
../../include/winnt.h:765:1: warning: &...
2014 Sep 30
2
[LLVMdev] size_t?
I'm getting compile errors because size_t is getting redefined. My
"forced include file" starts with:
#if BUILDING_FOR_WINDOWS
#define NOMINMAX
/* deal with the fact that windef.h also defines BOOL */
#define BOOL WINBOOL
#include <windows.h>
#include <intrin.h>
#undef BOOL
#endif
Looking at the preprocessor expansion of a typical .cpp file, I see that
crtdefs.h defines size_t like this:
typedef unisgned __int64 size_t;
Later on, <LLVM>\lib\clang\3....
2015 Apr 27
1
Fwd: Cross Building Tcl using Mingw32-gcc (4.9.2)
...VE_UNISTD_H=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DBUILD_tcl "../tclWin32Dll.c" -o tclWin32Dll.o
./tclWin32Dll.c:65:3: error: conflicting types for 'EXCEPTION_REGISTRATION'
} EXCEPTION_REGISTRATION;
^
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/minwindef.h:146:0,
from /usr/i686-w64-mingw32/sys-root/mingw/include/windef.h:8,
from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:69,
from ../tclWinPort.h:72,
from ../../generic/tclPort.h:25,
from ../../generic/tc...
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
...; before
identifier
''dujd''
changejournal.c(60) : error C2065: ''dujd'' : undeclared identifier
changejournal.c(61) : error C2275: ''BOOL'' : illegal use of this type as
an expre
ssion
C:\Program Files\Microsoft Visual
Studio\VC98\include\windef.h(142) : se
e declaration of ''BOOL''
changejournal.c(61) : error C2146: syntax error : missing '';'' before
identifier
''fOk''
changejournal.c(61) : error C2065: ''fOk'' : undeclared identifier
changejournal.c(63) : error C2224: left...
2014 Sep 30
2
[LLVMdev] size_t?
...mx.us
> <mailto:emader at gmx.us>> wrote:
>
> I'm getting compile errors because size_t is getting redefined. My
> "forced include file" starts with:
>
> #if BUILDING_FOR_WINDOWS
> #define NOMINMAX
>
> /* deal with the fact that windef.h also defines BOOL */
> #define BOOL WINBOOL
>
> #include <windows.h>
> #include <intrin.h>
>
> #undef BOOL
> #endif
>
> Looking at the preprocessor expansion of a typical .cpp file, I
> see that crtdefs.h defines size_t like th...
2001 Jul 09
1
winelib problems with .configure
...or gcc strength-reduce bug... no
checking whether external symbols need an underscore prefix... no
checking whether we can build a Linux dll... yes
checking whether we need to define __i386__... no
checking for g++ -fpermissive option... no
checking for g++ -fno-for-scope option... yes
checking for windef.h... /opt/wine/include/wine
checking for -lwine... /opt/wine/lib
checking for -lntdll... /opt/wine/lib
checking for wine... /usr/bin/wine
checking for winebuild... /opt/wine/bin/winebuild
checking for wrc... /opt/wine/bin/wrc
checking for atldef.h... configure: error: Could not find the ATL
include...
2014 Oct 01
2
[LLVMdev] size_t?
...M, Eric Mader <emader at gmx.us> wrote:
>
>> I'm getting compile errors because size_t is getting redefined. My
>> "forced include file" starts with:
>>
>> #if BUILDING_FOR_WINDOWS
>> #define NOMINMAX
>>
>> /* deal with the fact that windef.h also defines BOOL */
>> #define BOOL WINBOOL
>>
>> #include <windows.h>
>> #include <intrin.h>
>>
>> #undef BOOL
>> #endif
>>
>> Looking at the preprocessor expansion of a typical .cpp file, I see that
>> crtdefs.h defines si...
2006 Nov 22
0
howto compile wine on centos 4 and x86_64
...wine'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -g -O2 -D__i386__ -o casemap.o casemap.c
In file included from ../../include/windef.h:234,
from ../../include/wine/unicode.h:26,
from casemap.c:4:
../../include/winnt.h:764:1: warning: "CONTEXT_CONTROL" redefined
../../include/winnt.h:719:1: warning: this is the location of the
previous definition
../../include/winnt.h:765:1: warning: &...
2006 Nov 20
0
amd 64 compile on centos 4 or RHEL 4
...wine'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -g -O2 -D__i386__ -o casemap.o casemap.c
In file included from ../../include/windef.h:234,
from ../../include/wine/unicode.h:26,
from casemap.c:4:
../../include/winnt.h:764:1: warning: "CONTEXT_CONTROL" redefined
../../include/winnt.h:719:1: warning: this is the location of the
previous definition
../../include/winnt.h:765:1: warning: &...
2001 Apr 20
2
strupr, strlwr
in wine 0418, the strupr and strlwr defines were removed from tchar.h
does anyone know why?
------------------------------------------------------------
Get your FREE web-based e-mail and newsgroup access at:
http://MailAndNews.com
Create a new mailbox, or access your existing IMAP4 or
POP3 mailbox from anywhere with just a web browser.
2009 Sep 03
4
build wine dll problem
...m trying to follow the instructions here (http://www.winehq.org/docs/winelib-guide/bindlls-wrapper) to build a dll with wine that i can load dynamically in a windows wine application.
this is what i am doing:
MyWinDll.spec
Code:
2 stdcall MyWinFunc (int) MyProxyWinFunc
MyWin.c
Code:
#include <windef.h>
short MyProxyWinFunc(int *i)
{
return 5;
}
shell
Code:
winemaker --nosource-fix --dll --single-target MyWin --nomfc .
make
I get the following error:
Code:
/usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main':
(.text+0xa9): undefined reference to `WinMain'
Why is it a...
2010 Jun 09
2
Help with simple dll wrapper around linux so
...to see if i can import a dll wrapper so i can use some code i wrote in linux. Im trying something like this (based on http://www.winehq.org/docs/winelib-guide/bindlls) :
add.c:
Code:
int add(int a,int b) {
return a+b;
}
add.h:
> int add(int,int);
WinAdd.c:
WinAdd.c:
Code:
#include <windef.h>
#include "add.h"
int WINAPI WinAdd (int a,int b) {
return add(a,b);
}
WinAdd.dll.spec:
Code:
2 stdcall WinAdd (long long) WinAdd
now, i have these all in a directory called test. I type:
Code:
winemaker . --nosource-fix --nomfc -iadd --single-target WinAdd -L"....
2010 Jul 29
2
Include Wine in my project and using WinGDI under Linux.
Hy guys, I make my application for Windows/Linux/Mac and I have problem with next using:
I'm include in my project next headers:
#ifndef WNT
#include </tmp/include/windef.h>
#include </tmp/include/winbase.h>
#include </tmp/include/wingdi.h>
#include </tmp/include/winuser.h>
#include </tmp/include/winerror.h>
#endif
And It's cool working with libEMF.so, but what the library of wine I must include ?
for the sample, I'm try to use l...
2014 Oct 01
2
[LLVMdev] size_t?
...us> wrote:
>>
>>> I'm getting compile errors because size_t is getting redefined. My
>>> "forced include file" starts with:
>>>
>>> #if BUILDING_FOR_WINDOWS
>>> #define NOMINMAX
>>>
>>> /* deal with the fact that windef.h also defines BOOL */
>>> #define BOOL WINBOOL
>>>
>>> #include <windows.h>
>>> #include <intrin.h>
>>>
>>> #undef BOOL
>>> #endif
>>>
>>> Looking at the preprocessor expansion of a typical .cpp file, I se...