1. win32lib problem
- Posted by DB James <larches at c?mca?t.net> Jul 18, 2007
- 500 views
- Last edited Jul 19, 2007
Hi, In the course of some idle coding in Judith's IDE, I used the following line: s1=getRichText(RichEdit6,{0,0}) which caused a machine-level exception in this: global procedure free(machine_addr a) -- free the memory at address a machine_proc(M_FREE, a) end procedure I tried changing the line to: s1=getRichText(RichEdit6,-1) and my XP computer locked up after the error was printed to the screen, dying a horrible death (quite sad). To make the matter more confusing, I have since tried it on other text and it sometimes extracted the first character only of the text when it didn't error out. The ordinary getText() will not work on the RichEdit, so... Ideas? --Quark
2. win32lib problem
- Posted by Kat <gertie at PELL.NET> Dec 17, 2001
- 451 views
I just ran EX07.exw with win32lib v0.41a , and it runs fine. I tried it with v0.55.1 , and i cannot paste from the clipboard to the EditText box. What must i do to use v0.55.1 with this win32 demo? Kat
3. Re: win32lib problem
- Posted by Euman <euman at bellsouth.net> Dec 17, 2001
- 435 views
Doesnt work for me either.... Euman From: "Kat" <gertie at PELL.NET> > I just ran EX07.exw with win32lib v0.41a , and it runs fine. I tried it with > v0.55.1 , and i cannot paste from the clipboard to the EditText box. What > must i do to use v0.55.1 with this win32 demo? > > Kat