This is probably a stupid question, but I can't find anything in the docs about writing DLL's for non .Net languages. Visual C# 2005 wants to do everything in namespaces and classes, which is fine, but isn't going to give me a DLL I can access in BMax, is it? So I thought, ok, let's try Visual C++ 2005 instead, that'll be better. And apparently that wants to use namespaces and classes for everything too. Is it still possible to write a DLL in either language that BMax / GCC / etc can call? Have a link to an explanation ( or a rough location in the docs if I've missed it ) or something along those lines?
And yes, it does need to be 2005 because I want to use some .Net 2.0 stuff in the DLL, so if it's not possible to do that, there's no point in me writing the DLL.
And yes, it does need to be 2005 because I want to use some .Net 2.0 stuff in the DLL, so if it's not possible to do that, there's no point in me writing the DLL.