Subject | Re: [firebird-support] Re: 'module name or entrypoint could not be found' - but dll exports this function! |
---|---|
Author | Helen Borrie |
Post date | 2008-03-03T10:15:51Z |
At 09:02 PM 3/03/2008, you wrote:
2. Is your library located in the same place as the configuration says it should be?
3. Has the server been stopped and restarted since the new library was uploaded and/or configured?
./heLen
>That's the point - I have not changed any declarations nor on server1. How is UDFAccess configured in firebird.conf?
>nor in the code of dll. I simply recompiled dll. But anyway - here is
>the example of one declaration:
>'/* External Function declarations */
>
>DECLARE EXTERNAL FUNCTION DEFAULTCURRENCY
>INTEGER
>RETURNS CSTRING(3) CHARACTER SET NONE FREE_IT
>ENTRY_POINT 'cDefaultCurrency' MODULE_NAME 'util_udfs';'
>
>This is our own library, not open source or so. It is confusing - one
>tool can see the exported functions (so - I guess - if I would write
>some test application, then could access functions as well), but
>Firebird server cann't see.
2. Is your library located in the same place as the configuration says it should be?
3. Has the server been stopped and restarted since the new library was uploaded and/or configured?
./heLen