Search found 3 matches

by wolpi
Tue Apr 14, 2020 10:59 pm
Forum: Developer's Forum for Windows
Topic: C# Windows Formas and SDK 4.0 Crashing
Replies: 5
Views: 8932

Re: C# Windows Formas and SDK 4.0 Crashing

Thanks for the hint, I did not see that. I just created a new project, and it seems to be checked by default (Microsoft does not trust it's 64 bit applications? :P ) If I uncheck it, everything seems to run (at least no crash)! :D At the moment, my target application is running as 64bit, so it shoul...
by wolpi
Tue Apr 14, 2020 8:10 am
Forum: Developer's Forum for Windows
Topic: C# Windows Formas and SDK 4.0 Crashing
Replies: 5
Views: 8932

Re: C# Windows Formas and SDK 4.0 Crashing

Hi ngomes,
please find attached the project.
Hope it will help :D
regards
wolpi
by wolpi
Mon Apr 13, 2020 2:25 am
Forum: Developer's Forum for Windows
Topic: C# Windows Formas and SDK 4.0 Crashing
Replies: 5
Views: 8932

C# Windows Formas and SDK 4.0 Crashing

Hi all, I'm trying to implement 3D Space Mose support in a c# net forms app. I'm using VS2019 and W10-64. After substituting some obsolete libraries i got the Wpf app running (3DxTestNL). Now I'm trying to set up the same thing with a fresh WinForms app, but it crashes in the Open3DMouse call. I've ...