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 / Dll creation

Author
Message
aluseus GOD
17
Years of Service
User Offline
Joined: 19th Mar 2007
Location: I\'m here. Now I\'m there. I keep moving
Posted: 10th May 2007 00:26
HOw do you create a dll and ini for a plugin?

I will Learn to rule 2d. Someday...
Milkman
18
Years of Service
User Offline
Joined: 30th Nov 2005
Location: United States
Posted: 10th May 2007 01:01 Edited at: 10th May 2007 01:10
This is how you can easily make a basic dll. Once you get this working, you can expand upon it.

1) Get devcpp.

2) File -> New Project -> Dynamic Link Library

3) Delete all the code that it starts you with.

4) Type this in the main source file:


5) Add a source file named 'stringtable.rc' and put this in it:


6) Save and compile the project.

7) Copy the output dll to your "dbproot\compiler\plugins-user" directory

8) Open up dbp and compile this:


9) Done.

This is as simple as I can put it.

P.S: For more information after you get this working, look at the 'technical documents' in the dbp help.

Who needs a signature?

Login to post a reply

Server time is: 2024-05-06 09:54:45
Your offset time is: 2024-05-06 09:54:45