Hi, <div><br></div><div>thanks - it compiles perfectly without lttoolbox configured now.</div><div><br></div><div>Sorry if I seem to be needing step by step instructions - but I think its because i'm not clear about how all this would work within the bigger picture and also some of the terms used here.</div>
<div><br></div><div>So now, in order to get a  lttoolbox configured dll, I will need to add a switch, and define the macro. When you say switch do you mean #ifdef? The switch which immediately comes to mind for me would be a switch{case:} statement. Also, is there a specific file I should add this switch to? (perhaps voikko_defines?) </div>
<div><br></div><div>And, regarding the dll linking - when you say link libvoikko against lttoolbox, which dll imports into which? Or perhaps, what would be good is which of the resulting dlls will then be used by the programs? So far, I am reading it as lttoolbox is referenced in libvoikko, and then libvoikko is used by other parts of voikko. Or will the 2 dlls be loaded separately?</div>
<div><br></div><div>Thanks for your time :)</div><div><br></div><div>Cheers</div><div><br><div class="gmail_quote">2010/3/29 Harri Pitkänen <span dir="ltr"><<a href="mailto:hatapitk@iki.fi">hatapitk@iki.fi</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Monday 29 March 2010, David Cheah wrote:<br>
> Have tried to build libvoikko in VC++ 2008 - only problem is I'm lacking a<br>
> config.h referenced in the line #include <config.h> - how can I get this?<br>
<br>
</div>config.h is generated by the configure script from autotools build system. It<br>
should not be needed with MSVC. Unfortunately there were no checks for this in<br>
our sources.<br>
<br>
I fixed this now, so you should just update from SVN and try again.<br>
<font color="#888888"><br>
Harri<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Libvoikko mailing list<br>
<a href="mailto:Libvoikko@lists.puimula.org">Libvoikko@lists.puimula.org</a><br>
<a href="http://lists.puimula.org/listinfo/libvoikko" target="_blank">http://lists.puimula.org/listinfo/libvoikko</a><br>
</div></div></blockquote></div><br></div>