Skip to content

Example bare C++/CLI Rage Plugin Hook plugin, using Visual Studio Code.

Notifications You must be signed in to change notification settings

tcpie/cpp-cli_rph-plugin_vs-code-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

About

This is some example code to show how a plugin for Rage Plugin Hook, written in C++/CLI, can be built using Visual Studio Code.

It is necessary to compile using Visual Studio Code, instead of Visual Studio, as the latter crashes when a reference to the RagePluginHookSDK.dll is added to a C++/CLI project.

Requirements

Known issues

  • Need to write '#using "RagePluginHookSDK.dll"' in each compilation unit to have intellisense (bug resurfaced?).
  • VS Code does not show RPH documentation, even when RagePluginHookSDK.xml is placed in the project directory.

License

The code is placed in the public domain.

Rage plugin hook was developed by MulleDK19 and LMS.

About

Example bare C++/CLI Rage Plugin Hook plugin, using Visual Studio Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages