Simulator is crashing - Windows 8 General

Every time I try to start application from Visual Studio 2012 RC in Simulator, the Simulator won't start but crashes after couple of seconds. Has anyone experienced this behavior? How to solve it?
"Unable to start the simulator. The Simulator closed or crashed."
or other error messages.

N3croman said:
Every time I try to start application from Visual Studio 2012 RC in Simulator, the Simulator won't start but crashes after couple of seconds. Has anyone experienced this behavior? How to solve it?
"Unable to start the simulator. The Simulator closed or crashed."
or other error messages.
Click to expand...
Click to collapse
I would install Visual Studio Express for Windows 8 SDK again and see what happens.

Try reinstalling the program (I know it is heavy)
The crash could be caused by the non-attainment by the computer requirements (which, unfortunately, I do not know), such as the WP7 emulator, if you do not have the computer available, for example, more than 2Gb of ram free , the emulator crashes

moved to general

So i just installed clean Windows 8 RTM and Visual Studio 2012 RTM and guess what, it's crashing again! Any idea what to do? Tried starting visual studio using /resetsettings, no help.
https://twitter.com/martinsuchan/status/237977765268291584/photo/1/large/

Related

Embedded Visual C++ Emulator blank runnung in VMWARE

Hi,
I'm trying to use eMbedded Visual C++ 4.0 running Windows XP in VMWare (5.0).
Everything seams to be ok, but only the Emulator Screen is always blank. (I did also some changes in the Emulator configuration). I looked up several MS Webpages relating to a blank emulator screen - without any success.
I did everything MS recommends on their website http://msdn.microsoft.com/library/d...n-us/Guide_ppc/html/ppc_congettingstarted.asp
I also installed the MS Loopback Connector because I didn't activate my network card - but it was unsuccessful
Any ideas?
Seems that I'm the only one with this problem
My guess is somehow the emulator works in some sort of half-overlay mode, so VMware can not show it (as like you probably can't playback any video in a player that uses overlay).
Thanks for your answer. I thought of some DirectX or something link this but I think I will give up trying to install it in a VMWare

Countdown Timer

Is there a Countdown Timer application that doesn't use the .NET COmpact Framework?
.NET slows down my desktop, I don't even want to know what it will do to my 8125.
I'm looking for a Countdown app in which I can put in a specific date and it will tell me how many days, hours, minutes seconds I have. A Countdown, pretty much.
nexess said:
Is there a Countdown Timer application that doesn't use the .NET COmpact Framework?
.NET slows down my desktop, I don't even want to know what it will do to my 8125.
I'm looking for a Countdown app in which I can put in a specific date and it will tell me how many days, hours, minutes seconds I have. A Countdown, pretty much.
Click to expand...
Click to collapse
Try this out for size!!! Just take off the .zip and then run!
Nice program, but too bad it needs .NET
Well, .NET is not "slowing down" your computer! .NET is part of your OS since Windows XP, so, without .NET you wouldn't even have a functioning OS. Even Windows Mobile has the NET COMAPCT FRAMEWORK build in since version 5, so, there is no way around it!
You might wanna try out this one - haven't tried it myself, so, I am not sure if it will work properly: http://www.pocketone-soft.com/stopwatch/2003sevga.php
Yeah, maybe your right, but when I run the application, it asks for a newer version of .NET
.NET is not a native part of Windows XP SP2, it is a separate component.
Any software that requires another piece of software to be installed is called bloatware in my book.
The application you posted is a stopwatch, not a countdown timer
nexess said:
Yeah, maybe your right, but when I run the application, it asks for a newer version of .NET
Click to expand...
Click to collapse
Well, looks to me like the programmer of that software did not use the standard COMPACT FRAMEWORK but the latest (either 2.x or a higher BETA) when he compiled the program! Howeever, .NET will not slow you downit is in fact even increasing the speed of a higher OS, such as XP with latest updates and VISTA.
I had to write an article for it in a local pc magazine - I published it later in a programmer forum - you still can read it here: http://www.codingmonkeys.com/index.php?topic=1014.0
You will have to live with the fact that programmers will start more and more with developing .NET application - there is no way around it!
If you really want to find a 'non' .NET application look for older software (PPC 2003) which is out already for a few years. If it is only a countdown timer you're looking for it can't be too hard to find!

Tips for faster development under Visual Studio

Hi everybody,
I've tried to develop for Windows Mobile 6 under Visual Studio using the emulator and the deployment is rather long - Around 20-30 seconds just to deploy the application.
I was wondering if you have any tips regarding a faster way to test the application you develop for mobile. The current options I see now is the Visual Studio 2005 device emulator and deploying directly to the device itself (that actually proved to be a bit faster).
Thanks!
Yes you can test the application directly to your device if you have sync it but don't remember where to change that
Guys, where can I find complete developing environment?
I think a have VS on CDs, it's all I need?
or there is some add-on to VS to develop for WM?
Thanks in advance.
korro said:
Guys, where can I find complete developing environment?
I think a have VS on CDs, it's all I need?
or there is some add-on to VS to develop for WM?
Thanks in advance.
Click to expand...
Click to collapse
I'm also curious about that because i just installed VS2008.
It should be installed by default.
Try doing: New Project -> Oher/C# -> Smart device
All the emulators are part of VS2008 install.
in project settings under deployment one pick what emulator or real device one wish to debug on
some features and emulator rom versions
require
sdk wm6 or sdk wm5
google for the ms download for those sdk's
great tool
VS2008 is a great tool to develop application, also for pocketpc.
Impressive developing directly on the device...
vitalyb said:
It should be installed by default.
Try doing: New Project -> Oher/C# -> Smart device
All the emulators are part of VS2008 install.
Click to expand...
Click to collapse
Thanks for the tip

Newbie Guide to C++

I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
ronschaefer said:
I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
Click to expand...
Click to collapse
WHAT kind of applications you are trying to write?
Do you need to write a device driver for your PDA?
ronschaefer said:
I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
Click to expand...
Click to collapse
You should be able to do it with visual studio and the emulator, im not 100% sure though, I only know a limited amount of Java.
Most phones support .net/C#/Java, so pick a language
What I want to write
Just some fun stuff =
One idea I had is a generic sound simulator, tie buttons to different sound - .wav files; animal sounds, machine sounds, phasor blasts, drum kit, theme music like - http://www.thinkgeek.com/tshirts/illuminated/a5bf/
I want to have it look nice too with decent graphics.
i suggest to use Visual Studio 2005 or 2008.
It's simplest way to start (and continue) to write programs.
Both native and NET technologies are supported. C++ and C# available.
Both VS versions are coming with integrated Device Emulator with WM5(VS2005) and WM6(VS2008) images for PDA/PDAPhone/SP and remote debugger for real PDA/PDAPhone/SP devices.
If you are using VS2005/2008. Download the latest Windows Mobile 6 SDK (Standard and Pro) for the best Emulation.
Ta
Dave
but c# only works with .net
where c++ works with win32(native) microMFC(Native) and .net
more info can be found
http://forum.xda-developers.com/showthread.php?t=380069&highlight=programming
http://forum.xda-developers.com/showthread.php?t=382995&highlight=programming
http://forum.xda-developers.com/showthread.php?t=226412&highlight=programming
http://forum.xda-developers.com/showthread.php?t=336251&highlight=programming
http://forum.xda-developers.com/showthread.php?t=305926&highlight=programming
http://forum.xda-developers.com/showthread.php?t=302548&highlight=programming
http://forum.xda-developers.com/showthread.php?t=228043&highlight=programming
http://forum.xda-developers.com/showthread.php?t=317913&highlight=programming
http://forum.xda-developers.com/showthread.php?t=237932&highlight=programming
yes, ะก# is for NET only. This language appeared together with NET technology as alternative to Java after breakup with SUN
C# is closer to BASIC than C++. I, personally, don't recommend C#. Ths "strange" language is for lazy people. Almost nothing left of C++ and its ideology.
Visual Studio 2008 Pro trial version
Thanks for you advice - i deleted all that embedded C++ stuff - was way too confusing, must have had like 8 programs installed and still was not working - I like the idea of just 3 things the visual studio and the 2 WM6 SDKs
Im going to try the visual studio 2008 - there is a trial version of it for 90 days
http://msdn.microsoft.com/en-us/vstudio/products/aa700831.aspx
Would i be better off with the 2005 version as Im using Xp not Vista on my main computer. Should I get the Try Visual Studio "Team System" 2008 - Trial Software or just stick with the regular one i downloaded?
I also downloaded the standard and professional WM6 SDKs
http://www.microsoft.com/downloads/...745-88EF-3D48091A390B&displaylang=en#filelist
I used embedded visual tools in the past (3 and 4). Be aware that you cannot use the WM5 SDK with eVC, you must use Visual Studio for that. The latest thing usable with eVC is the WM2003 SDK, as far as I know. Also, the emulator handling in eVC was quite sluggish and buggy. When I switched to VS2005, it was like a deliverance to me. Also, the help system in VS is a blessing. *g*
Though I used Delphi's VCL in the past, I would never freely touch such a thing on restricted hardware such as in PDAs. Hence, .NET, MFC and of course *cough* Java *cough* are out of the question. I'm a pure C++ writer. The progs are nicely small and fast. And there are always alternatives to the things I can't use because of that: for instance instead of MFC CStrings I got acquainted with STL library's strings. There's also ATL which supposedly can be used instead of MFC for GUI programming, but when I looked for it some years back I found only very little information about that.
Happy coding.
Is it true that you can only develop WinMo C++ in VS Pro?
I read on the Microsoft marketplace that the standard edition dosnt support mobiles..
are there any alternatives (C++ only please..)
yes they only support through pro... but you can get it for free through dreamspark if you are a student
joel2009 said:
yes they only support through pro... but you can get it for free through dreamspark if you are a student
Click to expand...
Click to collapse
damn, I am a student but my uni isnt listed
I asked one of the admins and they are looking into getting on the list
But it might be too late coz its my last year..
Mic159 said:
damn, I am a student but my uni isnt listed
I asked one of the admins and they are looking into getting on the list
But it might be too late coz its my last year..
Click to expand...
Click to collapse
Good news. My uni isn't listed either. It is a simple matter of verifying your student status on journey ed. I'm glad I could help with this because it turns out that I could get all the dreamspark software through my school's MSDNAA program anyways.

Genymotion - Apps not running

Hi,
So iv asked this question in a few places now and no one seems to even address the question, looks like Genymotion is a none fully working software...
my problem is with Genymotion installed on windows 8 64bit, Arm 1.1 and Gapps installed. the game "Game of War" installed. nothing i do can make this game work ! it simply starts the game and a few seconds later the game shuts by its self... no error given.
I also tried different android versions (4.4.4 down to 4.1.1) from deferment manufacturers (nexus, Samsung, sony)
I would much appreciate any help !
attached you will find the logcat
Genymotion is an emulator. It doesn't have to support all hardware features. Your game most likely is using OpenGL. Genymotion simulate it with hardware that your PC has. Probably there is a problem

Categories

Resources