spec files - syntax and generation

2003-10-28 Thread Martin=20Tr=F6ster
Hi, once again I would like to get your advice on spec files. I now compiled a Windows application successful against winelib and can link it without problems. However, the application segfaults immediately when starting wine. I am tracking this back to .spec files (although I will need to

Re: spec files - syntax and generation

2003-10-28 Thread Shachar Shemesh
Martin Tröster wrote: Hi, - Stdcall vs. cdecl How do I find out whether a function uses CDECL instead of STDCALL? I found the information (link lost unfortunately) that entries in the def file like [EMAIL PROTECTED] are called via STDCALL, whereas in case of testfunc2 without any @ specifying

Re: spec files - syntax and generation

2003-10-28 Thread Jerry Jenkins
Martin Tröster wrote: How do I find out whether a function uses CDECL instead of STDCALL? I found the information (link lost unfortunately) that entries in the def file like [EMAIL PROTECTED] are called via STDCALL, whereas in case of testfunc2 without any @ specifying the space is CDECL. Is this