Back in the .exe main, after calling the function, the #image number is 0 and i can not find out what happened in the dll code for i can not debug it the same time i run the main .exe
What is the best way to process? Copying the code into the main file and run it there? Can i debug a dll ?? logging ??
I am using createImage () inside the dll to get an #image number and hand it back to the main program. There it is 0.
Wanted to edit some image content, maybe i try editing the original #image instead.

