Skip to content

Clap for Delphi #208

Answered by Bremmers
RuudErmers asked this question in Q&A
Nov 12, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You can rename your clap_entry variable to plugin_entry, and then do this:

var
plugin_entry: Tclap_plugin_entry;

exports plugin_entry name clap_entry;

begin
plugin_entry.clap_version := CLAP_VERSION;
plugin_entry.init := entry_init;
plugin_entry.deinit := entry_deinit;
plugin_entry.get_factory := entry_get_factory;
end.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@RuudErmers
Comment options

@RuudErmers
Comment options

Answer selected by RuudErmers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants