http://bugs.winehq.org/show_bug.cgi?id=8353
EA Durbin <ead1234(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #9 from EA Durbin <ead1234(a)hotmail.com> 2008-03-03 23:58:19 ---
works in wine-0.9.56
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8232
--- Comment #14 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-03 21:52:38 ---
Here's the prototype for that function to start with:
STDAPI Direct3DRMCreate (LPDIRECT3DRM FAR *lplpDirect3DRM)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3620
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Dan Kegel <dank(a)kegel.com> 2008-03-03 21:09:54 ---
The self-extractor now properly waits for the inner app to finish.
(It's kind of a crappy updater, so it's not very
useful for grabbing a copy of mfc42, but that's a different story.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3620
--- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-03-03 20:44:27 ---
Please retest this bug, 16-bit exe winoldap.mod is now part of Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8232
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |infyquest(a)gmail.com
--- Comment #13 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-03 20:18:42 ---
I just found out Vijay Kiran Kamuju is another D3DRM author. Adding him to CC.
Let's hope he can fix this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8232
--- Comment #12 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-03 19:50:40 ---
(In reply to comment #11)
> The problem isn't that it is difficult to implement D3DRM, just a lot of
> effort. You can see the missing Create function as a failure like this: "Can't
> enter the car because there is no door". Now when you try to build a door,
> you'll see that there's no chassis to attach it to. Once you have the chassis
> you need engines, seats, etc.
I did recognize that. However, I don't see there any reason why one couldn't
create just the "chassis" first for adding more stuff piece by piece later.
That initial "chassis" would be this file missing here, Direct3DCreate. It
should only be designed general enough to enable adding _any_ desired new
"parts" (object types) to a list later. For some known missing "parts" there
could already be left a "hole" (stub for new type) in the beginning, but in
general enough a design that's not even necessary, because then more new
accepted types can always be added to the list later (or 'stubs' for new types
until every existing D3DRM function gets modified to accept also the new type).
I don't see any reason why Direct3DCreate couldn't be created even when there
are missing parts. Most obviously there will also be D3DRM functions missing
and added later, just like now the rest of Wine is missing and being added with
new functions. But as all D3DRM functions need to be able to handle any D3DRM
object, it will just be necessary to ensure each new function will accept
objects of any possible D3DRM type defined in Direct3DCreate as well. And
whenever there will be a new type for the objects added in Direct3DRMCreate,
then _every_ D3DRM function needs to be checked to be able to handle it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9036
--- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-03-03 19:07:40 ---
Still a problem with current wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5394
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-03-03 18:54:01 ---
Glad it works. Marking as fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5394
--- Comment #4 from Tom Anderson <thetechnojedi(a)gmail.com> 2008-03-03 18:52:29 ---
It is apparently fixed by now, for me.
Thank you!
Tom
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7951
--- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-03-03 18:50:54 ---
Still a problem with Wine 0.9.56?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.