Vitaliy Margolen wrote:
app1.exe: GetProcAddress(mKernel32, "LoadLibraryA") returns 0x404FCBCC
app2.exe: GetProcAddress(mKernel32, "LoadLibraryA") returns 0x404FFBCC
Is there are any reason why this is happening? Any ways to fix this?
Under Windows 98, you will always get the same address
Found an interesting inconsistency with GetProcAddress between wine and native.
On windows GetProcAddress of that's say "LoadLibraryA" exported from kernel32
always returns the same address, no matter which process it's called from.
On wine it's different. That's say there are two programs app1.ex
Oliver Mössinger wrote:
We changed our program to avoid the needless polling (only two PeekMessage are
needet then). We add also the PM_NOYIELD. This gives back the reaction of the
program if some other process consumes process time. But the speed is more
reduced than windows.
So we actually go
Am Freitag, den 05.08.2005, 16:07 +0200 schrieb Andreas Mohr:
> > My problem is now that because wine is running on the server we had to
> > configure the 350 IP based printers also at the server side.
> > Can we filter out the printer for location X if there is a connection from
> > location X?
Jacek Caban wrote:
Hello.
Stefan Leichter wrote:
Am Freitag, 5. August 2005 09:05 schrieben Sie:
Hello Mike,
after removing the link /usr/include/libxml
my config.log has
ac_cv_lib_xml2_xmlReadIO=no
the patch fixes the problem with the missing header but compiling
fails still with:
Hello.
Stefan Leichter wrote:
Am Freitag, 5. August 2005 09:05 schrieben Sie:
Hello Mike,
after removing the link /usr/include/libxml
my config.log has
ac_cv_lib_xml2_xmlReadIO=no
the patch fixes the problem with the missing header but compiling fails still
with:
Attached patch i
Am Freitag, 5. August 2005 09:05 schrieben Sie:
> current cvs does not compile for me. Im on SuSE 9.0
> >>
> >>In Gentoo you need to create link:
> >>/usr/include/libxml -> /usr/include/libxml2/libxml
>
> Please try the attached fix, and let me know if it works...
>
> Also check your config.log