Hi, I know this is really niche but hopefully at least one of you will know what I am missing.
I started writing my own add-in in C++. I have successfully transfered it onto there once, but then made few changes in the code, and now I can't transfer it properly anymore, even when copying all the code into new differently named project.
What happens is, that the add-in is transfered "successfully", but when open, only blank screen is shown. I'm pretty sure my code and the .cpa file are correct, though, because the .exe file that Devcpp generated is working exactly as expected.
Do you have any clues what I might need to do to transfer it successfully? Thanks in advance