
Download: (beta 4) msdnLib2PB.zip (407KB)

Code: Select all
void (*fCallback)( DWORD dwUserData, HRESULT hr, LPCTSTR pszRating, LPVOID lpvRatingDetails)
Code: Select all
void
Usually .lib contain static .obj with the actual code. There is some special kind of .lib files,chi wrote:it seems that glaux.lib is some kind of a special lib. If you open it with 7-zip it differs from any other lib I tested (contains .obj instead of .dll). Since my importer is only looking for "__imp_"-sections right now, it obviously fails on most of the functions. Thanks for pointing that out... Need to rewrite some parts of the Lib-Parser!
Is it fully threaded search / downloading / scanning of pages?chi wrote:Regarding the speed improvements:
There isn't much left to improve ^^. The most time consuming part is searching for the right URL of the function, which, if not found in the first run, triggers up to 3 more search terms (macros, ...). So if the function doesn't exist at all on msdn, it can take ~ 4-5 seconds for nothing
What about remembering the window size+position and ListIconGadget column widths, in msdnLib2PB.ini?I would really like Multi-.Lib-Loading and the DPI issue changed.
Maybe command-line-arguments like msdnLib2PB.exe -in abc.lib -out abc.xml
Oh wow, thank you very much Danilo! Consider most (if not all) of your requests doneDanilo wrote:The PayPal button at top right is a little bit pale/colourless in my opinion... but I found and used it, anyway.
Thanks chi! Did you think about adding drag&drop to the window, so we can drop .lib (and .xml?) onto the window insteadchi wrote:Consider most (if not all) of your requests done. Beta 4 will be available in the next couple of days...