Hallo, ich möchte gerne in C# (Visual Studio 2005.NET) DirectX verwenden und habe dazu die aktuelle Version von DirectX installiert (9.0c) sowie am Beginn des C#-Codes (Windows Forms) folgende Zeilen ergänzt: using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; Das Programm lässt sich jedoch nicht kompilieren, sondern zeigt die Fehlermeldung an: Fehler 1 Der Typ- oder Namespacename DirectX ist im Namespace Microsoft nicht vorhanden. (Fehlt ein Assemblyverweis?) Über "Verweise"/"Verweis hin…
Hi, I'm beginning to learn programming in C#, C++ and the .NET environment with Visual Studio 2005. Now, I also want to include another software that is supposedly able to interface with C++. The other software has include (.h) and library (.lib) files. The lib-files are in the directory: D:\Programs\ProgramA\extern\lib I have added this path to the Visual Studio project with tools/options/ projects and solutions/VC++ directories/show directories: library files. By using the file browser [...] f…