I want to solve the error C1061 in visual studio.

Hello all,

I got error as C1061: compiler limit : blocks nested too deeply

i am using below code

Try { AAAAAA....... } Catch(Exception^ ex) { if(AAA....); elseif(AAA....); elseif(AAA...); }

The problem is catch block has limit to execute if-else statements of 128.but in my program I have 700 if-else statements .

so please tell me how to extend the limit of catch block.

thankyou, mallika.shaik

Answer

this is not a mariadb question, please ask elsewhere

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.