C++
From J2Play
This page outlines the steps required to integrate an existing PC game with the J2Play social platform. Each checklist item refers to another page with more detailed instructions. For support at any stage of integration please contact our Developer Support.
Checklist
1 Requirements
The source code to your C++ game (MFC or Win32)
The game must run in a window at a resolution of 800x600
Microsoft Visual Studio 2003 or 2005 (Download Visual C++ 2005 Express Edition)
Select your monetization method
Sign up for the social sites you wish to publish to
2 Setup
Download the J2Play PC Toolkit
Copy the J2Play toolkit resources into your project
Add PC Game to J2Play Management Console
Modify j2play.ini to suit your application
Link your application with j2playgdk_cpp.lib
3 Integration
3.1 Basic
Include the J2Play API header file
Initialize the J2Play community wrapper
Implement pause and resume event handlers
Close the J2Play community wrapper
Terminate the J2Play GDK Library
3.2 Features
Add leaderboards
Show interstitial Advertisement
Add Feeds
Add Notifications
Add Badges
3.3 Digital Rights Management (Optional)
Plan content to license
Add license check
Add "Buy Now!" button
Add secure sections (Optional)
Add advanced DRM defences(Optional)
4 Publishing
Create a .zip archive of your release build
Contact J2Play Developer Support for further instructions
Other Documentation
Communicate with J2Play Community
How to switch game windows
