<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I feel that I'm falling in some very stupid mistake... but I don't
understand what am I doing wrong.<br>
<a href="http://www.wordreference.com/es/en/translation.asp?spen=amante"
 class="l" onmousedown="return clk(this.href,'','','res','3','')"></a><br>
When I try to do:<br>
<blockquote><tt>CLAM::XmlStorage storage;</tt><br>
  <tt>_network->StoreOn(storage);</tt><br>
</blockquote>
(on NetworkCanvas -i.e., <tt>_network</tt> = used <tt>CLAM::Network *</tt>-)<br>
It gaves a segmentation fault.<br>
<br>
If I try with a new empty network:<br>
<blockquote><tt>CLAM::XmlStorage storage;</tt><br>
  <tt>CLAM::Network newnetwork;</tt><br>
  <tt>const std::string strr="testing";</tt><br>
  <tt>storage.Create(strr);</tt><br>
  <tt></tt><tt>newnetwork.StoreOn(storage);</tt><br>
</blockquote>
is the same.<br>
<br>
Now I'm going to sleep. I think that later I would be able to solve
that... but if someone knows what is my mistake, I'll appreciate some
clues.<br>
I know David and Pau are busy right now, so you don't worry. I just ask
because I think this could be a simple misconception. <br>
Is it?<br>
<br>
<br>
Regards,<br>
Natanael.
</body>
</html>