C++

From J2Play

Jump to: navigation, search


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

Check box The source code to your C++ game (MFC or Win32)
Check box The game must run in a window at a resolution of 800x600
Check box Microsoft Visual Studio 2003 or 2005 (Download Visual C++ 2005 Express Edition)
Check box Select your monetization method
Check box Sign up for the social sites you wish to publish to

Setup

Check box Download the J2Play PC Toolkit
Check box Copy the J2Play toolkit resources into your project
Check box Sign up for a J2Play Game Management Account
Check box Perform any social site specific setup
Check box Modify j2play.ini to suit your application
Check box Link your application with j2playgdk_cpp.lib

Integration

Check box Include the J2Play API header file
Check box Initialize the J2Play community wrapper
Check box Implement pause and resume event handlers
Check box Implement leaderboards

Additional Features

Check box Show interstitial Advertisement
Check box Add Feeds
Check box Add Notifications
Check box Add Badges

Digital Rights Management (Optional)

Check box Plan content to license
Check box Add license check
Check box Add "Buy Now!" button
Check box Add secure sections (Optional)
Check box Add advanced DRM defences(Optional)

Publishing

Check box Create a .zip archive of your release build
Check box Contact Kasra Zokaei for further instructions

Other Documentation

Communicate with J2Play Community
How to switch game windows

Personal tools