Outpost Universe Forums

Projects & Development => Outpost 2 Programming & Development => Topic started by: fighterguy on December 07, 2008, 05:34:44 PM

Title: Where Can I Get Outpost2dll.h?
Post by: fighterguy on December 07, 2008, 05:34:44 PM
Does anybody know where I can get outpost2dll.h?  I was trying to recompile the source code for the colony game pack 1 version 2 using microsoft visual C++ express but I keep running in to trouble because the compiler says that some of the header files are missing.
Title: Where Can I Get Outpost2dll.h?
Post by: Sirbomber on December 08, 2008, 08:54:24 PM
Uhhh... Have you tried downloading the SDK...?
Title: Where Can I Get Outpost2dll.h?
Post by: Hooman on December 09, 2008, 12:33:22 AM
The usual download is here: SDK (Wiki) (http://wiki.outpostuniverse.net/SDK)
You can also find a slightly modified copy here: SDK (post attachment) (http://forum.outpost2.net/index.php?showtopic=4391&view=findpost&p=65956)

They are essentially the same. The later was reorganized a little, and some more comments were added. There were also a few minor corrections as to what parameters did. Either should allow you to compile stuff, although it might be slightly easier to learn from the comments and organization in the later. Maybe check both sources if you need hints on how to use it.