No announcements
Found 2731076 threads
-
0 Votes
Making and playing a game on Windows 10
You can see this blog: https://blogs.windows.com/buildingapps/2016/04/18/intro-to-porting-unity-3d-games-to-uwp-building-and-deploying/ This ...Answered | 7 Replies | 554 Views | Created by Awesomecronk - Friday, May 4, 2018 12:21 AM | Last reply by Barry Wang - Tuesday, May 8, 2018 6:38 AM -
2 Votes
Can you build a game in C#?
There is no direct access to DirectX from C#, but you could access it via COM interop.Answered | 3 Replies | 5256 Views | Created by DSebJ - Sunday, February 19, 2012 2:45 AM | Last reply by Rob Caplan [MSFT] - Sunday, March 4, 2012 3:43 AM -
0 Votes
Could not build my solution in Release and x64
But building in the configuration x64, won't make your application 64 bit!Answered | 1 Replies | 3324 Views | Created by paburgos - Wednesday, February 25, 2009 8:51 PM | Last reply by Ewald Hofman (MSFT) - Wednesday, February 25, 2009 10:16 PM -
0 Votes
Metro games (windows store games) crash on Windows 10
Hello, I'd ask in theAnswered | 2 Replies | 1209 Views | Created by Red Titan - Wednesday, June 15, 2016 6:54 PM | Last reply by Just Karl - Thursday, June 16, 2016 8:22 PM -
2 Votes
Could not make a release build of a windows store game.
* Change your proyect to "Release" if you haven't done so, * Righ-click on your shaders and go to ...Answered | 4 Replies | 4292 Views | Created by admiri92 - Monday, March 16, 2015 6:55 PM | Last reply by admiri92 - Friday, March 20, 2015 5:47 PM -
0 Votes
PubCenter in Unity Game (Windows Store, Windows 8)
The exception message announced that the exception is a kind of file not found, it could be a file access denied or could be the file not exist.Answered | 1 Replies | 1764 Views | Created by BestGames - Monday, May 19, 2014 6:26 PM | Last reply by Jamles Hez - Wednesday, May 21, 2014 3:11 AM -
1 Votes
memory not release in windows store app
Hi shivani, I will suggest you to read this blog article: http://msdn.microsoft.com/en-us/magazine/jj721593.aspx section: <Analyzing Memory Leaks in ...Answered | 4 Replies | 964 Views | Created by shivani lad - Thursday, November 28, 2013 6:00 AM | Last reply by Jamles Hez - Wednesday, December 25, 2013 1:10 AM -
0 Votes
stack variables are randomly stored in released build
" I don't know what your book says exactly but probably it's intended only as an example of how a compiler could implement local variables.Answered | 5 Replies | 2645 Views | Created by xyzam - Saturday, June 5, 2010 9:31 AM | Last reply by Mike Danes - Saturday, June 5, 2010 10:31 AM -
2 Votes
How to make buid/release in window applications
My suggestion is make a file version increment in the next release.Answered | 9 Replies | 3025 Views | Created by Rishi90 - Friday, February 24, 2012 11:39 AM | Last reply by Mike Feng - Wednesday, March 14, 2012 9:17 AM -
0 Votes
If Release==Release Build Error
Build your VB project to check whether it can successful.Answered | 1 Replies | 484 Views | Created by BorgWarnerNVH - Tuesday, October 4, 2016 12:59 PM | Last reply by Weiwei Cai - Wednesday, October 5, 2016 4:44 AM -
0 Votes
How does one pitch their Windows Store game to MS Games?
Hi BB, There is contact information on the Developing Games for Xbox, Windows (PC/Tablet), Web, and Windows Phone site ...Answered | 1 Replies | 1807 Views | Created by BigBoolean - Monday, August 12, 2013 12:28 PM | Last reply by Rob Caplan [MSFT] - Monday, August 12, 2013 7:03 PM -
2 Votes
Could I build a Win8.1 Windows Store App on a Win8 machine?
To build a Windows Store app for Windows 8.1, you need: Windows 8.1/Windows Server 2012 R2 OS + Visual Studio 2013 tools ...Answered | 5 Replies | 1106 Views | Created by B0L - Monday, January 13, 2014 10:21 AM | Last reply by B0L - Tuesday, January 14, 2014 12:31 AM -
1 Votes
Windows Store make money
The app generated by App Studio could also be submitted to the Store and make money for you.Answered | 6 Replies | 2089 Views | Created by New-Student- - Wednesday, October 26, 2016 3:28 PM | Last reply by Shycs - Sunday, April 9, 2017 11:44 AM -
1 Votes
Windows Update Agent API hangs in release build
In release build there were sync problems and it managed to get stuck in a tight loop because of it.Answered | 4 Replies | 6530 Views | Created by Jonathan Anderson - Friday, July 20, 2012 1:03 PM | Last reply by Jonathan Anderson - Wednesday, August 8, 2012 1:38 PM -
0 Votes
[W8.1]Invoking an in-game purchase for a Windows Store Game
>I'm calling this from inside a game loop.Answered | 3 Replies | 882 Views | Created by pcmichaels - Wednesday, July 1, 2015 5:28 PM | Last reply by Franklin Chen - Tuesday, July 7, 2015 1:20 PM -
0 Votes
Where are the Windows 7 games
Windows 7 games should probably be considered part of Windows and they were on Windows 7 and aren't on Windows 8.Answered | 2 Replies | 2241 Views | Created by Paulo Morgado - Tuesday, October 11, 2011 8:43 PM | Last reply by Paulo Morgado - Tuesday, October 11, 2011 11:27 PM -
1 Votes
windows 8 app store game C#
I don't know alot about C# but another easy way to create an arcade game would be the thing called Unity, and its probably easier than trying to create a game on C#.Answered | 1 Replies | 1729 Views | Created by Ksingh - Saturday, November 3, 2012 7:32 AM | Last reply by Aliensavior - Saturday, November 3, 2012 11:39 AM -
0 Votes
Release builds
You could try 'msbuild *.sln /p:Configuration=Release' and see if that gives you the release bits.Answered | 3 Replies | 4728 Views | Created by lekebjerg - Tuesday, November 9, 2010 7:32 AM | Last reply by Victor_Chen - Tuesday, November 16, 2010 7:28 AM -
0 Votes
Releasing for ARM when game needs D3D feature level 9.3
You can typically simplify the content to get it to work with Feature Level 9.1 with more minimal shaders, assuming you have shaders that won't build with ...Answered | 3 Replies | 1180 Views | Created by davidb353 - Thursday, July 31, 2014 4:14 PM | Last reply by Chuck Walbourn - MSFT - Friday, August 1, 2014 2:59 AM -
0 Votes
Is there a diffrence between make an app or make an game in Windows 10
There is a portal to the Windows Dev Center that is focusing on game development and the needs of game developers on both Xbox One and Windows 10.Answered | 4 Replies | 610 Views | Created by Shady Boshra - Thursday, August 13, 2015 1:12 PM | Last reply by Chuck Walbourn - MSFT - Friday, August 14, 2015 6:17 AM - Items 1 to 20 of 2731076 Next ›
No announcements