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
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
Setup
Download the J2Play PC Toolkit
Copy the J2Play toolkit resources into your project
Sign up for a J2Play Game Management Account
Perform any social site specific setup
Modify j2play.ini to suit your application
Link your application with j2playgdk_cpp.lib
Integration
Include the J2Play API header file
Initialize the J2Play community wrapper
Implement pause and resume event handlers
Implement leaderboards
Additional Features
Show interstitial Advertisement
Add Feeds
Add Notifications
Add Badges
Digital Rights Management (Optional)
Plan content to license
Add license check
Add "Buy Now!" button
Add secure sections (Optional)
Add advanced DRM defences(Optional)
Publishing
Create a .zip archive of your release build
Contact Kasra Zokaei for further instructions
Other Documentation
Communicate with J2Play Community
How to switch game windows
