/include/wine/windows/tchar.h:27:2: error: #error You must use msvcrt
when building in Unicode/MBCS mode
I tried defining __WINE_USE_MSVCRT but it did not help. Does anyone have any
idea of how to solve this problem?
Thank you in advance. Sergio.
any way to get to know where the aplication is
crashing?
Thank you. Sergio.
Vincent Béron wrote:
>> Is there something that I am misisng when generating this project? Or is
>> this a known issue?
>
> Known problem (caused then fixed by me).
> The fix was committed after 0.9.3, and is the patch available from
>
http://source.winehq.org/git/?p=wine.git;a=commitdiff_plain;h
idl.h:46: error: expected unqualified-id before
‘:’ token
...
Is there something that I am misisng when generating this project? Or is
this a known issue?
Thanks. Sergio.
Eric Pouech wrote:
> Boaz Harrosh wrote:
>> Sergio wrote:
>>
>>> I see. But I need to link to msvcrt for the rest of the functions in
>>> the dll
>>> I am trying to make. I only need popen to be linked using linux'
>>> libraries.
>>&
Rob Shearman wrote:
> Sergio Tridente wrote:
>
>>Sergio wrote:
>>
>>>Hi,
>>>
>>>>From a win32 program compiled with winelib I am trying to execute the
>>>following:
>>>FILE *program;
>>>if (program = popen("dc
Sergio wrote:
> Hi,
>
>>From a win32 program compiled with winelib I am trying to execute the
> following:
> FILE *program;
> if (program = popen("dcop amarok player nowPlaying", "r"))
> fgets(buff, sizeof(buff), program);
> The idea is to
is that the popen function is
opening/reading only windows programs. How can I make it open a pipe on a
Linux' one? Is there something like linux_popen()?
Thanks. Sergio.
Hi all,
I am again having trouble when compiling other c++ projects. This time I am
not even able to get at least one file compiled. I did a serach in the
Internet but really did not understand what to do. This problem is maybe
not directly related to wine but to g++. It seems the compiler isnot a
anging that makes the whoel thing work.
Now my question is: how's it that VC++ did not need that?
Sergio wrote:
> Hi all,
>
> I am porting an application from windows to linux (Miranda IM, a
> multiprotocol IM program). I have just run into one problem: the file gets
> compil
he same problem
and manage to make it work? Has anyone here tried to link a C++ project
using winelib and did not experience this problem?
Thank you very much. I am really lost and your help will be highly
appreciated. Sergio.
On Thu, 2004-07-29 at 18:29, Dimitrie O. Paun wrote:
> On Thu, Jul 29, 2004 at 01:50:20PM +0300, sergio ojalvo wrote:
> > Hi
> > I'm working on Debian Linux. I just install the wine packages and
> > download sources for trying the test driver.
> > Running Winemaker
/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--with-system-zlib --enable-nls --without-included-gettext
--enable-__cxa_atexit --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
i486-linux
Thread model: posix
gcc version 3.3.
, and Visual FoxPro
continue the execution loading correctly the image.
Best regards,
--
Sergio López
[EMAIL PROTECTED]
--- cursoricon.c.orig 2004-04-29 03:13:11.0 +0200
+++ cursoricon.c2004-04-29 03:13:33.0 +0200
@@ -504,6 +504,9 @@
if (pos>=(LPBYTE)bits+766) g
14 matches
Mail list logo