Quote Originally Posted by TomCatChina View Post
1, I can't find the VBA6.pdb symbol file, can you provide it to me?
There are no public symbols for vba6. I used vba5 symbols and manual analysis to match with vba6.

Quote Originally Posted by TomCatChina View Post
2, We would like to enhance VB6 like vbcdeclfix instead of changing VB6.The ideal way would be to introduce a NoLastErr keyword in the declare statement, which controls whether each individual api generates SetLastError code. This ensures compatibility with the original VB compiler. If you add this feature to your vbcdeclfix plug-in is perfect!
I have no free time to do this now. Each function / method has the attributes we can use it.

Quote Originally Posted by TomCatChina View Post
3, What is the principle of this patch , when compiled to Pcode and Native Code exe is still valid?
I didn't check but i think the patch should work both native and p-code form.