[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On Windows 7, How do you reference a Visual Studio 2008 "static libr
From: |
clusardi2k |
Subject: |
Re: On Windows 7, How do you reference a Visual Studio 2008 "static library" (a dot lib) and a "dynamic library" (a dot dll) in NetBeans which uses g++ |
Date: |
Thu, 28 Jun 2012 06:03:59 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Thursday, June 28, 2012 8:46:47 AM UTC-4, (unknown) wrote:
> I'm using Windows 7, NetBeans 7.1.2, C:\MinGW\bin\g++.exe compiler/linker,
> and writing code in C and Java.
The above should read: I'm using Windows 7, NetBeans 7.1.2,
C:\MinGW\bin\g++.exe compiler/linker, and writing code in C++ and Java.
> If I can use the dot lib and the dot dll then answers to the below two
> questions are important to me.
Please append to that: If I cannot use the dot lib and dll with g++ what would
be the answers to the second and third question if I used another compiler.
What compilers can I use and how.
Thank you,