[PMX:VIRUS] Re:

2006-02-22 Thread liberall2004
photo photo2 photo3 The original content of this message part has been replaced by this text because it tested positive for the following virus(es): W32/Nyxem-D, W32/Nyxem-D The original message has been quarantined pending further action by the mail administrator. For further

Some help please

2006-02-22 Thread SolHai Haile
Hi, I am having another problem if you can help me: I have a script with GUI based, when a button is pressed, it will set $Port and does another script call. I have three ways to do this but none of them are working to my satisfaction or what I want to do. $Port = 7003 ; can be between 7003

RE: Re: Tri-grams?

2006-02-22 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Unclear in that are you saying? Is a__ where _ is a space is valid or can three spaces be valid? So are you working with only alpha and spaces or alpha, numbers and spaces? Wags ;) -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of amit

Re: Tri-grams?

2006-02-22 Thread $Bill Luebkert
amit hetawal wrote: Hello Bill Thanks for your help... i got the initial part running but now i have so read the text from a large text file havin all the sentences and special characters and in that i have to get the trigrams working and not only for the above text ...can you please

Re: Tough qn: understanding this (C) error while using inline

2006-02-22 Thread Foo Ji-Haw
Hello Rob, It's amazing. You are right: if I put ULONG just after the function declaration like this: void StartupTapi (HINSTANCE hInstance) { ULONG ret; apiVersion = 0x3; ... It's ok. But if I shift the variable only 1 line down: void StartupTapi (HINSTANCE hInstance) {

Re: Tough qn: understanding this (C) error while using inline

2006-02-22 Thread Sisyphus
- Original Message - From: Foo Ji-Haw It complains of 'error C2275: 'ULONG' : illegal use of this type as an expression' Is that a MSVC issue, or more to do with inline.pm? It's an MSVC issue - that illegal use, while definitely an illegal use in terms of the original C standard,