Page 2 of 2

Re: [Feature] - A Way to remove ununsed libraries

Posted: Wed Oct 28, 2015 9:04 pm
by c4s
c4s wrote:There is a buried "hack" by Danilo called Dead Procedure Remover. [...] Tomorrow I'll try to test if it still works with PB5.40...
Well, better late than never. ;)

Today I finally fiddled around a little with Danilo's code because it needed some changes to get it even started. Unfortunately I have bad news: It doesn't seem to work anymore. I figured it's because the tool is searching the "PureBasic.asm" source file for the strings "macro MP" and "}" (that apparently indicate procedure macros) which aren't available anymore.

Does anyone of you know how it could be adapted to work with PB 5.40? Maybe the ASM source needs to be created with comments so that the missing information can be read/processed correctly?

Re: [Feature] - A Way to remove ununsed libraries

Posted: Mon Nov 23, 2015 9:32 pm
by Mistrel
Fred wrote:BTW, if you really need to support Win2000, you can install these redistribuable for GDI+:

http://www.microsoft.com/en-us/download ... x?id=18909

But we don't support it anymore, so it can break anytime somewhere else.
When he mentioned Windows 2000 and GDI+, this is also what sprung to mind. Windows 2000 may be old but the GDI+ redistributable works as far back as Windows 98.