Directx 12 Games

5 views
Skip to first unread message

Kathy Douds

unread,
Jul 25, 2024, 5:53:05 AM7/25/24
to calabash-android

There is one way i have find. First you need to install DXSDK (i have June2010 and SDK for Windows 7). Go to "Add reference" dialog press "Browse" , go to somthing like this C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0 or C:\Windows\Microsoft.NET\Managed DirectX\v9.02.2904 then choose proper dll for example - Microsoft.DirectX.dll. So you can add "using Microsoft.DirectX" directive to your project. All done.

directx 12 games


Download File 🌟 https://tlniurl.com/2zNODW



DirectX is for unmanaged code - C++. To use it from C# you need to find a wrapper library for it. The two best right now are SlimDX and SharpDX. Grab the binaries from the sites and just add a reference to them.

You can also use the Windows API code pack from Then, look at the article -directx-features-of-windows-api-code-pack.aspx, and you should be started. (the article talks about VS2008, but it works on VS2010 too)

So I am having this issue with battlefield 4 that seems to be a directx issue? It only happens when I click on the application when it loads, its as if once it goes fullscreen (which it forcefully does no matter what mode you choose) it just crashes.

On that (virtual) machine, ArcGIS Runtime .NET 100.0 doesn't work at all (Call to constructor of MapView crashes). I need to find a way to argue to the system administrator why this machine doesn't meet the system requirements.

Note: We've found Windows 8+ on VMs works a lot better than Windows 7, due to its better GPU hardware emulation. We're currently looking into adding some software fallback for Win7 for a future update.

Btw which crash are you getting? And do you have a call stack from the crash? (preferably enable "native debugging" in the debug settings of the app to get a better callstack that covers both managed and native code)

_message=Zeilennummer "14" und Zeilenposition "10" von "Durch den Aufruf des Konstruktors fr Typ "Esri.ArcGISRuntime.UI.Controls.MapView", der den angegebenen Bindungseinschrnkungen entspricht, wurde eine Ausnahme ausgelst.".

Message=Zeilennummer "14" und Zeilenposition "10" von "Durch den Aufruf des Konstruktors fr Typ "Esri.ArcGISRuntime.UI.Controls.MapView", der den angegebenen Bindungseinschrnkungen entspricht, wurde eine Ausnahme ausgelst.".

bei System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)

_message=Invalid ArcGISRuntime deployment, unable to load native dll. Maybe a missing native dependency, checking with dependency walker may help resolve this issue. C:\src\ArcGISApp1\bin\Debug\arcgisruntime100.0\client32\RuntimeCoreNet.dll

Message=Invalid ArcGISRuntime deployment, unable to load native dll. Maybe a missing native dependency, checking with dependency walker may help resolve this issue. C:\src\ArcGISApp1\bin\Debug\arcgisruntime100.0\client32\RuntimeCoreNet.dll

Please note, that the most inner Exception Message "Das angegebene Modul wurde nicht gefunden -> The module has not been found" is wrong. The RuntimeCoreNet.dll exists in the path, even more, it is loaded into the process at the time, the exception is thrown.

I haven't gotten a more detailed StackTrace by enabling "Native Code Debugging". But I think I should have gotten at least some obscure Dissamblies (no .pdb available..). I will try bit more to get a real native StackTrace..

After double checking the system requirements page, I saw "Windows 10 Universal C Runtime" and "Microsoft Visual C++ 2015 Redistributable Update 3" under the deployment targets chapter. Installed both in the development VM and now, the application starts, displays a white are with "Powered by Esri" and... crashes

To check your feature level, run "DXDIAG" to open the DirectX Diagnostics. Go to the display tab and look at "Feature levels" in the Drivers section. You should see at least 9_3, preferably higher. 2D will for the most part work in 9_1, but you can easily hit certain layers that would require a higher level (and there's no guarantee this will continue to be the case).

Generally if the DirectX Device can't be created, you should see an error message over the mapview with the specific DirectX Error (this is usually just an error code, but if you google it, you should find the description of the directx error)

I have been a PS / LR user for many years as an enthusiastic amature. The latest version of PS / LR 24.4 runs very happily on my windows 10 PC with an nvidia Quadro K2200 GPU. In all respects my PC significantly exceeds the stated requirements of PS. However along with many others I am sure, I have been "playing" with the new Beta software for PS.

The GPU compatibility in the beta app says that I need directx 12 but my K2200 only supports Directx 11. All the tech specs I can find say the the K2200 does support Directx 12. Has anyone any suggestions on this issue?

The directx_Jun2010_redist worked for getting it going.
Still has a fault that if you tab off the game it closes but I have been able to play otherwise. Perhaps a solution overall is closely related to this.

If none of the mentioned workarounds work for you there are basically two options, you can either run the game via DevilutionX or add a DirectDraw wrapper dll to the game folder that redirects the DirectDraw calls to a more modern graphics API.

my divers are also up to date and the graphic card supports directx12 as well, and also is directx12 unlimited and directx12 two different things? but if anyone has any ideas that'll help and would be greatly appreciated !

It seems like you're asking about DirectX 12 support on your HP All-In-One PC 24. DirectX 12 is a collection of APIs (Application Programming Interfaces) designed by Microsoft for handling tasks related to multimedia, especially gaming and video, on Microsoft platforms like Windows.

Please check your Private message icon on the upper right corner of your HP Community profile Next, to your profile Name, you should see a little blue envelope, please click on it or simply click on this link.

4a15465005
Reply all
Reply to author
Forward
0 new messages