View Single Post

   
  #3 (permalink)  
Old 01-04-2008, 09:05 PM
Ulrich--nO--(dot)-sPAM--Link
 
Posts: n/a
Default Re: string literal length limit with the AIX c++ compiler


>> Got the following error when compiling a generated C++ stub. Is there any
>> way to increase the limit? Thanks.
>>
>> 1540-0872 (S) A string literal cannot be longer than 32765 characters.

>
>
> No. Why on earth does one need a single string longer than 32K?
>


Take a look at the generated source. I bet your generator is faulty or
the source file is corrupted.
If you don't see it in the source, try to approximate by manually
calling the stages of compile.


---
Uli

Reply With Quote