Re: Configure question about Wine / HAL

2008-05-17 Thread Jeroen Janssen
ed reference to `pthread_setschedparam' /usr/local/lib/libjack.so: undefined reference to `pthread_attr_setstacksize' /usr/local/lib/libjack.so: undefined reference to `pthread_attr_setdetachstate' /usr/local/lib/libjack.so: undefined reference to `pthread_join' Can you check pthread is present in your /usr/local/lib? Best regards, Jeroen Janssen

Re: Configure question about Wine / HAL

2008-05-16 Thread Jeroen Janssen
linking the hal include path doesn't result in the libaries to be found). Hope this helps, Jeroen Janssen

cygwin and -luuid build error?

2008-04-03 Thread Jeroen Janssen
ound is probably not a good solution, but I was wondering if anyone has looked into this before and if so what a good solution would be. Any thoughts on this? Best regards, Jeroen Janssen

Re: SOC Direct3D - Implement missing D3D9_xx DLLs?

2008-04-01 Thread Jeroen Janssen
ctly. Would it be worth mentioning this on the wine SOC 2008 page? Also, is there some info on what is left to do? ( I found the code Andras wrote at http://code.google.com/p/google-summer-of-code-2007-wine/downloads/list ) Best regards, Jeroen Janssen p.s. I'm not a student, but just int

Re: SOC Direct3D - Implement missing D3D9_xx DLLs?

2008-04-01 Thread Jeroen Janssen
On Tue, Apr 1, 2008 at 3:06 PM, H. Verbeet <[EMAIL PROTECTED]> wrote: > > As far as I can see there are already lots of D3D9_xx dlls in the tree > > that seem > > to forward stuf correctly. > > > > Can someone confirm this to be already finished (and then remove this item > > from > > the wik

SOC Direct3D - Implement missing D3D9_xx DLLs?

2008-04-01 Thread Jeroen Janssen
3D10_xx DLLs (patches) be accepted if I submit them to the patch mailinglist or not? Best regards, Jeroen Janssen

wine + mono instead of .net framework?

2008-03-21 Thread Jeroen Janssen
ot;already installed" and just work ;) Any thoughts on if this is possible (or even wanted?) Best regards, Jeroen Janssen

Re: Can WINE be made for DOS using GCC for DOS?

2004-09-05 Thread Jeroen Janssen
Hi, For those interested, I remember there is this thing called 'wdosx' ( http://michael.tippach.bei.t-online.de/wdosx/ ), that is a DOS eXtender containing a stubbed subset of the WIN32 API. From the README.TXT: "Probably the most advanced feature of WDOSX is its emulation of a subset of the

Re: cleanup a->w cross calls in advapi32/crypt.c

2004-08-02 Thread Jeroen Janssen
James Hawkins wrote: I'm wasn't exactly sure on this one so it would be great if you could help me on this one. When using pointer arithmetic, do the operations such as --, ++... increment or decrement by the size of the pointer type? Yes, if you have a char (1byte) pointer and you ++, you'll ge

Re: Anyone writing COM tests?

2004-08-02 Thread Jeroen Janssen
ems : I'm used to VC6, but it would be better if things can be (cross) build with mingw and/or gcc + with winelib. Also generating proxy/stub code (without using midl) might be a problem at this point. --- Jeroen Janssen

Re: Remove typelib ProxyStubClsid registration when no oleautomation interface is being registered

2004-08-02 Thread Jeroen Janssen
Jeroen Janssen wrote: As far as I see it I have two options (to run this outprocess client/server program): 1) use the available proxy/stub code 2) use the typelib marshaller if a typelib is registered And maybe a 3rd option: use native ole/rpcrt/etc dlls? --- Jeroen

Re: debugging a dll

2004-08-02 Thread Jeroen Janssen
Fabian Cenedese wrote: Someone sent me a debug version of a Windows dll and a map file. I'm not a Windows programmer, and I'm not sure how to use the map fiile. Look on the microsoft site for crashfinder (it's from a MS Journal article). It reads the mapfile(s), you can enter an address and

Re: Remove typelib ProxyStubClsid registration when no oleautomation interface is being registered

2004-08-01 Thread Jeroen Janssen
Marcus Meissner wrote: As far as I see it I have two options (to run this outprocess client/server program): 1) use the available proxy/stub code (which is what I assume Windows does?) However since some of the rpcrt4 stub/proxy handling in wine is not finished yet, this probably won't work alwa

Re: Remove typelib ProxyStubClsid registration when no oleautomation interface is being registered

2004-07-31 Thread Jeroen Janssen
Marcus Meissner wrote: On Sat, Jul 31, 2004 at 12:51:01PM +0200, Jeroen Janssen wrote: This change will make sure that if a proxy/stub dll was already registered, it is not overwritten by the TypeLib Marshaller if we're not registering an ole automation interface. I think we (always?) want t

Re: RPCRT4_NdrClientCall2 stub (fixme)?

2004-07-30 Thread Jeroen Janssen
Mike Hearn wrote: Is there an official way to track that a patch submitted to wine-patches has been comitted? Also can I somehow find out which (interesting) patches have not been comitted yet? Unfortunately there is no way to track this in an automated fashion. It has been talked about but nobody

Re: RPCRT4_NdrClientCall2 stub (fixme)?

2004-07-29 Thread Jeroen Janssen
Filip Navara wrote: Alexandre Julliard wrote: Mike Hearn <[EMAIL PROTECTED]> writes: Yes, I have an implementation of NdrClientCall2 in my local tree, but I'm a bit busy with other COM things at the moment. I'll send an updated patch to the list either tonight or sometime over the weekend. A

RPCRT4_NdrClientCall2 stub (fixme)?

2004-07-29 Thread Jeroen Janssen
entCall2 (pStubDec == ^0x660c7c08,pFormat = ^0x660c7d30,...): stub trace:ole:IUnknown_Release_Proxy (0x4034f1f0)->Release() ICoKMFactoryManager wine: Unhandled exception (thread 0014), starting debugger... Best regards, Jeroen Janssen

generation date/version of the (online) wine documentation

2004-07-28 Thread Jeroen Janssen
Hi, I have a few questions: * is it possible to add the date/version in the online wine documentation at http://www.winehq.com/site/documentation (for the user, devel docs) * when exactly are these pages generated? (nightly/daily/?) best regards, Jeroen

Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Jeroen Janssen
Mike Hearn wrote: On Mon, 26 Jul 2004 19:38:34 +0200, Jeroen Janssen wrote: Yes, and I think you will want to have the length in characters when declaring a (C) array in the example code below: Oops yes you are right (again), I was slipping back into the old delphi habits where sizeof() on an

Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Jeroen Janssen
instead of WCHAR command[MAX_PATH+sizeof(embedding)+1]; Because if sizeof(WCHAR) == 2, then command will be strlen(embedding) to large. On Mon, 26 Jul 2004 18:24:48 +0200, Jeroen Janssen <[EMAIL PROTECTED]> wrote: Mike Hearn wrote: ChangeLog: Pass -Embedding switch to EXE s

idl compiler & generating proxy/stub code?

2004-07-26 Thread Jeroen Janssen
proxy/stub code. --- Jeroen Janssen

Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Jeroen Janssen
Mike Hearn wrote: ChangeLog: Pass -Embedding switch to EXE servers, more tracing diff -u -p -r1.15 rpc.c --- dlls/ole32/rpc.c15 Jul 2004 22:07:44 - 1.15 +++ dlls/ole32/rpc.c21 Jul 2004 22:43:59 - @@ -471,8 +471,10 @@ create_server(REFCLSID rclsid) { char buf

problems with lxr setup at winehq?

2004-07-26 Thread Jeroen Janssen
Hi, I'm trying to use the lxr setup for wine at winehq, but it doesn't seem to work correctly (or I'm doing something wrong). I'm looking for all sourcefiles containing "ClassFactory", following this link: http://source.winehq.org/search?string=ClassFactory . The result I am getting is 'empty'.

handling IUnknown/IRemUnknown for (outproc) objects

2004-07-26 Thread Jeroen Janssen
Hello, After last weeks discussion on the "unhandled interface" message in CFProxy_QueryInterface I was getting, we concluded (if I'm correct) that this is part of the "IRemUnknown" handling that is not (yet) implemented correctly in the wine CVS tree. I'm trying to figure out exactly where in th

Re: Is bugzilla worth keeping?

2004-07-24 Thread Jeroen Janssen
Well, I personally think a bugtracking tool (like bugzilla) is needed for any software development project. It helps you collect bugs on a central place and you can keep track on the things that matter. However, it will only work 'correctly' if both the developers and people that submit bugs wo

out of sync (MSDN) web references in the wine code

2004-07-24 Thread Jeroen Janssen
e web based upon an url in the code, but the page doesn't exist anymore. So I could send in a patch to either remove the link, or find a correct one. But what is stopping (MSDN) people from moving things to a different location again, breaking the link again? --- Jeroen Janssen

Re: COM outproc & CFProxy unhandled interface for IRunnableObject

2004-07-23 Thread Jeroen Janssen
Mike Hearn wrote: CCing to wine-devel as the original reply will be forwarded soon too by Jeroen .. On Fri, 2004-07-23 at 17:58 +0200, Jeroen Janssen wrote: I had a short look at the 'world of com' patch, and it looks like there is something in there that implements the IRemUnknown

Re: COM outproc & CFProxy unhandled interface for IRunnableObject

2004-07-23 Thread Jeroen Janssen
Forwarding this to the wine-devel mailinglist. Robert Shearman wrote: Jeroen Janssen wrote: Hello, I'm mailing the both of you with a small (com) example attached. It is a client/server/proxystub example (with binaries), so you need to /RegServer the server and regsvr32 the proxy. Now I

Re: Building DLLs and other Qs

2004-07-23 Thread Jeroen Janssen
Hello Peter, As far as I understand .so are linux native shared libraries. That means you can access linux native APIs from within the shared library. This is how wine works, it implements the windows API in .so files by using other (non wine) native shared libraries (example is the Xfree86 libr

Re: Implement StdMarshal::ReleaseMarshalData

2004-07-23 Thread Jeroen Janssen
Mike Hearn wrote: You're right, good catch. I'm not sure it's worth resending the patch though as really hardly any of our COM implementation is thread safe at all. What exactly does this mean? (the impact on running programs that make use of COM) --- Jeroen Janssen

Re: Implement StdMarshal::ReleaseMarshalData

2004-07-22 Thread Jeroen Janssen
se the stub while valid is not set to TRUE yet (but the stub has already been released)? + stubs[i].valid = FALSE; --- Jeroen Janssen

building COM client/server with proxy using winelib & widl?

2004-07-22 Thread Jeroen Janssen
ILE_LIST_START PROXYFILE_LIST_END REFERENCE_PROXY_FILE It seems that these defines are present in the rpcproxy.h included with MinGW? I googled for it and found http://www.cs.up.ac.za/courses/EPE210/software/MinGW-1.1/include/rpcproxy.h On a side note can widl generate proxy/stub code yet? --- Jeroen Janssen

Re: COM outproc & CFProxy unhandled interface for IRunnableObject

2004-07-22 Thread Jeroen Janssen
apps we're fixing bits as we go, but it's a long long > road we have ahead of us. Any help would certainly be welcome. Well, I'm trying get this application running with wine, I don't know what else I might walk into, but I surely hope to do some contributions to wine in the process. --- Jeroen Janssen

Re: COM outproc & CFProxy unhandled interface for IRunnableObject

2004-07-22 Thread Jeroen Janssen
implementation > 2) Doesn't introduce any regressions > 3) Has the right architecture to build upon for future features Ok, is the code that Ove released available somewhere? How far in the process are you with merging? Is there a TODO list or something like that? I'm trying to understand if I can help the wine project by getting this application working, so that's why I'm asking. Jeroen Janssen

Re: daily wine cvs source snapshots?

2004-07-22 Thread Jeroen Janssen
fully-current.tar.bz2 > (I thought that was mentioned at WineHQ? Not sure, though, especially with > all those changes in the meantime...) Thanks a lot!! I was not aware of this being available (and it's not on the http://www.winehq.com/site/download page either). --- Jeroen Janssen

COM outproc & CFProxy unhandled interface for IRunnableObject

2004-07-22 Thread Jeroen Janssen
rrectly, Transgaming rewrote the COM implemenation for winex in order to better support the InstallShield installer?). Best regards, Jeroen Janssen

daily wine cvs source snapshots?

2004-07-22 Thread Jeroen Janssen
HEAD possible for people that can't use CVS to access the repository. I know that the CVS repository itself is available, but that sounds a bit overkill to me. best regards, Jeroen Janssen

Re: urlmon missing InternetSecurityManager

2004-07-19 Thread Jeroen Janssen
>>Are there any (wine) pointers on implementing a new (stubbed) COM >> interface? >> >> > > You will need to update the corresponding urlmon.h header file too, so > that it can be used by C code. You can do this by running "make idl" in > the wine/include/ directory. Yes, I expected something like

urlmon missing InternetSecurityManager

2004-07-19 Thread Jeroen Janssen
interface? Best regards, Jeroen Janssen

PathSearchAndQualify patch (from 2003/12/22) not applied?

2004-07-17 Thread Jeroen Janssen
it locally. Can someone clarify if this patch is ok or not (and why it's not applied yet?) Best regards, Jeroen Janssen p.s. I hope this message does not appear multiple times, since I had some problems with gmane