|
-
May 6th, 2024, 12:52 AM
#11
Re: VB declare function does not generate getlasterror code? (Hi,the Trick!)
 Originally Posted by TomCatChina
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.
 Originally Posted by TomCatChina
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.
 Originally Posted by TomCatChina
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|