Hi! I am creating a Plugin-User Dll for DbPro. I started off with a basic simple command like
#include "stdafx.h"
#include
#include
#define MYCOMMAND __declspec ( dllexport )
MYCOMMAND void Alert(LPSTR JString,LPSTR TITLE, int BUTTON)
{
MessageBox(NULL,JString,TITLE,BUTTON);
}
And for my string table, I said
ALERT%S%S%L%?Alert@@YAXPAD@Z
Because I want the coder to imput two string titles and one integer for what button to use.
However, this code compiles fine but when I put my dll in the User-Plugins folder and say
Alert "Hello World!","Nice Title huh?",1
I get a Dbpro Compile error saying that it can't understand my command. Can anyone help me?
Thanks in advance!
GOD Bless you Always my Friends!!!!!
I love GOD and Asian Girls! I am gonna marry and Asian girl one day!