Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AfterExport hook #567

Open
PioPio2 opened this issue Dec 1, 2024 · 2 comments
Open

AfterExport hook #567

PioPio2 opened this issue Dec 1, 2024 · 2 comments
Labels
pending resolved Possibly resolved, needs testing or confirmation

Comments

@PioPio2
Copy link

PioPio2 commented Dec 1, 2024

Hello,

How can I activate and manage the AfterExport hook ? Is there any example ?

Many thanks
Alberto

@hecon5
Copy link
Contributor

hecon5 commented Dec 2, 2024

See the Wiki Options Export Info for the setting.

This will run a subroutine with the relevant name in the built project.

For example, the following code will run if I set RunBeforeExport to HelloWorld.

' In modFunc.bas

Public Sub HelloWorld()
    Msgbox "Hello! I'm about to run the export!"
End Sub

@hecon5
Copy link
Contributor

hecon5 commented Dec 19, 2024

@PioPio2 if this answers your question, can you close this issue? Thank you!

@joyfullservice joyfullservice added the pending resolved Possibly resolved, needs testing or confirmation label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending resolved Possibly resolved, needs testing or confirmation
Projects
None yet
Development

No branches or pull requests

3 participants