Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   msvc vs minGW (http://www.velocityreviews.com/forums/t557072-msvc-vs-mingw.html)

CodeGrommet 12-03-2007 08:05 PM

msvc vs minGW
 
I have a mate who wants to share code that he compiled with msvc. I
want to add those files in a project in dev-c++ using the minGW
compiler. The project uses glui libs. I've set the project options
to point to the correct locations. Anyone with ideas on how to get
this to work, apart from downloading msvc?

Christopher 12-03-2007 08:26 PM

Re: msvc vs minGW
 
On Dec 3, 2:05 pm, CodeGrommet <rick.sof...@gmail.com> wrote:
> I have a mate who wants to share code that he compiled with msvc. I
> want to add those files in a project in dev-c++ using the minGW
> compiler. The project uses glui libs. I've set the project options
> to point to the correct locations. Anyone with ideas on how to get
> this to work, apart from downloading msvc?


Unfortunately, this is the wrong place to ask. Setting up your project
in an IDE is a question for a newsgroup pertaining to that IDE. I'd
look around for a place where people discuss minGW or dev-c++. This
group only discusses questions specific to the C++ language, not the
tools we use to play with the language.


BobR 12-04-2007 08:36 PM

Re: msvc vs minGW
 

Christopher <cpisz@austin.rr.com> wrote in message...
> On Dec 3, 2:05 pm, CodeGrommet <rick.sof...@gmail.com> wrote:
> > I have a mate who wants to share code that he compiled with msvc. I
> > want to add those files in a project in dev-c++ using the minGW
> > compiler. The project uses glui libs. I've set the project options
> > to point to the correct locations. Anyone with ideas on how to get
> > this to work, apart from downloading msvc?

>
> Unfortunately, this is the wrong place to ask. Setting up your project
> in an IDE is a question for a newsgroup pertaining to that IDE. I'd
> look around for a place where people discuss minGW or dev-c++. This
> group only discusses questions specific to the C++ language, not the
> tools we use to play with the language.


Add:
OP, check that you have OpenGL and the GLUi libs installed.

[ check the OpenGL(Mesa) sites. ]

--
Bob R
POVrookie




All times are GMT. The time now is 03:55 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57