You are viewing our Forum Archives. To view or take place in current topics click here.
Coding Help c# xrpc tool
Posted:
Coding Help c# xrpc toolPosted:
Status: Offline
Joined: Jan 30, 201410Year Member
Posts: 235
Reputation Power: 9
Status: Offline
Joined: Jan 30, 201410Year Member
Posts: 235
Reputation Power: 9
#2. Posted:
Status: Offline
Joined: Oct 01, 201113Year Member
Posts: 2,845
Reputation Power: 19778
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
Status: Offline
Joined: Oct 01, 201113Year Member
Posts: 2,845
Reputation Power: 19778
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
You didn't reference XRPCTut, you are trying to access a file that the computer can't find. Make sure you add a reference to that file.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Feb 21, 201410Year Member
Posts: 252
Reputation Power: 9
Status: Offline
Joined: Feb 21, 201410Year Member
Posts: 252
Reputation Power: 9
XRPC should be
The error you're getting means that "XRPCTut" is undefined.
using XRPCLib;
The error you're getting means that "XRPCTut" is undefined.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.