lists.mrkidd@attbi.com wrote:
Does the file /home/dank/c/ms-setup.t/RBHEAP.DLL exist? In the first trace, it looks like it gets created ok when the installer extracts it, but then when Wine tries to load WBRUN20, and therefore RBHEAP.DLL, it fails to find the file.
The first trace is running on XP on some other machine; it does create ms-setup.t/RBHEAP.DLL properly. The second trace is running on Wine; it does not create that file at all, from what I can see. - Dan
looks like we should write tests for cabinet dll... did you try to run it with the native version ?
Does the file /home/dank/c/ms-setup.t/RBHEAP.DLL exist? In the
first trace, it
looks like it gets created ok when the installer extracts it, but
then when Wine
tries to load WBRUN20, and therefore RBHEAP.DLL, it fails to find
the file.
The first trace is running on XP on some other machine; it does create ms-setup.t/RBHEAP.DLL properly. The second trace is running on Wine; it does not create that file at all, from what I can see.
- Dan
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus, in "Matrix".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Monday 20 January 2003 09:34 pm, Sylvain Petreolle wrote:
looks like we should write tests for cabinet dll... did you try to run it with the native version ?
yes, do. tests will be forthcoming, btw.
Greg Turner wrote:
On Monday 20 January 2003 09:34 pm, Sylvain Petreolle wrote:
looks like we should write tests for cabinet dll... did you try to run it with the native version ?
yes, do. tests will be forthcoming, btw.
Sure enough, native cabinet works! Thanks.
Good luck on getting good test coverage. Once you think you've got a good test, and our cabinet passes the new tests, I'd be happy to retest on this real app.
- Dan