Google Groups Home
Help | Sign in
Calling foreign dll from Boo
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Christer Nilsson  
View profile
 More options Jan 9, 6:32 pm
From: Christer Nilsson <janchrister.nils...@gmail.com>
Date: Wed, 9 Jan 2008 15:32:36 -0800 (PST)
Local: Wed, Jan 9 2008 6:32 pm
Subject: Calling foreign dll from Boo
I tried to use the collection dll C5 (http://www.itu.dk/research/c5)
from Boo
but run into a problem, actually already with Microsoft's own
framework:

stack = System.Collections.Stack()  # compiles and executes
stringStack = System.Collections.Generic.Stack of string # does not
compile

Christer


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Avish  
View profile
 More options Jan 10, 12:23 am
From: Avish <some.av...@gmail.com>
Date: Wed, 9 Jan 2008 21:23:32 -0800 (PST)
Local: Thurs, Jan 10 2008 12:23 am
Subject: Re: Calling foreign dll from Boo
If you're trying to create an instance of stringStack, you're missing
the parenthesis:

stringStack = System.Collections.Generic.Stack of string()

On Jan 10, 1:32 am, Christer Nilsson <janchrister.nils...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google