Help!! - this is not a good way to end the year..

On 20/12/07 14:31, "Daniel Stenning" <[EMAIL PROTECTED]> wrote:


I am getting a "filesystem error 101, for "Frameworks" when I attemt to do a
build on a test RB app that uses a plugin that has classes with shared
methods. Whenever I build rb code that calls the shared method I get the
above error. Soon as i comment out the RB line accessing the plugin class
shared method the RB app builds fine.

Are there any issues to watch out for ? Both the plugin shared methods have
an argument passed which is a reference to another plugin class.


//**********   Marks  Shared Methods Structure Definition
***************************
REALmethodDefinition  RB_Marks_RBSharedMethods[] = {
  {(REALproc) RB_Marks_CreateInstance, REALnoImplementation,
"CreateInstance(ByRef pMarks As Marks ) As Integer" ,REALconsoleSafe },
  {(REALproc) RB_Marks_DestroyInstance, REALnoImplementation,
"DestroyInstance(pMarks As Marks ) As Integer",REALconsoleSafe },
};




Cheers,
Dan







_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to