I recommend using GCC instead, Borland is a nightmare. |
|
I recommend using GCC instead, Borland is a nightmare. |
|
Add statically? What does that mean? |
|
Last edited by youssarian; 12-25-2009 at 11:46 PM.
There are two ways to link a library, statically and dynamically. Statically means that the executable will have the library embedded into it. A dynamic library is one that is separate from the executable and loaded when needed. On Windows it's got a dll extension. If you're doing a lot of graphics, you should add it statically because you have to load it before anything happens anyway. |
|
Cygwin will link all your files with cygwin1.dll though, to provide Unix functionality. And there is a makefile tool for windows, nmake. Though you do need a custom makefile. Also, powershell is actually a pretty good windows terminal, though I can't be arsed to learn it. |
|
April Ryan is my friend,
Every sorrow she can mend.
When i visit her dark realm,
Does it simply overwhelm.
|
|
(\_ _/)
(='.'=)
(")_(")
This is a good forum for C++. It's supposed to be for professionals, but students creep in every once in a while... especially during finals week for some reason |
|
Bookmarks