qscintilla-request at riverbankcomputing.com wrote:
> Send QScintilla mailing list submissions to
> qscintilla at riverbankcomputing.com
>> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
> or, via email, send a message with subject or body 'help' to
> qscintilla-request at riverbankcomputing.com
>> You can reach the person managing the list at
> qscintilla-owner at riverbankcomputing.com
>> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of QScintilla digest..."
>>> Today's Topics:
>> 1. RE: create external lexer (Joan Pablo Jimenez Milian)
> 2. Compiling New Release (Patrick Mabie)
> 3. Re: Compiling New Release (Phil Thompson)
>>> ----------------------------------------------------------------------
>> Message: 1
> Date: Thu, 28 Feb 2008 09:41:22 -0500
> From: "Joan Pablo Jimenez Milian" <jpjimenez at estudiantes.uci.cu>
> Subject: RE: [QScintilla] create external lexer
> To: "Phil Thompson" <phil at riverbankcomputing.com>,
> <qscintilla at riverbankcomputing.com>
> Message-ID: <2D55CFBA2384074EA35D74F2A71F445685718A at ucixs90.uci.cu>
> Content-Type: text/plain; charset="iso-8859-1"
>>> Thanks anyway Phil, I will keep traying.
>> -----Original Message-----
> From: qscintilla-bounces at riverbankcomputing.com on behalf of Phil Thompson
> Sent: Thu 28/02/2008 3:53
> To: qscintilla at riverbankcomputing.com
> Subject: Re: [QScintilla] create external lexer
>> On Thursday 28 February 2008, Joan Pablo Jimenez Milian wrote:
>>> Hi, I'm new about QScintilla. I'm working in a simple IDE (to Linux) to
>> learn more about Qt and QScintilla and for personal and my friends use.
>>>> I know how to write a new Lexer but I want to create an External Lexer and
>> load it as a Dynamic Library.
>>>> I need some help about this, these are my problems :
>>>> I have make the .so with the functions I need :
>>>> void EXT_LEXER_DECL Lex(unsigned int lexer, unsigned int startPos, int
>> length, int initStyle, char *words[], WindowID window, char *props); int
>> EXT_LEXER_DECL GetLexerCount();
>> void EXT_LEXER_DECL GetLexerName(unsigned int Index, char *name, int
>> buflength); void EXT_LEXER_DECL Fold(unsigned int lexer, unsigned int
>> startPos, int length, int initStyle, char *words[], WindowID window, char
>> *props);
>>>> 1-) But I don't know how to make a PropSet with props (I don't know what
>> are props). I just know that I need PropSet and WindowID to make a
>> WindowAccesor and use it as a Accesor style (or I'm wrong?).
>>>> 2-) How can I load MyLexer.so from my QtApp (what code I should write).
>>>> Please, any help. I will apreciate very much if somebody can explain me if
>> posible with some sample code.
>>>> You are best asking on the Scintilla mailing list as these questions aren't
> specific to QScintilla.
>> However, I'm not sure that Scintilla can currently be used with external
> lexers. Also QScintilla does not include WindowAccessor.
>> Phil
> _______________________________________________
> QScintilla mailing list
> QScintilla at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
>>>>> ------------------------------
>> Message: 2
> Date: Thu, 28 Feb 2008 11:57:25 -0500
> From: Patrick Mabie <pmabie at gmail.com>
> Subject: [QScintilla] Compiling New Release
> To: qscintilla at riverbankcomputing.com
> Message-ID: <47C6E7F5.1000209 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>> Hello!
>> Using
> Qt-Win-4.3.4 OpenSource
> Windows Vista Ult
> MSVC 9.0
>> <D:\QScintilla\Qt4>
> <>nmake
>> Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
> Copyright (C) Microsoft Corporation. All rights reserved.
>> "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"
> -f Makefile.Release
>> Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
> Copyright (C) Microsoft Corporation. All rights reserved.
>> link /LIBPATH:"d:\Qt-Win-4.3.4\lib" /NOLOGO /INCREMENTAL:NO /DLL
> /MANIFESTFILE:"release\qscintilla2.intermediate.manifest" /OUT:rele
> ase\qscintilla2.dll @C:\Users\PJM\AppData\Local\Temp\nmB70B.tmp
> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
> QsciScintillaBase::SendScintilla(unsigned int,unsigned long,char const *)con
> st " (?SendScintilla at QsciScintillaBase@@QBEJIKPBD at Z) already defined in
> qsciscintilla.obj
> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
> QsciScintillaBase::SendScintilla(unsigned int,char const *)const " (?SendSci
> ntilla at QsciScintillaBase@@QBEJIPBD at Z) already defined in qsciscintilla.obj
> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
> QsciScintillaBase::SendScintilla(unsigned int,char const *,char const *)cons
> t " (?SendScintilla at QsciScintillaBase@@QBEJIPBD0 at Z) already defined in
> qsciscintilla.obj
> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
> QsciScintillaBase::SendScintilla(unsigned int,long)const " (?SendScintilla at Q
> sciScintillaBase@@QBEJIJ at Z) already defined in qsciscintilla.obj
> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
> QsciScintillaBase::SendScintilla(unsigned int,int)const " (?SendScintilla at Qs
> ciScintillaBase@@QBEJIH at Z) already defined in qsciscintilla.obj
> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
> QsciScintillaBase::SendScintilla(unsigned int,unsigned long,class QPixmap co
> nst &)const " (?SendScintilla at QsciScintillaBase@@QBEJIKABVQPixmap@@@Z)
> already defined in qsciscintilla.obj
> Creating library release\qscintilla2.lib and object
> release\qscintilla2.exp
> release\qscintilla2.dll : fatal error LNK1169: one or more multiply
> defined symbols found
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\BIN\link.EXE"' : return code '0x491'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\BIN\nmake.exe"' : return code '0x2'
> Stop.
>> Any thoughts , I tried the linker option /FORCE:MULTIPLE it worked , but
> it also said that it might not work right ,
> so I didn't use it. I have never had a problem with any of your work,
> so I thought I would let you know.
>> Thanks for your time Phil.
> Patrick Mabie.
>>>>> ------------------------------
>> Message: 3
> Date: Fri, 29 Feb 2008 05:10:36 +0000
> From: Phil Thompson <phil at riverbankcomputing.com>
> Subject: Re: [QScintilla] Compiling New Release
> To: qscintilla at riverbankcomputing.com
> Message-ID: <200802290510.36230.phil at riverbankcomputing.com>
> Content-Type: text/plain; charset="iso-8859-1"
>> On Thursday 28 February 2008, Patrick Mabie wrote:
>>> Hello!
>>>> Using
>> Qt-Win-4.3.4 OpenSource
>> Windows Vista Ult
>> MSVC 9.0
>>>> <D:\QScintilla\Qt4>
>> <>nmake
>>>> Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>>> "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"
>> -f Makefile.Release
>>>> Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>>> link /LIBPATH:"d:\Qt-Win-4.3.4\lib" /NOLOGO /INCREMENTAL:NO /DLL
>> /MANIFESTFILE:"release\qscintilla2.intermediate.manifest" /OUT:rele
>> ase\qscintilla2.dll @C:\Users\PJM\AppData\Local\Temp\nmB70B.tmp
>> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
>> QsciScintillaBase::SendScintilla(unsigned int,unsigned long,char const
>> *)con st " (?SendScintilla at QsciScintillaBase@@QBEJIKPBD at Z) already defined
>> in qsciscintilla.obj
>> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
>> QsciScintillaBase::SendScintilla(unsigned int,char const *)const "
>> (?SendSci ntilla at QsciScintillaBase@@QBEJIPBD at Z) already defined in
>> qsciscintilla.obj qsciscintillabase.obj : error LNK2005: "public: long
>> __thiscall
>> QsciScintillaBase::SendScintilla(unsigned int,char const *,char const
>> *)cons t " (?SendScintilla at QsciScintillaBase@@QBEJIPBD0 at Z) already defined
>> in qsciscintilla.obj
>> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
>> QsciScintillaBase::SendScintilla(unsigned int,long)const "
>> (?SendScintilla at Q sciScintillaBase@@QBEJIJ at Z) already defined in
>> qsciscintilla.obj
>> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
>> QsciScintillaBase::SendScintilla(unsigned int,int)const "
>> (?SendScintilla at Qs ciScintillaBase@@QBEJIH at Z) already defined in
>> qsciscintilla.obj
>> qsciscintillabase.obj : error LNK2005: "public: long __thiscall
>> QsciScintillaBase::SendScintilla(unsigned int,unsigned long,class QPixmap
>> co nst &)const " (?SendScintilla at QsciScintillaBase@@QBEJIKABVQPixmap@@@Z)
>> already defined in qsciscintilla.obj
>> Creating library release\qscintilla2.lib and object
>> release\qscintilla2.exp
>> release\qscintilla2.dll : fatal error LNK1169: one or more multiply
>> defined symbols found
>> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
>> 9.0\VC\BIN\link.EXE"' : return code '0x491'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
>> 9.0\VC\BIN\nmake.exe"' : return code '0x2'
>> Stop.
>>>> Any thoughts , I tried the linker option /FORCE:MULTIPLE it worked , but
>> it also said that it might not work right ,
>> so I didn't use it. I have never had a problem with any of your work,
>> so I thought I would let you know.
>>>> The problem is that the compiler is finding the installed QScintilla .h files
> before the new ones.
>> Until I fix the problem properly, delete the \path\to\Qt\include\QSci
> directory before running nmake.
>> Phil
>>> ------------------------------
>> _______________________________________________
> QScintilla mailing list
> QScintilla at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
>>> End of QScintilla Digest, Vol 19, Issue 12
> ******************************************
>>Thanks!
That did the trick.
Have a great day Phil!
More information about the QScintilla
mailing list
‘She has never mentioned her father to me. Was he—well, the sort of man whom the County Club would not have blackballed?’ "We walked by the side of our teams or behind the wagons, we slept on the ground at night, we did our own cooking, we washed our knives by sticking them into the ground rapidly a few times, and we washed our plates with sand and wisps of grass. When we stopped, we arranged our wagons in a circle, and thus formed a 'corral,' or yard, where we drove our oxen to yoke them up. And the corral was often very useful as a fort, or camp, for defending ourselves against the Indians. Do you see that little hollow down there?" he asked, pointing to a depression in the ground a short distance to the right of the train. "Well, in that hollow our wagon-train was kept three days and nights by the Indians. Three days and nights they stayed around, and made several attacks. Two of our men were killed and three were wounded by their arrows, and others had narrow escapes. One arrow hit me on the throat, but I was saved by the knot of my neckerchief, and the point only tore the skin a little. Since that time I have always had a fondness for large neckties. I don't know how many of the Indians we killed, as they carried off their dead and wounded, to save them from being scalped. Next to getting the scalps of their enemies, the most important thing with the Indians is to save their own. We had several fights during our journey, but that one was the worst. Once a little party of us were surrounded in a small 'wallow,' and had a tough time to defend ourselves successfully. Luckily for us, the Indians had no fire-arms then, and their bows and arrows were no match for our rifles. Nowadays they are well armed, but there are[Pg 41] not so many of them, and they are not inclined to trouble the railway trains. They used to do a great deal of mischief in the old times, and many a poor fellow has been killed by them." As dusk came on nearly the whole population of Maastricht, with all their temporary guests, formed an endless procession and went to invoke God's mercy by the Virgin Mary's intercession. They went to Our Lady's Church, in which stands the miraculous statue of Sancta Maria Stella Maris. The procession filled all the principal streets and squares of the town. I took my stand at the corner of the Vrijthof, where all marched past me, men, women, and children, all praying aloud, with loud voices beseeching: "Our Lady, Star of the Sea, pray for us ... pray for us ... pray for us ...!" It had not occurred to her for some hours after Mrs. Campbell had told her of Landor's death that she was free now to give herself to Cairness. She had gasped, indeed, when she did remember it, and had put the thought away, angrily and self-reproachfully. But it returned now, and she felt that she might cling to it. She had been grateful, and she had been faithful, too.[Pg 286] She remembered only that Landor had been kind to her, and forgot that for the last two years she had borne with much harsh coldness, and with a sort of contempt which she felt in her unanalyzing mind to have been entirely unmerited. Gradually she raised herself until she sat quite erect by the side of the mound, the old exultation of her half-wild girlhood shining in her face as she planned the future, which only a few minutes before had seemed so hopeless. After he had gloated over Sergeant Ramsey, Shorty got his men into the road ready to start. Si placed himself in front of the squad and deliberately loaded his musket in their sight. Shorty took his place in the rear, and gave out: The groups about each gun thinned out, as the shrieking fragments of shell mowed down man after man, but the rapidity of the fire did not slacken in the least. One of the Lieutenants turned and motioned with his saber to the riders seated on their horses in the line of limbers under the cover of the slope. One rider sprang from each team and ran up to take the place of men who had fallen. "As long as there's men and women in the world, the men 'ull be top and the women bottom." Then, in the house, the little girls were useful. Mrs. Backfield was not so energetic as she used to be. She had never been a robust woman, and though her husband's care had kept her well and strong, her frame was not equal to Reuben's demands; after fourteen years' hard labour, she suffered from rheumatism, which though seldom acute, was inclined to make her stiff and slow. It was here that Caro and Tilly came in, and Reuben began to appreciate his girls. After all, girls were needed in a house—and as for young men and marriage, their father could easily see that such follies did not spoil their usefulness or take them from him. Caro and Tilly helped their grandmother in all sorts of ways—they dusted, they watched pots, they shelled peas and peeled potatoes, they darned house-linen, they could even make a bed between them. HoME一级毛片视频免费公开
ENTER NUMBET 0018nt-bj.com.cn caroom.com.cn wpar13fz.com.cn boluojiu.com.cn www.dgmtc.com.cn www.zqye.com.cn www.doorgo.com.cn anynode.com.cn www.konf.com.cn yhestate.com.cn