Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41B94CEF.4070207@ieee.org> Date: Fri, 10 Dec 2004 07:14:55 +0000 From: Jason Pearce User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 MIME-Version: 1.0 To: Cygwin List Subject: Re: perl 5.8.6 References: <41B8AAE4 DOT 2040504 AT ieee DOT org> <41B8D3EE DOT 9030404 AT x-ray DOT at> In-Reply-To: <41B8D3EE.9030404@x-ray.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reini Urban wrote: > Jason Pearce schrieb: > >> Reini Urban wrote: >> >>> Maybe I'll come to the pending Win32::API problem with the callbacks >>> on gcc also. A simple hack30-like solution should always be >>> possible. Or a fallback to C::Dynalib. >>> Win32::OLE didn't compile OOTB, but this is easy. Just forgot where >>> I put the patch. >>> And your /usr/include/iodbcunix.h was wrong. Had to patch it to >>> compile Win32::ODBC. Will send it later. >> >> >> It would be be fantastic if you can. I am making a lot of use of this >> module at the moment to call third party dlls. > > > Which of these three? > Win32::API callbacks will need some time. > Use the two other, better perl FFI's instead (FFI, C::Dynalib) > I am using WIN32::API, the patched version you gave me a few weeks back. Callbacks don't work at the moment, but for what I am doing this is not such a limitation. I suspect many users can get a long way without callbacks. Maybe you could just port it without the callbacks and answer most of the need (well my perception of it), without as much pain. > For Win32::OLE there was a patch somewhere which I didn't apply nor > tested yet. > > Win32::ODBC and the rest of the libwin32 suite works ok. > Win32::GUI also. I have not used any of these guys. If I can acheive the same thing than I would be happy to swap to using these modules. Performance is not such an issue, and if I really need I could write a dedicated XS module for my dll I guess. I have been doing some background reading and it does not look as if it is too difficult. > Maybe a seperate perl-tk package will be appreciated also, now that I > heard that it works after applying some known patches. > I am using the perl-tk bindings to the windows TK set. I got it from sourceforge. http://sourceforge.net/project/showfiles.php?group_id=99645&package_id=112046 I used the binary as I recall and it worked, but the source is there. > Should I publish the 5.8.5 package or wait for 5.8.6? > I'm quite busy with postgresql and phpwiki now. I am living at 5.8.2 at the moment, I can easily wait for 5.8.6. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/