Anyway, thanks for your help!
Place the following code at the beginning of the code.
When executed in QM: no warnings or error messages, it runs fine.
When executed in EXE, "NO" will be displayed in the output bar of QM, which seems to bring success closer.
#opt err 1
if(RegisterComComponent("$qm$\GdPicture.NET.14.tlb" 2|4)!=1) out "NO"; retÂ
#opt err 0
Place the following code at the beginning of the code.
When executed in QM: no warnings or error messages, it runs fine.
When executed in EXE, "NO" will be displayed in the output bar of QM, which seems to bring success closer.
#opt err 1
if(RegisterComComponent("$qm$\GdPicture.NET.14.tlb" 2|4)!=1) out "NO"; retÂ
#opt err 0