News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to add a cbp project to a workspace?

Started by ollydbg, October 23, 2009, 12:47:53 PM

Previous topic - Next topic

ollydbg

I just copy a plugin's source folder to cb_svn\src\plugins\contrib\My_plugin

And I want to add this plugin project to the ContribPlugins.workspace, so I open the ContribPlugins.workspace, but I can't find any menu item to support insert a project to the workspace.

The only way I fond is : drag the My_plugin.cbp file to the management panel.

My question: is there any other way to do this? Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Jenna

Just open the project.
If you close the workspace C::B asks you whether to save the changed workspace or not, answer yes and it's done.
Or save the workspace explicitely.

ollydbg

Quote from: jens on October 23, 2009, 12:51:54 PM
Just open the project.
If you close the workspace C::B asks you whether to save the changed workspace or not, answer yes and it's done.
Or save the workspace explicitely.

Thanks for your help!!!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.