Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Resources and Tools => Topic started by: Eluo on August 22, 2011, 08:32:40 pm
-
[center:22tmfplm]World Class by Tigurius[/center:22tmfplm][/b][/u]
About this tool:.
For Programmers the World Classes (WDL,ADT,WDT)
Additional Info:
-
Download:
[attachment=0:22tmfplm]WorldClass.rar[/attachment:22tmfplm]
External:
File-upload.net (http://www.file-upload.net/download-3681209/WorldClass.rar.html)
Mediafire.com (http://www.mediafire.com/?ay9qc6fopi9rctt)
-
Looks good Eluo. I do have one thing though...
I humbly ask for a description of what exactly this can be used for, and how to use it xD I'd intended to start making my own programs, but when I threw the code into VS2010, it just gave me a lot of errors suggestion if I'd forgot adding a *#include "StdAfx.h"* or something...
So... A little help ploix? ^_^
Thanks
Keta
-
StdAfx.h is for pre compiled headers. Just setup your project to not use them.
Or create new project an get save that you turn OFF pre compiled headers in VS. Second tab during project creation.
I would also suggest to move the classes all into an namespace before you start to work with them.
So it is easier for you and you avoid problems.