Now I know that isn't a very discriptive title but I really couldn't fit all my problems into one short sentence. Therefore I'll have to break it down in here one at a time, this post will cover the initial problem, and as I resolve it if any more arise they will be added as well. This way I don't have to clutter up the boards with X number (and people think you don't use algebra in everyday life...) of topics.
On to the first issue!
Now I have made a map one time before with another tool I'll not mention. It was easy enough to use but was a resource hog, took ages to make the .mul, and left me with some very ugly coastlines. This in mind I've done some digging and found Punt and his tools. Everybody seems very happy with his efforts and his products so I figured it would be a good solution for me. Also since the afore mentioned tool relied heavily on C# and the .Net framework I was wanting to break away from it since I am in the process of slowly migrating away from Windows. Since Punts tools use C++ from what I've read they seemed to be a perfect fit.
I head to Punt's Site (very well layed out might I add) and proceed to grab what the home page said were the various ingredients of the WF Suite. Let me tell you on a dial-up connection that's an ordeal of it's own accord (no fault of Punt's). Now I set about extracting the various tools and giving them a shot in a logical order.
Since this is going to be a completely new world the first logical step was to begin with map generator. Here's where it gets interesting. I acquired a few .dll errors which I promptly fixed except for one.
Code:
mapgenerator.exe - Entry Point Not found
The Procedure entry point ??1QString@@QAE@XZ could not be located in the dynamic link library QtCore4.dll.
All right, so I go to crack open the .dll and take a look around using Visual Studio C++ 2005 but it won't open in there. So blah... Not like I'd be able to figure out anything from there anyway.
Did I grab the wrong version of Mapgenerator? I only saw one on the download page and it isn't labeled with a version number or anything...
Is there somewhere to grab the suite in it's entirety? Perhaps I missed something...
Did I grab the wrong version of QT? The one I grabbed was qt4.1.2
Perhaps I installed the .dlls in the wrong place? Since I have a rough understanding of how programs look for their .dll files and I know they will always look for them in the Windows>System32 folder I stuck them in there.
Is there some certain type of folder heirarchy I should create to make the best use of the suite once I get things running smoothly?
Any and every bit of help will be HUGELY appreciated. (I have a shard Admin basically chasing me with a figurative mallet in demand for custom content including a map.)