<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="quote dark-border-color"><div class="quote light-border-color">
<div class="quote-author" style="font-weight: bold;">codefrau wrote</div>
<div class="quote-message">
Incidentally, which library/function specifically do you want to call?
</div>
</div></blockquote>

I am generating code to satisfy the OpenGL interface. The functions that are making trouble are also highly unlikely to ever be called, as they are part of outdated extensions (<code>glLGPUCopyImageSubDataNVX</code>, <code>glMulticastCopyImageSubDataNV</code>, <code>glAsyncCopyImageSubDataNVX</code>). That's also why I was asking and hoping for a simple solution, since it is not really worth it for me to dive deeper into this. I will probably simply ignore these methods and not generate them, and add a class comment noting their absence.

<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="quote dark-border-color"><div class="quote light-border-color">
<div class="quote-author" style="font-weight: bold;">Nicolas Cellier wrote</div>
<div class="quote-message">
Eliot Miranda suggested to pass first 14 arguments as usual, and only
the last+excess arguments into an array, but nobody did work on such
implementation. I do not remember pros and cons either, need to
various scan mailing lists
</div>
</div></blockquote>

Yes, admittedly I had searched the mailing list(s) before posting and found this thread: <a href="http://forum.world.st/Methods-with-more-than-15-args-sketch-td4901127.html" target="_top" rel="nofollow" link="external">http://forum.world.st/Methods-with-more-than-15-args-sketch-td4901127.html</a>. I just wondered if anything happened in this regard that my Generic-Search-Engine-Fu could not uncover.

        
        
        
<br/><hr align="left" width="300" />
Sent from the <a href="http://forum.world.st/Squeak-Dev-f45488.html">Squeak - Dev mailing list archive</a> at Nabble.com.<br/>