Mainsoft has access to Microsoft source code. The product can do what it
claims to do but I thought it is VERY expensive.
Roderick
Op zaterdag 23 augustus 2003 15:44, schreef Martin Fuchs:
> Hello,
>
> I wanted to ask this since a while: Does anyone know this product "Mainsoft
> Visual MainWin"
ng parts of the current Wine is more complicated. I'm not the right
person to talk about that. Likely a vote for it would be needed since I think
all people who worked on the headers need to approve it.
Roderick Colenbrander
Op donderdag 31 juli 2003 16:24, schreef Anthony Tuininga:
>
You need to check where the wine headers are installed (if installed at all).
Then there should be an option for the configure script to set the wine
include directory and so on ... Check for the exact option using: configure
--help.
Roderick
On Wednesday 16 July 2003 19:37, dd jj wrote:
> Hel
If someone wants to implement the calls, likely the ReactOS guys are willing
to help. If I'm right they are able to load some real Windows drivers
nowadays.
On Monday 14 July 2003 14:57, Mike Hearn wrote:
> > Perhaps a better way is nowadays to find a way
> > to load the Windows .sys/.vxd drive
Hi,
Not that I don't know a lot about copy protections but what I know might help
you a little. There are various different copy protections. The most popular
I think is Safedisc followed by SecureRom. Atleast Safedisc uses some
.vxd/.sys driver to do some stuff. Not exactly sure what it is doi
dll:
>
> Can I use visual studio in windows to generate a windows dll to implement
> all the functionalities I need, then transfer it directly to linux using
> under WINE?
>
> Maybe it can't work for IPC stuffs discussed before, right?
>
> Many thanks
>
> -Lech
Hi,
As I understand it you have a Windows app that needs to have access to some X
stuff. To access that you somehow need to extend your app with some X
functionality. There are several ways to do that. An easy way is to put this
X functionality in a winelib dll. This dll can then be used by you
Make sure you use the "x11drv" in your wine config file. The ttydrv is a
driver which can be used for console apps (so apps without a gui), so X is
not needed. It can't render any graphical apps
On Tuesday 17 June 2003 15:34, Kye Lewis wrote:
> Heyas,
>
> Firstly, (for those of you who real
Hi,
Two of the titles on the list are reported to work now (atleast by Raphael and
the other d3d8 guys). It are GTA3 and MaxPayne. The installers can be tricky
to get working sometimes...
Regards,
Roderick
On Saturday 07 June 2003 15:29, Lozano, Carlos A. wrote:
> Hello,
>
> It is a little gam
gt;
> I think you wanted to fix a crash who happened in some
> IDirect3D*TextureImpl_AddDirty* call no ?
>
> if yes, can you try this patch instead ?
>
> > Regards,
> > Roderick Colenbrander
>
> Thanks,
> Raphael
> -BEGIN PGP SIGNATURE-
> Version: Gn
d exception, starting debugger...
err:seh:EXC_DefaultHandling Unhandled exception code c005 flags 0 addr
0x4029486b
Thanks,
Roderick Colenbrander
Wait a second. It seems I didn't read the MSDN info well enough. It seems
directory copies across multiple volumes aren't allowed, but file copies are.
(my fault).
Will submit a bugfix soon.
On Tuesday 25 February 2003 14:32, Roderick Colenbrander wrote:
> Hi,
>
> Today
oveFileW to not check if the volumes are different it worked
fine on Wine too.
What shall we do? Shall we implement the same bugs Windows is doing or shall e
listen to the docs at MSDN? (I'm sure some tests need to be made)
Roderick Colenbrander
Installing IS6 installers is not very hard on Wine. You don't need any windows
dlls. You need to have the winedefault.reg file installed and after that you
need stdole32.tlb from windows. For the rest no native files are needed.
Roderick
On Friday 07 February 2003 18:55, Dan Kegel wrote:
> Greg
What's the use of win32 port of the GPL version of QT for wine? We don't want
wine to depend on Qt, if we wanted this we could just use the normal Unix
version of Qt.
The khtml-win32 project is much more usefull for wine. That project is
actually porting the qt wrapper Apple made for use in Saf
Why do I allways forget attachments or urls? :(
Here it is:
http://developer.apple.com/darwin/projects/webcore/
(Not sure if it is still relevant for the rest of the thread.)
On Friday 10 January 2003 21:58, Dimitrie O. Paun wrote:
> On January 10, 2003 05:15 pm, Roderick Colenbrander wr
hope this helps,
Roderick Colenbrander
On Friday 10 January 2003 21:57, Roderick Colenbrander wrote:
> Why don't look at the stuff Apple made for their khtml wrapper? They made
> two components to interact with khtml. One javascript wrapper
> (JavascriptCore) and another component c
Why don't look at the stuff Apple made for their khtml wrapper? They made two
components to interact with khtml. One javascript wrapper (JavascriptCore)
and another component containing some sort of QT wrapper called WebCore. The
license of WebCore looks LGPL compatible (not 100% sure), so perha
y run on Linux (or
any other OS supported by mono and WineLib).
I wouldn't run MS .NET framework on Wine. Really look at www.go-mono.net for
the mono project. Use Eclipse or some other tool as the IDE.
Good Luck,
Roderick Colenbrander
On Saturday 04 January 2003 19:00, Sylvain Petre
After some more testing I found the problem. I only don't know how to fix it
since I don't have any OpenGL experience yet. It seems that d3d8 only works
in 24bit colours and that 16bit is unsupported at the moment.
On Wednesday 04 December 2002 18:42, Roderick Colenbrander wrote:
>
. I reversed his patches but it still had problems.
(perhaps I made some misstakes somewhere ..)
Perhaps the problem is related to the OpenGL drivers. I'm using Nvidia's
OpenGL drivers (1.0-3123).
I hope this helps a bit,
Roderick Colenbrander
pp by changing the
CLSID. Likely this control can be somehow recompiled using winelib and native
mozilla.
Check this page:
http://www.iol.ie/~locka/mozilla/mozilla.htm
Roderick Colenbrander
On Tuesday 03 December 2002 11:46, Ender wrote:
> Hi all,
> I'm just posting a quick upda
This does the trick:
wine winpm-32 -- -Z 128
next time read the docs first instead of the source .. ;)
Roderick
On Monday 18 November 2002 18:06, Rick Romero wrote:
> I was playing with Pegasus Mail (silver list) to see what I could get
> working. It looks like it doesn't detect winsock.dll usi
The wine project doesn't have to do anything to support .NET. The mono project
is doing what wine has to do :)
They are even implementing Windows.Forms (the new gui toolkit for .NET) using
winelib and other things. Mono will be able to use all winelib dlls (and
native windows dlls using wine too
lated to missing functionality in
wine builtin dlls, problems with registering activex controls, registry
problems and more.
I hope these simple apps already help a lot. Most VB problems are very similar
to these. If more and better tests are needed, just ask.
Roderick Colenbrander
25 matches
Mail list logo