News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Freeglut on windows 7 without admin privileges

Started by elieobeid7, November 09, 2017, 04:10:22 PM

Previous topic - Next topic

elieobeid7

I need to install freeglut on a windows 7 lab machine that I don't have admin access to. (I can't install things, nor put things in program files)

The pc already have visual studio 2010, I downloaded codeblocks-16.01mingw-nosetup.zip, now how to make freeglut work on a pc without admin privileges?

stahta01

This is not really an Code::Blocks type question.

I suggest asking on a site that supports the compiler you wish to use.

This site does *not* support any compiler.

Link to the rules http://forums.next.codeblocks.org/index.php/topic,9996.0.html

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

elieobeid7

I want to use gcc and it is installed. I asked my question on this forum because of this

http://forums.next.codeblocks.org/index.php/topic,22175.new.html

after asking that question I learnt that I can use global variables on linux to point to glut, I wonder if I could do the same on windows without having to install freeglut in c:/program filles

stahta01

Quote from: elieobeid7 on November 09, 2017, 04:44:10 PM
I want to use gcc and it is installed. I asked my question on this forum because of this

http://forums.next.codeblocks.org/index.php/topic,22175.new.html

after asking that question I learnt that I can use global variables on linux to point to glut, I wonder if I could do the same on windows without having to install freeglut in c:/program filles

Yes
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]