|
|
great post.
btw: congrats on the CP MVP award. Must have slipped under the radar because I didn't hear anything about it.
Cheers,
Simon
> blog:: brokenkeyboards
> my opinion of VS05 :: here
> CV :: PDF
> skype me! :: SimonMStewart
|
|
|
|
|
|
Hi lrppie,
could you tell me where is I can found xacc.ide forum, please?
I want to share some info and ask questions.
Shortly here:
-I try to use xacc.ide as perl editor. While I work with it i found some errors and some already corrected. At least "find dialog" bug when search dialog initialized only first time.
-I can't find the last /87/ version on SVN, the last changes was 1.3.2003 - it is version 85. Where is I can found source code for version 87?
Thanks Alex
|
|
|
|
|
|
|
|
|
By posting the "19 messages to 4k " message you were cheating. Thats already one closer.
Alex Korchemniy
|
|
|
|
|
|
|
I think it is not a bug... It tries to use nonstatic method because of signature... you pass string as an argument where array of strings is expected ( for static method).
There should be:
class Foo
{
static void Bar(params string[] args){}
void Bar(string str){}
static void Main()
{
Foo.Bar(new String[] {"hello world"});
}
}
Am I right?
best regards,
David 'DNH' Nohejl
Never forget: "Stay kul and happy" (I.A.)
|
|
|
|
|
It's not a bug, it's by design.
|
|
|
|
|
I do realize that now
xacc.ideIronScheme - 1.0 beta 4 - out now! ((lambda (x) `(,x ',x)) '(lambda (x) `(,x ',x)))
|
|
|
|
|
|
|
|
Are you trying to do a Nish impersonation?
Cheers,
Simon
sig :: "Don't try to be like Jackie. There is only one Jackie.... Study computers instead.", Jackie Chan on career choices.
article :: animation mechanics in SVG picture :: my first abstract photo
|
|
|
|
|
|
Geezz..... I guess you are already there now.
-Nick Parker
|
|
|
|
|
Yeah, you missed the party in the Lounge tonite!
leppie::AllocCPArticle("Zee blog"); Seen on my Campus BBS: Linux is free...coz no-one wants to pay for it.
|
|
|
|
|
leppie wrote:
Yeah, you missed the party in the Lounge tonite!
I stopped by and read them, just got back from the girlfriends house.
-Nick Parker
|
|
|
|
|
Hmmm, this whole thing broke...
I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02
modified on Monday, June 27, 2011 9:26 AM
|
|
|
|
|
Dude, you're south african!
That's sweet. There are at least a couple of us regular SA-CPians, so pretty soon we'll beat Afghanistan in the demographics section!
What city are you in?
Cheers,
Simon
"Don't try to be like Jackie. There is only one Jackie.... Study computers instead.", Jackie Chan on career choices.
animation mechanics in SVG (my first abstract photo)
|
|
|
|
|