Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This sample plugin was developed using Visual Basic 2005. You need to do the following steps to enable this plugin in SAP2000:

Expand

FAQ

How do I compile the plugin?

Draft Answer

The plugin is already compiled as the following DLL library:

Code Block
Wiki Markup
{on-this-page}

h1. Overview

This sample plugin was developed using Visual Basic 2005. You need to do the following steps to enable this plugin in SAP2000:

* [register the plugin|Plugin#Registering_Plugins]
* add the plugin to SAP2000


h1. FAQ

h2. How do I compile the plugin?

{{Draft Answer}}

The plugin is already compiled as the following DLL library:

{code}
obj/Release/Sap2000Plugin_CSI_Sample1.dll

Once I compile the plugin, do you need to register it with the operating system? If so, how do I do that?

See registering plugins

How do I resolve the following error when registering the plugin using regsvr32?

Image Removed

Register the plugin using regasm instead of regsvr32. Run:

Code Block
{code}


h2. Once I compile the plugin, do you need to register it with the operating system? If so, how do I do that?

_[See registering plugins|Plugin#Register]_


h2. How do I resolve the following error when registering the plugin using regsvr32?

!Register_plugin_error.png!

Register the plugin using regasm instead of regsvr32. Run:

{code}
c:\windows\Microsoft.NET\Framework\v2.0.50727\regasm /codebase /tlb /verbose  Sap2000Plugin_CSI_Sample1.dll

Registering the plugin using regasm gives warning RA0000. Should I worry about this warning?

Image Removed

The warning message can be ignored and the plugin will still work.

Attachments

  • File | filename = Sap2000Plugin CSI Sample1.zip | title = SAP2000 Plugin CSI Sample1 (ZIP File, 0.5 MB)

...


{code}


h2. Registering the plugin using regasm gives warning RA0000. Should I worry about this warning?

!Register_plugin_regasm_screen.png!

The warning message can be ignored and the plugin will still work.

h1. Attachments

{attachments}