[Developers] Viz Studio express
Jim Ianelli
Jim.Ianelli at noaa.gov
Sun Mar 15 14:13:55 PDT 2009
Sorry if this is the wrong place to communicate. It's pretty confusing
where discussions are meant to go these days and the admb-project.org and
google code pages are pretty opaque from the outside.
As I posted yesterday:
Visual Studio express
Posted by Jim Ianelli at Mar 14, 2009 03:35 PM
downloaded free version of MS Vis studio with hopes of evaluating the
debugger and IDE in general.
As I feared (and expected) the VS 7 libraries didn't work with it. Would
there be any inspiration to try to compile this under the studio express
versions? This may also ease the 64-bit versions too.
Here are the details of the compiler:
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for
80x86
The source code compiled ok (not too surprising there) but the following
link errors occurred:
C:\programs\admb-9.0.65-win32-vc7\examples\admb\simple>cl simple.obj
df1b2stubo.lib admod32.lib ado32.lib adt32.lib /link
/libpath:C:\programs\admb-9.0.65-win32-vc7\lib
Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
/out:simple.exe
/libpath:C:\programs\admb-9.0.65-win32-vc7\lib
simple.obj
df1b2stubo.lib
admod32.lib
ado32.lib
adt32.lib
libcpmt.lib(xmutex.obj) : error LNK2005: "public: void __thiscall
std::_Mutex::_Lock(void)" (?_Lock at _Mutex@std@@QAEXXZ) already defined in
admod32.lib(model11.obj)
libcpmt.lib(xmutex.obj) : error LNK2005: "public: void __thiscall
std::_Mutex::_Unlock(void)" (?_Unlock at _Mutex@std@@QAEXXZ) already defined in
admod32.lib(model11.obj)
libcpmt.lib(xlock.obj) : error LNK2005: "public: __thiscall
std::_Lockit::_Lockit(int)" (??0_Lockit at std@@QAE at H@Z) already defined in
admod32.lib(model11.obj)
libcpmt.lib(xlock.obj) : error LNK2005: "public: __thiscall
std::_Lockit::~_Lockit(void)" (??1_Lockit at std@@QAE at XZ) already defined in
admod32.lib(model11.obj)
LINK : fatal error LNK1104: cannot open file 'libcp.lib'
Since Borland 5.2 support has been abandoned, and no one seems to have a
good example of a half-way decent debugger working with gnu/ming/linux
world, I'm backing up to Microsoft which I had working as both an IDE and
debugger many years ago. I'm trying to evaluate this platform as a possible
easy way to hold a workshop with a common interface. Not holding out much
hope, but thought I'd take a shot. The MS free compiler/IDE can be obtained
at:
http://www.microsoft.com/Express/
Cheers,
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.admb-project.org/pipermail/developers/attachments/20090315/3669ea66/attachment.html>
More information about the Developers
mailing list