What's new

C/C++ C# XRPC Tool Issue Coding

F

Falcon

PlayStation Master
Messages
1,802
Reaction score
1,038
Points
470
Sin$
7
After some tinkering, I got the real error to show. You are indeed missing XDevKit.
01e3950537dc335dd7038ce625b489e5.png
Okay but It still isn't working after I add Xdevkit.dll
 
F

Falcon

PlayStation Master
Messages
1,802
Reaction score
1,038
Points
470
Sin$
7
The project runs fine for me, regardless of whether or not XDevKit exists. All I needed to do was rebuild(Build->Rebuild Solution) since it kept failing.
send me the source back with the xdevkit fully working ect just like you have it
 
F

Falcon

PlayStation Master
Messages
1,802
Reaction score
1,038
Points
470
Sin$
7
Xeren Xeren I still need these under xrpc Jtag
publicstaticIXboxManager xbm =newXboxManager();
publicstaticXboxConsole xboxConsole = xbm.OpenConsole(xbm.DefaultConsole); 
Xeren Xeren I still need these under xrpc Jtag
publicstaticIXboxManager xbm =newXboxManager();
publicstaticXboxConsole xboxConsole = xbm.OpenConsole(xbm.DefaultConsole);
I wont build with them there
 
Xeren

Xeren

♦♦♦ God Complex ♦♦♦
Legendary Veteran Programmer Modder
Messages
5,668
Reaction score
2,107
Points
795
Sin$
0
Xeren Xeren I still need these under xrpc Jtag
publicstaticIXboxManager xbm =newXboxManager();
publicstaticXboxConsole xboxConsole = xbm.OpenConsole(xbm.DefaultConsole); 

I wont build with them there
I described why in my first post. You need to define everything locally.
 
Top Bottom
Login
Register