PS3 [Help] Build a plugin with VStudio

LuanTeles

Developer
PSX-Place Supporter
Guys, i'm trying to build this plugin by @jordywastaken with some bug fixes, the plugin is built without any problem (as i can see), but the plugin will not run no matter what i do, any ideas?

dFNqz4E.png
 
Looks like some of the libraries are missing.

Check these links, maybe they are of help:

See, it is not finding the included libs and files, i never used visual studio, so i must need to add it somewhere but i don't have a clue

VSpmG3G.png

ZcokTRR.png
 
OK, by looking at RouletteBoy sln, i found out that it's missing the additional libs settings, not it is giving me other errors

ao0WtbJ.png













EDIT: Almost there.

Error 1 error : L0032: could not open file "libvshtask_export_stub.a" , i have no clue, where i need to set the libs

Edit 2: More erros, everytime i fix one, a lot more appears hahaha, if someone manage to compile it, please lemme know
 
Last edited:
have you set platform toolset = PPU SNC?

Yeap, i tried to build RouletteBoi's projects and it worked just fine, the issue is only with this plugin


1S4q80n.png



Edit: I just copied the definitions from the debug settings to the release one and now it's is showing a lot less errors

U4cox5k.png

mGUotG1.png


The error now is in a file from the SDK itself


--------------------------------------------------------------------

EDIT:
Now I have copied everything from the debug to the release, except for two debug definitions. It now builds successfully. Time to test it.

EDIT 2:
Same thing it doesn't run, even using PS3MAPI it will not load

Edit 3: Finally i got it working

i just removed this line

<Branchless>Branchless2</Branchless>

now it is working
 
Last edited:

Similar threads

Back
Top