pepsifreak wrote: Wed Nov 19, 2025 6:43 pm
I edited the vbproj to 4.7 as thats the earliest I have (without client still) and it compiled using the newer msbuild from my visual studio install. Where v4.0.30319 spits out string errors on the same modified vbproj.
Since you have 4.5 you can try editing to that with a newer msbuild and see if it works.
I downloaded the Build Tools, set the version to 4.5 and removed the "client" line.
It compiled successfully with a whopping 132 warnings (mostly about deprecated stuff, potential null pointers and booleans that are never set to True)
Thank you very much!
I took the liberty of fixing a bug in TeaseAI. I'm not sure, yet, if I'll ever push this to git, but which repo /branch should I use and how do you guys usually coordinate this sort of thing?
I presume it's this one (?): https://github.com/TeaseAI/Tease-AI/tree/community
Have a great day!
If you are a creator of a Tease AI personality, check out my personality editor called TAIPEJ!
pepsifreak wrote: Wed Nov 19, 2025 6:43 pm
I edited the vbproj to 4.7 as thats the earliest I have (without client still) and it compiled using the newer msbuild from my visual studio install. Where v4.0.30319 spits out string errors on the same modified vbproj.
Since you have 4.5 you can try editing to that with a newer msbuild and see if it works.
I downloaded the Build Tools, set the version to 4.5 and removed the "client" line.
It compiled successfully with a whopping 132 warnings (mostly about deprecated stuff, potential null pointers and booleans that are never set to True)
Thank you very much!
I took the liberty of fixing a bug in TeaseAI. I'm not sure, yet, if I'll ever push this to git, but which repo /branch should I use and how do you guys usually coordinate this sort of thing?
I presume it's this one (?): https://github.com/TeaseAI/Tease-AI/tree/community
Have a great day!
At the moment there is no "you guys" anymore, just me in regards to the Github. Community will work if you want to do a pull request, otherwise I can push with a credit to you if you want to pass along the relevant info in a post or DM.