Saint Louis Style Black Beans

—- it is difficult finding smoked beef anywhere but St Louis! —

It's called St. Louis style because it is made with ingredients I can get in St. Louis.  

To be continued.  For now the essential ingredients are as follows:

Both of the following are from Global Market ( map )

  • Dimijena brand Govedja Slanina – Smoked Beef Bacon
  • Belmont Polish Sausage ( swyzajna ) 

Program Extension PlugIns DLL SO and Drivers

 Example #1: ( In Visual Basic )

External Links

Operation

  • A set of .dll files are dropped into a plugin folder 
  • The program reads the list of dll files in the plugin folder and creates an object of corresponding name
  • Each dll plugin has a set of predictable functions that can be called using  ObjectName.FunctionName

Comment:  This is how the Wordpress PlugIn system works:  You load the extension folder into the plugin directory

Advantages

  • Can use standard stable methods to add support for new controller models

Disadvantages

  • More difficult for "beginners"  ….  not as simple as a script.