On 17/11/2012, at 10:12 AM, Tim Margheim wrote: > Did you run this with your own Win64 port of the Judy code, or did you use > the version that Pradeep posted last month?
I ran it on OSX. I don't have a Windows development system. A couple of people have built Felix for Win64 including running the regression test suite successfully, but there aren't many JudySL tests in the suite. Felix is built with our own port. Not sure exactly what is changed in it, that's a problem when the main repo isn't accessible to third parties. We have to make mods to Judy to make it export symbols so it can live in a DLL on Windows (i.e. we have to declare _declspec_ export/import stuff based on a macro we set). Since this isn't handled in most Unix based code, we have no choice but to modify the sources (even if the code works otherwise). I guess we have made a mod to fix one of the "64 bit on Windows bugs" in Judy, not sure if we done all of them (the size of Word is obviously correctly set). [I run Vista on my Mac to play Windows games .. but it isn't feasible to upgrade it to support a dev system due to MS totally messing up the upgrade stuff, together with me being limited to lousy and expensive wireless internet] -- john skaller [email protected] http://felix-lang.org ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Judy-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/judy-devel
