Hi guys!
I compiled Notepad++ v7.8.9 for ARM32 Windows devices.
Tested on Windows 10 ARM32, but should work on Windows RT hopefully...
Screenshots:
Thanks, it runs nicely in W81RT.
Maybe you could port NppShell_06.dll file too (the integration to File Explorer). I could then make the REG file to register it.
Also 1st two arm32 ports (v6-6-8, v6-5-3) had Compare plugin ported:
https://github.com/jsleroy/compare-plugin
Maybe it could be done again.
Here is your reward (Discord group about Windows on arm):
https
://
discord
.
gg
/
amkHrtW
alexenferman said:
Hi guys!
I compiled Notepad++ v7.8.9 for ARM32 Windows devices.
Tested on Windows 10 ARM32, but should work on Windows RT hopefully...
Screenshots:
Click to expand...
Click to collapse
Hello!, where can i download to test? regards.
Related
Here we go!
http://www.4shared.com/file/241929851/fc8a5591/WM70C1.html
Some good guys should dump it. ECEC at 50(dec)
Windows Phone 7 Emulator dump
here you are
http://forum.xda-developers.com/showthread.php?p=5890971
who is willing to port to other device?
You can download dumped packages here:
http://www.multiupload.com/WYKJJNBZOV
however this ROM for X86 CPU, so it's complete useless for ARM devices.
Also ROMIMAGE format without relocations, so it can't be relocked to other addresses.
(note - in my dump there wrong machine type in dll/exe files. It must be X86 instead of ARM)
Core is Windows CE 7.0 with multi-CPU support.
Cotulla said:
You can download dumped packages here:
http://www.multiupload.com/WYKJJNBZOV
however this ROM for X86 CPU, so it's complete useless for ARM devices.
Also ROMIMAGE format without relocations, so it can't be relocked to other addresses.
(note - in my dump there wrong machine type in dll/exe files. It must be X86 instead of ARM)
Core is Windows CE 7.0 with multi-CPU support.
Click to expand...
Click to collapse
Well considering it was dumped from an emulator that runs on windows it makes sense that it's only x86 compatible lol.
I wanted to play the Windows 7 minesweeper on Windows 8 and had to go through a lot of trouble to find the original Windows 7 files.
Once I found the files, patching them to play on Windows 8 was a cakewalk.
This is a patched version of Minesweeper 64-bit to play on Windows 8 for any other poor souls who might be searching for it.
Just extract the rar file to your Program Files directory.
FeralFire said:
I wanted to play the Windows 7 minesweeper on Windows 8 and had to go through a lot of trouble to find the original Windows 7 files.
Once I found the files, patching them to play on Windows 8 was a cakewalk.
This is a patched version of Minesweeper 64-bit to play on Windows 8 for any other poor souls who might be searching for it.
Just extract the rar file to your Program Files directory.
Click to expand...
Click to collapse
why not just grab Microsoft Minesweeper from the store for free?
It's huge, has more startup time than it deserves, doesn't run on the desktop, and is touch-centric (a disadvantage on non-tablets). Need more reasons?
nbates66 said:
why not just grab Microsoft Minesweeper from the store for free?
Click to expand...
Click to collapse
Because it's ****.
FeralFire said:
Once I found the files, patching them to play on Windows 8 was a cakewalk.
Click to expand...
Click to collapse
What exactly needed patching?
clrokr said:
What exactly needed patching?
Click to expand...
Click to collapse
Win7 games don't work with Win8. They check the OS version. That needed to be patched. Changed a couple of hex values of the file.
Hello I am planning to buy an Asus device with Windows 8.1 RT, the problem is that I want to run an application which use Java. It seems that Java does not run in Windows 8 RT, is there some way around?
thanks
IKVM (it's a .NET-based Java runtime) works on RT if you "jailbreak" the OS, but there's no publicly available jailbreak for 8.1 yet. On 8.0 it might work, though. You could try running your program through IKVM on "normal" Windows to test its compatibility (which isn't perfect, though most pure-Java apps will run).
How limited is Windows RT to install any kind of 32bits based software?
Thanks
GonzaloP said:
How limited is Windows RT to install any kind of 32bits based software?
Thanks
Click to expand...
Click to collapse
You're more or less safe to assume that any desktop program you find will /NOT/ install on Windows RT.
I just spent ages writing an incredibly lengthy post explaining why certain programs will or will not run on RT and other options only to get a gateway error when posting and losing all that I typed.
Nethams post sums it up nicely. If it won't run under IKVM or isn't in the list of desktop applications for RT on this forum, nope, not gonna run.
Hello friends, I want to run an application written in golang in my windows 10 mobile phone. As a test I have cross compiled hello world for arm and windows OS, but the hello.exe doesnt get executed.
Test phone is Lumia 950 with windows 10 mobile version 1703, os build 10.0.15063.297. For our small project I want to test if golang written software would also work under windows 10 mobile. I would appriciate any help, recommendation, suggestions.
$ cat hello.go
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}
GOOS=windows GOARCH=arm GOARM=7 ./go/bin/go build hello.go
is possible to port Audacity 2.1.3 to Windows RT 8.1?
i have source code but i am having compilation problems on vs2013