Hi!
I've compiled notepad++ 7.5.4 for WindowsRT.
Hope it's useful for you guys.
Rick
rickliu2000 said:
Hi!
I've compiled notepad++ 7.5.4 for WindowsRT.
Hope it's useful for you guys.
Rick
Click to expand...
Click to collapse
Thanks for porting this! I can confirm it works flawlessly.
We look forward to your other porting projects!
[Removed]
Nice, thanks ! how do you recompile these apps ? i'd like to port some of them too
TeknoRider said:
Nice, thanks ! how do you recompile these apps ? i'd like to port some of them too
Click to expand...
Click to collapse
Look at this https://forum.xda-developers.com/showthread.php?t=2096820 and also use google for help.
Search "visual studio 2017 arm" and look at some blogs.
rickliu2000 said:
Look at this https://forum.xda-developers.com/showthread.php?t=2096820 and also use google for help.
Search "visual studio 2017 arm" and look at some blogs.
Click to expand...
Click to collapse
Wait, did you use VS2017 to compile this? Or VS2012?
Sent from my Q5 using XDA Free mobile app
Qiangong2 said:
Wait, did you use VS2017 to compile this? Or VS2012?
Sent from my Q5 using XDA Free mobile app
Click to expand...
Click to collapse
vs2017
VS'17 has everything for ARM and ARM64, ports are relatively easy. Nice for a little startup project though, you have to start small first.
rickliu2000 said:
vs2017
Click to expand...
Click to collapse
How were you able to build for RT in VS2017? I thought VS2012 was the only one that supported building RT desktop apps
[Removed]
VNNGYN said:
If I am right all versions of VS that are newer than VS2012 can be used to build Windows RT desktop apps. VS2012 and VS2013 were recommended because they had Redistributable packages for ARM shipped with them.
Click to expand...
Click to collapse
VS2017 has shipped ARM redists too
black_blob said:
VS2017 has shipped ARM redists too
Click to expand...
Click to collapse
So that means you can set up VS2017 like VS2012 in the guide? Because I don't have the Microsoft.Cpp.ARM.Common.props file
Qiangong2 said:
So that means you can set up VS2017 like VS2012 in the guide? Because I don't have the Microsoft.Cpp.ARM.Common.props file
Click to expand...
Click to collapse
You do not need anything special. Just make a new target ARM or ARM64 and add to the project file <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> and <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport> ...voila.
unable to download
Good morning,
am I the only one who is not able to download this file?
Zentriefugal said:
Good morning,
am I the only one who is not able to download this file?
Click to expand...
Click to collapse
Worked for me.
Thanks
Related
Like The Title Says!
check out the fresh pre kitchen. at geekfor.me
You have to click the search button first.
ebartolon said:
Like The Title Says!
Click to expand...
Click to collapse
Man, have you searched anywhere first?
http://forum.xda-developers.com/showthread.php?p=6106627#post6106627
ebartolon said:
Like The Title Says!
Click to expand...
Click to collapse
http://java.sun.com/javase/downloads/index.jsp
download java dev kit (jdk)
download jave runtime enviro (jre)
download flipzs prekitchen. use his zip signing tool under tools
cbarlan said:
http://java.sun.com/javase/downloads/index.jsp
download java dev kit (jdk)
download jave runtime enviro (jre)
download flipzs prekitchen. use his zip signing tool under tools
Click to expand...
Click to collapse
Note that the JDK INCLUDES the JRE.... so just get the JDK.
Thanks! !!!
regaw_leinad said:
Note that the JDK INCLUDES the JRE.... so just get the JDK.
Click to expand...
Click to collapse
oh does it i had to install it seperatly cause i couldnt get it to work. hey regaw can u look at my thread on main page. http://forum.xda-developers.com/showthread.php?t=659243
think u could point me in right direction. im getting frustrated and ur the man
regaw_leinad said:
Man, have you searched anywhere first?
http://forum.xda-developers.com/showthread.php?p=6106627#post6106627
Click to expand...
Click to collapse
friggin awesome!!!!
sdotcarlisle said:
friggin awesome!!!!
Click to expand...
Click to collapse
you use this website: http://lmgtfy.com/
who can convert java file to apk as it can work?
i used some emulators but they didnt work for my java app
i really need it and if someone can do it for me i will donate to him
BuXuRa said:
who can convert java file to apk as it can work?
i used some emulators but they didnt work for my java app
i really need it and if someone can do it for me i will donate to him
Click to expand...
Click to collapse
Hi,
Where is the file?
can u do it?
BuXuRa said:
can u do it?
Click to expand...
Click to collapse
Hi,
I converted it.
Not sure if it will work.
malybru said:
Hi,
I converted it.
Not sure if it will work.
Click to expand...
Click to collapse
cant download
downloaded but not working
can anybody help me ?
tried to compile it with eclipse?
Nevermind. Mods, thrash this thread please
Care to share the work so others can help?
bfosterjr said:
Care to share the work so others can help?
Click to expand...
Click to collapse
Sorry, updated first post with link.
bartekxyz said:
This emulator needs plugin with software rendering which doesn't rely on DirectX or OpenGL.
Click to expand...
Click to collapse
In theory couldnt a directX 11 plugin be made for RT?
Care to share the work so others can help?
ssfirme said:
Care to share the work so others can help?
Click to expand...
Click to collapse
he did....
SixSixSevenSeven said:
he did....
Click to expand...
Click to collapse
He didn't post source.
netham45 said:
He didn't post source.
Click to expand...
Click to collapse
You obviously have problems with reading. I asked for help in finding and porting gpu plugins. Those don't require source of core exe. But if you want pscxr source, it's really easy to find: PCSXR. I'm starting to wonder if it's worth porting all that crap. Work for nothing.
bartekxyz said:
You obviously have problems with reading. I asked for help in finding and porting gpu plugins. Those don't require source of core exe. But if you want pscxr source, it's really easy to find: PCSXR. I'm starting to wonder if it's worth porting all that crap. Work for nothing.
Click to expand...
Click to collapse
Well the license requires you to post the source. Could you set up a github repo for it? Also the pcsx2 d3d11 plugin should work if someone ports it, I looked into it but too much work for me.
which programming language should i learn inorder to programme in android e.g making rom from source code and kernel
ichigogb said:
which programming language should i learn inorder to programme in android e.g making rom from source code and kernel
Click to expand...
Click to collapse
You just need to know how to use GIT. Knowing C and C++ would be of great use ofcourse.
dhirend_6d said:
You just need to know how to use GIT. Knowing C and C++ would be of great use ofcourse.
Click to expand...
Click to collapse
dhirend_6d....u still here?...I need your help if you have time....theme.apk mod....if you can?
maybe java knowledge helps him too...
Sent fom my S-II running Vanilla Rootbox >>Nightly (2013/03/27 Unofficial by kroz)<< powered with DorimanX kernel v. >>9.13<<
rkoby13 said:
dhirend_6d....u still here?...I need your help if you have time....theme.apk mod....if you can?
maybe java knowledge helps him too...
Sent fom my S-II running Vanilla Rootbox >>Nightly (2013/03/27 Unofficial by kroz)<< powered with DorimanX kernel v. >>9.13<<
Click to expand...
Click to collapse
Long time mate. I really don t get much time nowdays. Busy with studies. I haven t done theming for quite some time now. I will always help if I know the stuff and get time.
ichigogb said:
which programming language should i learn inorder to programme in android e.g making rom from source code and kernel
Click to expand...
Click to collapse
You need Java and Php for app development. That would be enough. For kernel stuff, rkoby and dhirend_6d have answered.
dhirend_6d said:
Long time mate. I really don t get much time nowdays. Busy with studies. I haven t done theming for quite some time now. I will always help if I know the stuff and get time.
Click to expand...
Click to collapse
Dhirend what are you studying nowadays?
Sent from my Nexus 4 using Tapatalk 2
ak700 said:
Dhirend what are you studying nowadays?
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Engineering (Electrical) 3rd year mate.
ichigogb said:
which programming language should i learn inorder to programme in android e.g making rom from source code and kernel
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2086771
So I have seen all these forms about how to make apps and stuff. I am just starting off but am interested in creating apps. I have tried downloading eclipse and android development studio but my computer can't handle it. So is there any way of creating apps on your android device?
Sent from my GT-S5830i using xda app-developers app
KTM Stretch said:
So I have seen all these forms about how to make apps and stuff. I am just starting off but am interested in creating apps. I have tried downloading eclipse and android development studio but my computer can't handle it. So is there any way of creating apps on your android device?
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
Yes! AIDE, get it on Google Play. Have FUN!
Awesome
kermage said:
Yes! AIDE, get it on Google Play. Have FUN!
Click to expand...
Click to collapse
Awesome. well i will try it and let you know
KTM Stretch said:
Awesome. well i will try it and let you know
Click to expand...
Click to collapse
:good:
kermage said:
:good:
Click to expand...
Click to collapse
ok so i downloaded it, thanks for the help.....next step is learning what to do:/
KTM Stretch said:
ok so i downloaded it, thanks for the help.....next step is learning what to do:/
Click to expand...
Click to collapse
shouldn't take you long..there are a lot of good guides out there
kermage said:
shouldn't take you long..there are a lot of good guides out there
Click to expand...
Click to collapse
thanks. do you know of any that are good?
KTM Stretch said:
thanks. do you know of any that are good?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1753131
search/explore the forum next time, there are many good guides out there..
Just like mentioned before ...
AIDE is a perfect way to learn and make apps for Android OS
Try the first lessons for free and then you buy it for one year !
Eclipse and sdk would have been a better way to start. You can also download the sdk and download the sample apps. It helps a lot even for more advanced users.
Sent from my GT-I9505 using Tapatalk
learning android apps
Hello!
i saw this thread and i want to know if that is useful to create an application though i dont have strong background in programming especially in java. do i need to read some information about java before i used it?