[Help-glpk] GLPK and C#

2005-11-16 Thread Humberto César Brandão de Oliveira
Hi,
 
I need to run my system with GLPK DLL.
 
When I insert the GLPK DLL in the .net Project  the following message is showed:"This is not a valid assembly or COM component."
 
What I need to do to run correctly the GLPK with C#.net? :/
 
Thanks a lot. :)-- Humberto Cesar Brandao de Oliveira
___
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk


[Help-glpk] GLPK and C#.net

2005-11-09 Thread Humberto César Brandão de Oliveira
Hi,
 
I need to run my system with GLPK DLL.
 
When I insert the GLPK DLL in the .net Project  the following message is showed:"This is not a valid assembly or COM component."
 
What I need to do to run correctly the GLPK with C#.net? :/
 
Thanks a lot. :)-- Humberto Cesar Brandao de Oliveira
___
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk


Re: [Help-glpk] GLPK and C#

2005-11-21 Thread Andrew Makhorin
> I need to run my system with GLPK DLL.
>  
> When I insert the GLPK DLL in the .net Project  the following message is 
> showed:
> "This is not a valid assembly or COM component."
>  
> What I need to do to run correctly the GLPK with C#.net? :/

The following messages can help:

http://lists.gnu.org/archive/html/help-glpk/2004-04/msg6.html

http://lists.gnu.org/archive/html/help-glpk/2003-11/msg00052.html




___
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk


Re: [Help-glpk] GLPK and C#.net

2005-11-09 Thread Andrew Makhorin
> I need to run my system with GLPK DLL.
>  
> When I insert the GLPK DLL in the .net Project  the following message is 
> showed:
> "This is not a valid assembly or COM component."
>  
> What I need to do to run correctly the GLPK with C#.net? :/

You need to include in the project the import library glpk48.lib
while glpk48.dll must be accessible during the program run.




___
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk


Re: [Help-glpk] GLPK and C#.net

2005-11-09 Thread Andrew Makhorin
> Where are glpk48.lib?

The following messages can help:

http://lists.gnu.org/archive/html/help-glpk/2004-04/msg6.html

http://lists.gnu.org/archive/html/help-glpk/2003-11/msg00052.html



___
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk