Create GUI for WinXP from7
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hello community
I tried to create a GUI application on the machine with Win7 x64 and run it on the machine with WinXP x32. But there was fail. It doesn't work. Could someone print step-by-step instructions how to make it? Thanks in advance
2 comentarios
Respuesta aceptada
  Friedrich
    
 el 11 de Abr. de 2013
        Hi,
I guess you compiled in a 64bit MATLAB? This will lead to a 64bit exe which won't run on a 32bit system.
You would need to create a 32bit application out of your MATLAB code.
How do you do that?
Install a 32bit MATLAB on your 64bit system and compile in there your MATLAB code in order to get a 32bit application which you can run on the 32bit XP machine.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre MATLAB Compiler en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


