Bob,<div><br></div><div>I just went through the instructions that were listed in the README.txt:</div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;border:0px;font-size:17px;font-family:Consolas,'Liberation Mono',Courier,monospace;white-space:pre-wrap;color:rgb(51,51,51)">

STARTING POINT
--------------
>From inside Erlang.
1. %%%%Compilation%%%%
        make:all().
2. %%%%Initialize All Databases%%%%
        First create a folder called “benchmarks”, the system expects it to exist, and writes files to it when performing benchmarks.
        polis:create(). % This creates the database
3. %%%%Start The Polis Databases%%%%
        polis:start(). % This starts the polis process, the whole thing, the infrastructure (it runs the scapes...)
4. At this point you can summon NN based agents or populations of agents, construct Sensors and Actuators and provide them to the NNs... This section will be expanded in future additions.</pre><div><br></div><div><br></div>

<div>I followed those instructions and the application works perfectly for me. Did you do the same? I'm on Windows 8 x64.</div><div><br></div><div>OJ</div><div><br></div><br><div class="gmail_quote">On Mon, Dec 24, 2012 at 11:32 AM, Bob Matthews <span dir="ltr"><<a href="mailto:rgmatthews@orcon.net.nz" target="_blank">rgmatthews@orcon.net.nz</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>The code that I am looking at is DXNN2
      copyrighted to Gene Sher.<br>
      <br>
      The error message I got which I am having difficulty interpreting
      is as follows....................<br>
      <br>
      4> population_monitor:start().<br>
      {error,{{badrecord,state},<br>
              [{population_monitor,init,1,<br>
                                  
      [{file,"population_monitor.erl"},{line,82}]},<br>
              
      {gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},<br>
               {proc_lib,init_p_do_apply,3,<br>
                         [{file,"proc_lib.erl"},{line,227}]}]}}<br>
      <br>
      I am using the latest versionR15B03<br>
      <br>
      Thank you for you help<br>
      <br>
      Bob<br>
      Dunedin New Zealand<div><div class="h5"><br>
      <br>
      On 24/12/2012 11:58 a.m., Matti Oinas wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div class="h5">
      
      <div>Hi,<br>
        <br>
        My first proposal is to change the editor to something more
        usable like emacs or if you prefer something different then
        notepad++, sublime text or eclipse + erlIDE. Everyone of these
        are able to show you the line numbers and offer syntax highlight
        features.<br>
        <br>
        It would help a lot if you tell us which code you are looking
        at. Server callbacks probably mean gen_server callbacks so it
        doesn't matter if you are using windows or linux.<br>
        <br>
        Matti<br>
        <br>
        On 12/24/2012 12:08 AM, Bob Matthews wrote:<br>
      </div>
      <blockquote type="cite">
        
        Hi<br>
        <br>
        I have just started to learn Erlang............<br>
        I am using Windows 7 on a PC<br>
        <br>
        <small><small><b><big><big>Question 1</big></big></b></small></small>) 


        when I get an error message, what is the easiest way for me to
        find the exact line number?<br>
        I use ms Word as an editor.<br>
        <br>
        <b>Question 2</b>) the code I am looking at was run on Unix, on
        a server. <br>
        Part of the code talks about server call-backs etc.<br>
        It is unclear how I translate that to a windows PC<br>
        <br>
        Many thanks<br>
        <br>
        Bob<br>
        <br>
        <fieldset></fieldset>
        <br>
        <pre>_______________________________________________
erlang-questions mailing list
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
      </blockquote>
      <br>
      </div></div><p color="#000000" align="left">No virus
        found in this message.<br>
        Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
        Version: 2013.0.2805 / Virus Database: 2634/5951 - Release Date:
        12/11/12<br>
        Internal Virus Database is out of date.</p>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><br>OJ Reeves<div>+61 431 952 586<br><a href="http://buffered.io/" target="_blank">http://buffered.io/</a></div>
</div>