On Suday the 11th of February, 2007 -after 3 and a half years on InvisionFree, we have moved! This old board remains as a read only archive of years past, and registration has been disabled here. All new and current members should register at http://www.cpplc.net/forum .
| · Portal |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| skatekid |
Posted: Dec 31 2006, 06:32 PM
|
|
semi-N00b Group: Members Posts: 36 Member No.: 1,472 Joined: 31-August 05 |
Dose the Visual C++ Express Edition Compiler come with the OpenGL libraries and handles that the Visual C++ 6.0 compiler has?
|
| C-Man |
Posted: Dec 31 2006, 06:52 PM
|
|
Lazy bum Group: Super Moderator Posts: 4,563 Member No.: 609 Joined: 29-February 04 |
no , you have to get platform sdk for that
-------------------- |
| skatekid |
Posted: Dec 31 2006, 08:41 PM
|
|
semi-N00b Group: Members Posts: 36 Member No.: 1,472 Joined: 31-August 05 |
How and where do you get that and is it free?
|
| C-Man |
Posted: Dec 31 2006, 09:23 PM
|
|
Lazy bum Group: Super Moderator Posts: 4,563 Member No.: 609 Joined: 29-February 04 |
-------------------- |
| skatekid |
Posted: Dec 31 2006, 09:30 PM
|
|
semi-N00b Group: Members Posts: 36 Member No.: 1,472 Joined: 31-August 05 |
So what I just install platform sdk, and how do I link to the GL libraries I want with Visual C++ Express? Sorry I find their linkers very complicated.
|
| C-Man |
Posted: Dec 31 2006, 09:46 PM
|
|
Lazy bum Group: Super Moderator Posts: 4,563 Member No.: 609 Joined: 29-February 04 |
well all you need is to setup include and linbrary directories
then you #include <GL/gl.h> as well as #pragma comment(lib,"opengl32.lib") -------------------- |
| skatekid |
Posted: Dec 31 2006, 09:55 PM
|
|
semi-N00b Group: Members Posts: 36 Member No.: 1,472 Joined: 31-August 05 |
Ok so I don't need to go under the project settings to link to libraries like you have to with compilers such as Visual C++ 6.0?
|
| C-Man |
Posted: Dec 31 2006, 10:03 PM
|
|
Lazy bum Group: Super Moderator Posts: 4,563 Member No.: 609 Joined: 29-February 04 |
you can do that but you can do it in source via pragma
it works with vc 6 as well -------------------- |
| skatekid |
Posted: Dec 31 2006, 10:07 PM
|
|
semi-N00b Group: Members Posts: 36 Member No.: 1,472 Joined: 31-August 05 |
and platform sdk works with Visual Basic Express compilers too?
|
| C-Man |
Posted: Dec 31 2006, 10:16 PM
|
|
Lazy bum Group: Super Moderator Posts: 4,563 Member No.: 609 Joined: 29-February 04 |
i don't think so
-------------------- |
| skatekid |
Posted: Dec 31 2006, 10:17 PM
|
|
semi-N00b Group: Members Posts: 36 Member No.: 1,472 Joined: 31-August 05 |
ok well thank you for all your help C-Man!
|
![]() |
![]() ![]() ![]() |