Hello the Trick,

When we display call stack using dbghelp.dll using stackwalk api we get

__vbaS calls ThunRTMain calls EbLoadRunTime calls main calls ...

for a simple vb6 standard exe project with a simple sub main with genarate debugging information enabled.

This confirms that EbLoadRunTime loads runtime.

Can you help me what are the parameters to be passed to EbLoadRunTime to make it to work even in new thread for the same vb6 std exe.

Thanks