Re: Are jobs allowed?

2012-08-30 Thread Intransition
If it is a personally written unique post for a Ruby-specific job, then it won't be a problem. But if it is a cookie-cutter recruiting post for tech jobs, it will be spam filtered and you may get kicked off the list. -- You received this message because you are subscribed to the Google Groups r

Re: Common Traps for C extensions

2012-08-30 Thread Robert Klemme
On Thu, Aug 30, 2012 at 9:34 AM, Bernhard Brodowsky wrote: > Hi, thanks for your answer. Somehow it didn't compile as C++ code, if I > do the conversions, Well, as long as we do not see the code and / or the error we can't really tell why it did not compile. I created a test this morning which

Re: Common Traps for C extensions

2012-08-30 Thread Robert Klemme
On Wed, Aug 29, 2012 at 8:08 PM, Bernhard Brodowsky wrote: > Hi, I am writing a toy library in C++ and currently, I am writing a Ruby > extensions for it. > > I have one C++ layer to catch all the C++ exceptions, convert them into > error codes wich casts the void Pointers it gets from C to the >