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

1 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

2 Setup

Check box Download the J2Play PC Toolkit
Check box Copy the J2Play toolkit resources into your project
Check box Add PC Game to J2Play Management Console
Check box Modify j2play.ini to suit your application
Check box Link your application with j2playgdk_cpp.lib

3 Integration

3.1 Basic

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 Close the J2Play community wrapper
Check box Terminate the J2Play GDK Library

3.2 Features

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

3.3 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)

4 Publishing

Check box Create a .zip archive of your release build
Check box Contact J2Play Developer Support for further instructions

Other Documentation

Communicate with J2Play Community
How to switch game windows

Personal tools