Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DLL Talk / help!!!

Author
Message
re faze
19
Years of Service
User Offline
Joined: 24th Sep 2004
Location: The shores of hell.
Posted: 19th Mar 2005 06:22
I made a dll in borland c++ with string table and all, but when i try to use it from dbp, it says error "function" not found in 0:dbprocore.dll
Rob K
Retired Moderator
21
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 19th Mar 2005 06:28
Please put a useful title on your threads in future.

We need more information before we can help you. If you could attach the DLL file and the contents of the string table that would be useful.


BlueGUI Windows Plugin
re faze
19
Years of Service
User Offline
Joined: 24th Sep 2004
Location: The shores of hell.
Posted: 19th Mar 2005 07:00
heer u go

Attachments

Login to view attachments
Xception
19
Years of Service
User Offline
Joined: 14th Mar 2005
Location:
Posted: 19th Mar 2005 18:24
The function names in the dll are not the same as in your string table, the function names in the dll are decorated.
Either use
#define EXPORT extern "C" __declspec ( dllexport )
to have the same function names in your dll as in your sourcecode or replace the names in the string table with the decorated ones.
re faze
19
Years of Service
User Offline
Joined: 24th Sep 2004
Location: The shores of hell.
Posted: 20th Mar 2005 07:50
problem solved!
i removed the function mangling and just put the function name, and it worked. so now my string table looks like this

Login to post a reply

Server time is: 2024-04-26 11:22:00
Your offset time is: 2024-04-26 11:22:00