<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">Thank you very much for the advice. It helped.</div> <div id="bloop_sign_1386154575539155968"><span style="font-family:helvetica,arial;font-size:13px"></span>-- <br>Alex Peshkov<br><br></div> <br><p style="color:#A0A0A8;">On 28 ноября 2013 г. at 20:15:56, Björn Gustavsson (<a href="mailto://bgustavsson@gmail.com">bgustavsson@gmail.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div>



<title></title>


<div dir="ltr">On Thu, Nov 28, 2013 at 2:19 PM, Alex Peshkov
<span dir="ltr"><<a href="mailto:a-grk@yandex.ru" target="_blank">a-grk@yandex.ru</a>></span> wrote:<br>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[...] </blockquote>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This part of code is omitted by erlang asn1 compiler:<br>
'

enc_AppConfig'({‘AppConfig',Val}, TagIn) -><br>
   'enc_AppConfig'(Val, TagIn);<br>
<br>
and I get function_clause error during asn1ct:encode
call.<br></blockquote>
<div><br></div>
<div>The use of {Type,Val} has long been obsolete, and it</div>
<div>didn't work in all back-ends in R15. In R16, we have
removed</div>
<div>the old back-ends and removed all support for</div>
<div>{Type,Val}.</div>
<div><br></div>
<div>So what you need is to stop using {'AppConfig',Val} and</div>
<div>only use Val.</div>
<div><br></div>
</div>
<div>/Bjorn</div>
<div><br></div>
--<br>
Björn Gustavsson, Erlang/OTP, Ericsson AB</div>
</div>


</div></div></span></blockquote></body></html>