Search found 9 matches

by Fear
Thu Dec 25, 2008 12:49 pm
Forum: Programming Discussion
Topic: OpenGL binary files for Visual C++
Replies: 9
Views: 1145

Re: OpenGL binary files for Visual C++

Fear, its all in there (Direct X), as I said. You need to include the path so that VS 2008 can see the include files, and the lib files! Do this: Open up VS 2008, then go to: tools->options Then scroll down to "projects and solutions" and click on " VC++ Directories." You should...
by Fear
Mon Dec 15, 2008 3:02 pm
Forum: Programming Discussion
Topic: OpenGL binary files for Visual C++
Replies: 9
Views: 1145

Re: OpenGL binary files for Visual C++

Hi guys, I would like to know where I can download the OpenGL binary files and includes for Visual C++ 2008 or 2005. Please post the link here. meaning? like the lib and dll files? you still need the source files to compile program using openGL. http://www.xmission.com/~nate/glut.html I am download...
by Fear
Mon Dec 15, 2008 2:45 pm
Forum: Programming Discussion
Topic: OpenGL binary files for Visual C++
Replies: 9
Views: 1145

Re: OpenGL binary files for Visual C++

M_D_K wrote:Here at the bottom but the stuff is like 3 years out of date :/
I will try it out. Thanks
by Fear
Mon Dec 15, 2008 2:38 pm
Forum: Programming Discussion
Topic: OpenGL binary files for Visual C++
Replies: 9
Views: 1145

Re: OpenGL binary files for Visual C++

If you'd like the latest OpenGL libraries for vs2008 (includes, libs, dlls), then download the DirectX SDK November 2008, it comes with opengl stuff as well by default. Here: http://www.microsoft.com/downloads/details.aspx?FamilyID=5493f76a-6d37-478d-ba17-28b1cca4865a&DisplayLang=en Its a big d...
by Fear
Wed Dec 10, 2008 6:55 pm
Forum: Programming Discussion
Topic: OpenGL binary files for Visual C++
Replies: 9
Views: 1145

OpenGL binary files for Visual C++

Hi guys, I would like to know where I can download the OpenGL binary files and includes for Visual C++ 2008 or 2005. Please post the link here.
by Fear
Sun Dec 07, 2008 9:35 am
Forum: Game Development
Topic: Embedding Lua in Visual C++ 2008
Replies: 27
Views: 4792

Re: Embedding Lua in Visual C++ 2008

Did you add -lualib5.1 or whatever your .lib is named to your link line? I'm having the same problem of Cole S. and i added -lualib5.1 to the link line and i am still receving the same error. What's wrong? Did you move the lualib5.1.lib file to your compiler's lib directory? cause the compiler won'...
by Fear
Sun Dec 07, 2008 7:55 am
Forum: Game Development
Topic: Embedding Lua in Visual C++ 2008
Replies: 27
Views: 4792

Re: Embedding Lua in Visual C++ 2008

GyroVorbis wrote:Did you add -lualib5.1 or whatever your .lib is named to your link line?
I'm having the same problem of Cole S. and i added -lualib5.1 to the link line and i am still receving the same error. What's wrong?
by Fear
Fri Dec 05, 2008 9:24 am
Forum: Programming Discussion
Topic: C++ and ruby integration
Replies: 6
Views: 1276

Re: C++ and ruby integration

GyroVorbis wrote:SWIG is going to be your best bet:

http://www.swig.org/

SWIG would probably be your best bet for anything that wasn't specifically written as an embeddable scripting language. Perl, Python, Ruby, and that bunch.
Thanks GyroVorbis! It's really useful! and thanks M_D_K and Andy K. for the support
by Fear
Fri Nov 28, 2008 12:25 pm
Forum: Programming Discussion
Topic: C++ and ruby integration
Replies: 6
Views: 1276

C++ and ruby integration

Can someone help me integrating C++ source codes with ruby source codes in Dev-C++? I've looked for dev-paks, tutorials, but nothing was useful. If someone have a dev-pak or know how to do it, please post it HERE! :)