Aloha All,

Still plugging away, trying to move my BlueDragon Free 7.x application
to OpenBD/Jetty.

Still fighting through a few things...

CFX Tags - cfx_openimage.dll.

Here is my code from the bluedragon.xml file:

  <nativecustomtags>
    <mapping name="cfx_openimage">
      <function>ProcessTagRequest</function>
      <keeploaded>true</keeploaded>
      <name>cfx_openimage</name>
      <displayname>cfx_openimage</displayname>
      <module>D:\jetty-6.1.12-OpenBD\webroot_cfmlapps/
cfx_openimage.dll</module>
      <description>A simple C++ CFX tag example</description>
    </mapping>
  </nativecustomtags>

This results in a "UnsatisfiedLinkError invoking CFXNativeLib method"
error.  Any thoughts?

Seems like openBD is much stricter on case sensitivity - most images
have to be case accurate, and linked files css and js.

I sort of feel like I am trying this out too soon, as there is limited
documentation (as expected).  However, I like the idea of being able
to package my application with the CF server and web server in one
deployable package.

All help is certainly appreciated.

Rob



--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to