Actually I just added the stub to advapi32, because the program will
crash when it tries to call an umimplemented function. The main
problem is that the program is expecting some result from
SystemFunction036 (Filip thinks it might be a random generator thing),
but it's next to impossible (or so i
Hi,
On Mon, Sep 27, 2004 at 05:38:10PM -0400, James Hawkins wrote:
> It turns out that SystemFunction036 is actually required to do
> something for MyPhotoCalendars.exe to install correctly because the
> installer exits with a program-level exception (ie not wine) What I
> would like to do is run
> Is the target (the thing calling SystemFunction036) available to download
> anywhere?
Yea. here's the link:
http://www.download.com/redir?pid=10287361&merid=107235&mfgid=107235&lop=link&edId=3&siteId=4&oId=3002-2124-10287361&ontId=2124&destUrl=ftp%3A%2F%2Fftp.download.com%2Fpub%2Fppd%2F10288616-
> Is this program linking to SystemFunction036 statically or dynamically?
I'm not really sure. Is there another way to tell besides doing a trace+all?
> If it is linking dynamically (i.e. with GetProcAddresa), one option to try
> is to completly remove SystemFunction036 so it is not exported fro
It turns out that SystemFunction036 is actually required to do
something for MyPhotoCalendars.exe to install correctly because the
installer exits with a program-level exception (ie not wine) What I
would like to do is run MyPhot...exe with winedbg and then set a
breakpoint for SystemFunction036 s