Re: [CsMain] help checking out a specific date version of CS/CEL

2007-01-13 Thread Tahir Javed
Hi, Any ideas how I can find the matching cs-win32libs binary package for the 22-04-2005 release of CS and CEL either by SVN, FTP or direct download? Thanks and Regards, T. Javed - Take Surveys. Earn Cash. Influence the

[CsMain] trying to find a solution for too big swig generated modules

2007-01-13 Thread Pablo Martin
Hi! I think many people is aware that current swig bindings generation is creating way too big modules, that take loads of ram to build and in some systems arent even linkable due to too many symbols. The problem is already very visible from python and a lot of people is complaining (either that

[CsMain] finding correct cs-win32libs..

2007-01-13 Thread Tahir Javed
Sorry, the last mail went out with a previous thus wrong subject line... So... I downloaded CS and CEL from 22 april 2005, using {2005-04-22} as revision. Now I have the problem of how to find the matching cs-win32libs binaries? Could anyone please tell how I can find the matching cs-win32libs

Re: [CsMain] finding correct cs-win32libs..

2007-01-13 Thread res
On 13.01.2007 21:08, Tahir Javed wrote: So... I downloaded CS and CEL from 22 april 2005, using {2005-04-22} as revision. Now I have the problem of how to find the matching cs-win32libs binaries? The appropriate winlibs package is always mentioned in the manual that is found the source

[CsMain] wrapping cs get/set methods as language accessors with swig

2007-01-13 Thread Pablo Martin
Hi! I have been working on a solution to be able to access cspace get/set methods as language specific accessors (in my case python). Ie, i want to be able to do: movable.Position = somevector somevector = movable.Position instead of: movable.SetPosition(somevector) somevector =