Displaying 20 results from an estimated 2000 matches similar to: "err:win:CreateWindowExA bad class name "RichEdit 20A""
2005 Nov 23
1
Richedit problem
Hi All,
I've tried to run my software using wine...
It looks like work,
connection into database.... work...
but there's something missing... these are the comment :
fixme:winspool:WINSPOOL_EnumPrinters We don't handle
PRINTER_ENUM_CONNECTIONS
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_HIDESELECTION: stub
2002 Aug 15
2
RichEdit and Dlls
Hello All,
I have an app that I wrote a few years ago with Delphi 5 and one of its components is a RichEdit. That's the only thing that does not work when running it with WIne. I've got the latest build for SuSE 8, version 20020804 and it does not work as well. I know Wine has richedit.dll as part of it but would I have to install MFCs dlls or anyother dll to enable it to run.
Thank you,
2008 Apr 21
2
Problem with simple mud client in Wine (richedit issue)
There is a simple mud that has it's own windows client that I would like to get running in Wine. I've followed all the installation instructions from various places, and I finally got the program up and running, however I have an issue.
The text areas of the game are not displaying correctly. In both of them, it is obvious that text is attempting to be displayed because you can
2002 Dec 27
1
Wine Problems
When i run make, in the wine directory, i have the followin errors:
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o
riched32.dll.dbg.o riched32.dll.dbg.c
ld -r charlist.o reader.o text-writer.o richedit.o riched32.dll.dbg.o -o
riched32.dll.tmp.o
strip --strip-unneeded riched32.dll.tmp.o
2006 Aug 03
1
Using RichEdit 2 or 3 control
WxRuby1 only defines the constant for RichEdit 1.0. From reading MSDN,
features of the 2.0 or 3.0 version of this control are superior. I found
the constant that enables use of the later version in the style parameter
of the constructor:
TE_RICH2 = 32768
I think RichEdit2 or 3 is automatically used depending on what is
available in the
Windows installation.
Hope this tip helps others.
Jamal
2002 Mar 13
1
SMLNJ Installation
Hello,
I'm trying to get a piece of windows software named HATS to run under Wine.
HATS is a very advanced program transformation system and it would be really
great to be able to use it under Linux.
I have managed to get the HATS installer to run just fine, but have been
unable to get the windows version of SML (which HATS requires) to install.
If anyone wants to try installing it
2006 Jul 12
3
Still trying to sort out an override problem
The program I am trying to run quits with the following error messages:
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc
2006 Sep 04
1
PTgui.exe runs fine on one Kubuntu 6.0.6 pc but not on another
Hi all,
I'm trying to run ptgui.exe on my kubuntu box. I'm already trying for
about 3-4 months. (Actually I also tried it about 1,5 years ago.) I'm
running wine version 0.9.20, but my problem already goes back to 0.9.10
or so.
When I couldn't get ptgui to run on my laptop, I installed the base X
packages and wine also on my server. My server (also) runs ubuntu 6.06
with all
2007 Jul 31
2
ownership
not sure if i misunderstood the documentation but my understanding is
the -a option preserves ownership and permissions on transfer.
i did a remote test and i see ownership changed
is that becuase user does not exist in the remote box
4.0K drwxr-xr-x 14 zoe zoe 4.0K 2007-07-15 08:08 zoe
but in the remote system they changed to
4.0K drwxr-x--- 8 boricua users 4.0K 2007-05-02 11:07
2006 Sep 22
3
Compiling a contingency table of counts by case
I have asked a similar question before but this time
the problem is somewhat more involved. I have the
following data:
case;name;x
1;Joe;1
1;Mike;1
1;Zoe;1
2;Joe;1
2;Mike;0
2;Zoe;1
2;John;1
3;Mike;1
3;Zoe;0
3;Karl;0
I would like to count the number of "case"
in which any two "name"
a. both have "x=1",
b. the first has "x=0" - the second has
2006 Jan 10
18
Ferret with IMAP dirs
I''d like to use ferret to build an imap indexer and search utility, but
want to check first to see if anyone else is working on this and offer
my help. Anyone?
Also, if you could provide any helpful pointers on indexing directories
via ferret, it''ll be very much appreciated. I''m a lucene nuby.
Thanks!
John
--
Posted via http://www.ruby-forum.com/.
2006 Aug 04
0
TE_RICH2 RichEdit control
One noteworthy aspect of using this style with a multi-line edit is that
the problem of incompatible line endings between the edit buffer and the
string it returns seems to go away. In other words, under Windows, one
can manipulate a string representation of the edit buffer without the
index positions being off because of a carriage return/line feed in one
case and only a line feed in another.
2010 Jun 30
2
[LLVMdev] vmkit build problems
Hi Zoe,
Unfortunately, I don't have access to a x64 machine anymore, so I can't test
that architecture on vmkit. Could you install a virtual machine on your
machine that is x86_32? I know it has been successfully built and ran on
x86_32 on different systems.
Cheers,
Nicolas
On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote:
> Hi again Nicolas,
>
>
2008 Sep 01
0
Followup: SOLVED Re: Font display problem with Text in UML-Notes of Enterprise Architect (wine-1.1.3 in Ubuntu Hardy)
Hi again,
I was able to solve my problem with installation of the both native RichText
Libraries. This URL pointed me to the solution:
http://ubuntu-virginia.ubuntuforums.org/showthread.php?p=4614684
--> sh winetricks riched20 riched30
==> installs and activates both RichText NATIVE Libraries
--> now I can install and use EA without problem
Important:
The emulated Windows flavour
2004 Mar 24
3
Unvisible fonts
Hi All,
I have problem with fonts. Some texts in programs running under wine aren't
displayed. Problem is mainly with texts that describe some input boxes.
There's a screenshot of Skype attached.
wine version: 20040213
system: Mandrake 9.2
Problem occured with:
Baldurs Gate 2
Skype
TeamSpeak2rc2
I've tried:
- coppying windows fonts to ~/.wine/c_drive/windows/Fonts
- changing
2010 Jun 30
1
[LLVMdev] vmkit build problems
Hi Nicolas,
No, I built llvm-gcc myself by checking it out via svn, using
these instructions:
http://llvm.org/docs/GCCFEBuildInstrs.html
thanks
-Z
> Hi Zoe
> (Please, try to reply to the same thread)
> I think you may have an old version of llvm-gcc. Did you compile
> llvm-gcc yourself? The provided llvm-gcc binary for llvm 2.7 is
> too old for vmkit.
>
> Nicolas
>
2013 Oct 08
3
remote sudo script
Hey guys,
I'm trying to write a simple bash script that will cp a configuration file
to a backup (with the date) remotely to a bunch of machines, using sudo
with ssh.
I notice that if I run the commands individually, they both work (albeit
with some strange output I'd like to suppress):
[tdunphy at MIAGRBISSH01V ~]$ ssh -q -t -t -t MIAGRBIORCA00V sudo -S 'cp -v
2007 Mar 19
1
PTgui.exe runs fine on one Kubuntu 6.0.6 pc but not on the other
Hi all,
I'm trying to run ptgui.exe on my kubuntu box. I'm already trying for
about 3-4 months. (Actually I also tried it about 1,5 years ago.) I'm
running wine version 0.9.20, but my problem already goes back to 0.9.13
or so.
When I couldn't get ptgui to run on my laptop, I installed the base X
packages and wine also on my server. My server (also) runs ubuntu 6.06
with all
2010 Jul 05
0
[LLVMdev] vmkit build problems
Hi Zoe,
maybe you've already solved your problem with VMKit configuration, but here
you can find a mini-tutorial
that I've done to guide people on VMKit installation.
http://www2.dcc.ufmg.br/laboratorios/llp/wiki/doku.php?id=afpf
Best regards,
Alysson
On Wed, Jun 30, 2010 at 1:34 PM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> Hi Zoe,
>
> Unfortunately, I
2010 Jun 30
0
[LLVMdev] vmkit build problems
Hi again Nicolas,
Can you please tell me the output of your llvm-gcc -v
and llvm-config -version?
Mine is below, perhaps its because I built llvm with enable-jit?
Do you have users of vmkit? ie has anyone other than
the llvm team been successful at building and running
vmkit?
I tried on a core2 machine (albeit also karmic) and have
the same problem.
Can you build a fresh machine (virtual