Click here to Skip to main content
15,902,935 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can anyone help me?i am using visual studion 2008 to code my program.I want to use SharpGL but when i add SharpGl.dll as a reference,a error have appear.Anyone can help me to solve this problem?Thanks!
Posted
Comments
Sergey Alexandrovich Kryukov 4-Jan-12 12:15pm    
Not enough information.
--SA
Manfred Rudolf Bihy 4-Jan-12 12:22pm    
You must understand that "a error have appear" is not doing much to let us help you with your problem. Please be so kind to let us know the exact wording of the error and in what context it appears. A link to whatever SharpGL is and what it does would also be appreciated.

Thanks for your cooperation!
congtk88 9-Jan-12 9:38am    
Thanks for your helps!That is all messages when i add library into my project:
-Warning 6 The referenced component 'SharpGL' could not be found.
-Warning 5 The referenced component 'SharpGL.WPF' could not be found.
-Warning 4 The referenced component 'SharpGL.WinForms' could not be found.
Can you help me?

I'm assuming you are referring to the SharpGL project that Monjurul Habib has linked to here on CP. That article was written in 2002 and as such the project is probably written in dotNet 1.0 or 1.1. Your error in that case is that the assembly is not a compatible version with your project.
Make sure you have gotten the appropriate version from the codeplex site that now hosts SharpGL and then if you still are getting an error, post the error message here so that we can help more.
 
Share this answer
 
v2
Comments
congtk88 9-Jan-12 9:38am    
Thanks for your helps!That is all messages when i add library into my project:
-Warning 6 The referenced component 'SharpGL' could not be found.
-Warning 5 The referenced component 'SharpGL.WPF' could not be found.
-Warning 4 The referenced component 'SharpGL.WinForms' could not be found.
Can you help me?
Thanks for your helps!That is all messages when i add library into my project:
-Warning 6 The referenced component 'SharpGL' could not be found.
-Warning 5 The referenced component 'SharpGL.WPF' could not be found.
-Warning 4 The referenced component 'SharpGL.WinForms' could not be found.
Can you help me?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900