[RESOLVED] Convert Xliveless sample from C++ to C#
Hi,
Is it possible to convert the attached C++ code sample to C# code and if so how? The reason I am asking is because I had an idea for some code I recently made to be able to convert live saves for gta to liveless save games so I don't have to start the whole game again in the middle of a current game.
I have requested this thread moved to the C# section because I would have better luck converting the across languages rather than down a level.
Edit:
By the above I meant it would be easier converting the code to another modern language that uses possibly the same framework rather than trying to convert to an older language such as Visual Basic 6.0 which, uses a different framework.
Thanks,
Nightwalker
Last edited by Nightwalker83; May 27th, 2011 at 04:58 AM.
Reason: Changed title!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
//C++ TO C# CONVERTER TODO TASK: Extern blocks are not supported in C#.
extern "C"
{
Unfortunately, xlive.cpp is too big at 845 lines to convert with the demo version.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
Here is the conversion of xlive.cpp I converted using the above method.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672