craouette

Results 7 comments of craouette

Is it possible to get the parse.c file? just in order to be sure the one I generated is ok!! Edit: I think it is ok... but it is a...

Any reaction on my comment?

I think the problem is in this piece of code (from javascript.cxx, line 646): Template JSEmitter::getTemplate(const String *name) { String *templ = Getattr(templates, name); if (!templ) { Printf(stderr, "Could not...

Yes, but the pointers (String *code; and String *templateName;) are just copied to the copy. then the original is freed before leaving the method Template JSEmitter::getTemplate(const String *name). which means...

Done, and it is fixing the problem... At least I am getting a example_wrap.cxx file which seems correct... Need to compile it to be sure!

Hi, I will try this, thanks. And I suppose if I compile nvFXcc for OpenGL ES, it will work... but the switch between the OpenGl 4 and OpenGl ES is...