Re: Problem compiling wine tests with msvc in standalone mode.

2008-07-19 Thread Reece Dunn
2008/7/19 Mikołaj Zalewski <[EMAIL PROTECTED]>: > Where does the ../../../include\rpc.h file come from? If you are mixing > Wine and Windows headers then conflicts are quite possible. I copy only > wine/test.h from the Wine headers. Often, I also need a #include > at the top of the file for it t

Re: Problem compiling wine tests with msvc in standalone mode.

2008-07-19 Thread Mikołaj Zalewski
Where does the ../../../include\rpc.h file come from? If you are mixing Wine and Windows headers then conflicts are quite possible. I copy only wine/test.h from the Wine headers. Often, I also need a #include at the top of the file for it to compile with MS headers, but after this, it works

Problem compiling wine tests with msvc in standalone mode.

2008-07-19 Thread Reece Dunn
Hi, I am using VS 2008 (9.0) Express in conjunction with the Vista SDK. When compiling the tests, I get: c:\Users\reece\wine\dlls\comctl32\tests>cl -D_X86_ -DSTANDALONE -I../../../inclu de listview.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86 Copyright (C) Mi