DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
427 stars 116 forks source link

Can't create a new plugin-sdk project in Code::Blocks #104

Closed chaitanyathengdi closed 3 years ago

chaitanyathengdi commented 3 years ago

I built the plugin project, set all the values as indicated in the wiki in the installer, and tried to create a new project.

But I can't actually create a new project; the page is blank. image If I click next, I can't: image

I'm only going to develop plugins for San Andreas.

At the moment, I have to rely on modifying existing examples given in the examples/ sub directory to make plugins.

Some info: OS: Windows 7 x64 SP1 IDE: Code::Blocks 20.03 gcc: 7.2.0(as per mingw-w64) DirectX SDK: DirectX 9 (June 2010)

user-grinch commented 3 years ago

Remove the 7th line from this file (CodeBlocks)\templates\wizard\pluginsdk\wizard.xrc <rows>2</rows>

chaitanyathengdi commented 3 years ago

@user-grinch Worked! Thanks.