realbasic-plugins
[Top] [All Lists]

Re: REALRegisterModule problem

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: REALRegisterModule problem
From: Bob Delaney <delaneyrm at earthlink dot net>
Date: Tue, 20 May 2008 07:51:52 -0500
Authentication-results: mx.google.com; spf=pass (google.com: domain of realbasic-plugins-bounces at lists dot realsoftware dot com designates 66.116.103.65 as permitted sender) smtp dot mail=realbasic-plugins-bounces at lists dot realsoftware dot com
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <1ih8q5k dot 1q0hn1iaqyd2gM%realbasiclists at monkeybreadsoftware dot de>
On May 20, 2008, at 6:15 AM, Christian Schmitz wrote:

> Your method declaration has a class which does not exist: REALarray

Thanks! REALarray exists in C, not in REALbasic. I changed that line to:

{ (REALproc)modifyArray, REALnoImplementation, "modifyArray(arr() As  
Double)" },

  and I found another mistake where I used val(arr(i)) instead of  
str(arr(i)). Now everything works fine.

Bob

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

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


<Prev in Thread] Current Thread [Next in Thread>