Blitz3D SDK in Visual C# 2008

Archives Forums/Blitz3D SDK Programming/Blitz3D SDK in Visual C# 2008

Josaih6/10(Posted 2010) [#1]
I've heard some things about the SDK not work well with Visual C#. I really know nothing about working with SDKs and was woundering if some one could give the basics of setting it up in Visual Studios 2008 if it will work.


dynaman(Posted 2010) [#2]
I thought the instructions on to set it up were included with the documentation.

I have not looked at it in years but it is pretty simple, create a project and save it where you can find it. Put the blitz3d dll file in the directory and import it into your project. (not sure you even need to put it in your directory - VS2008 does that automatically)


ozak(Posted 2010) [#3]
It runs just fine with Visual C# 2008


Josaih6/10(Posted 2010) [#4]
great! thanks a lot.