iProgramInCpp

Results 19 comments of iProgramInCpp

![image](https://user-images.githubusercontent.com/17717494/169023074-83c832e8-6ef5-4742-a920-378f77f5f5c3.png) I have not been able to find a file with the error at that line, though I do suspect it's actually an issue with the configure script. ![image](https://user-images.githubusercontent.com/17717494/169023254-dee938ff-684d-482f-a2b5-aa082d9aafc1.png) ![image](https://user-images.githubusercontent.com/17717494/169023360-bdac949a-ea42-42db-bf68-d1e62e8f6ba9.png)

Ok, so I did `sudo apt update && sudo apt upgrade`, got autoconf V2.69. Tried rebuilding libmpg123 and got this error: ``` //heck of a lot more above (derived from...

@BertalanD I have the latest version that it'll let me get: ``` iprogramincpp-ub2@IPROGRAMINCPP:~$ sudo apt install libtool Reading package lists... Done Building dependency tree Reading state information... Done libtool is...

I have tried this. The shared stuff stays as "Java_com_rtsoft_RTAndroidApp_XXX" and I get crashes due to missing functions unless I change the function name to "Java_com_iprogramincpp_myprojectnamehere" or whatever the new...

Right, I use RTBareBones, and I have changed the folder structure from com/rtsoft/RTAndroidApp, but I will try both RTBareBones and RTSimpleApp just changing the package name in the local.properties.

Sorry. I deleted the comment because I messed up something

Proton SDK is already pretty portable, someone made a port to the PS Vita last year, so a Switch port isn't far off

It seems like I got edit and continue working on an RTSimpleApp-based project, all I needed to do was turn /SAFESEH to "No". I'm not sure that's actually as safe...

Growbrew Proxy is abandonware. We will not continue updating this software, it is up to you to update it if you so choose. If you can create an HTTPS server...

I agree with the sentiment, but Proton is sort of designed to "add stuff as you go", which means you can exclude certain files from compilation to cut down on...