I'm trying to compile the latest SVN of PN with Visual Studio 2005, and simultaneously update the HOWTO page as well (http://pnotepad.org/docs/dev/how_to_compile_pn#pre-requisite_installation). I'm running into this problem:
1>C:\pnwtl\optionsmanager.cpp(362) : fatal error C1083: Cannot open include file: '..\optionstest\OptionsSqlite.h': No such file or directory
It looks like the "pnwtl" project depends on files outside, in a separate "optionstest" folder, right? I'm going to hunt through the SVN to find & download this file, but I just wanted to make sure I'm understanding this correctly. Should this dependency exist? If so, I want to update the instructions so that we know exactly which folders users need to checkout from svn.
Thanks.