Hi,

I'm really not sure, but I guess it would depend on the Platform. I'm pretty sure it won't work under MacOS X, but under Windows it may well work since I think the DLL format is compatible.

All the Best
Dave

On 27 Feb 2007, at 15:52, Joe Lewis Wilkins wrote:

Dave, while we're at it, and I know this has been asked and answered a kajillion times: is there any chance that HC XCMDs and XFCNs will work with Rev? They were created with CompileIt mucho years ago!

Joe Wilkins

On Feb 27, 2007, at 5:45 AM, Dave wrote:

Hi.

Something like this should do it:


on preOpenStack
  local myExternalFilePathName

  set the externals of this stack to empty

  put <the_full_path_external> into myExternalFilePathName

--
-- Have to test for a folder here since on MacOS X the external is a bundle which looks like a folder to RunRev
--
  if there is a folder myExternalFilePathName then
    put myExternalFilePathName & cr into myExternalFilePathName
    set the externals of this stack to myExternalFilePathName
  else
    beep
    answer "External File Not Found: " & cr & myExternalFilePathName
  end if
end preOpenStack


Hope this Helps
All the Best
Dave


On 27 Feb 2007, at 12:53, Tim MacKenzie wrote:


How do you install and use XFCNs and XCMDs in Rev?

- Tim MacKenzie

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to