473,657 Members | 2,413 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem compile between Lapack++ & MSVC Visual.net

Hello,

My compiler is visual 7.1 ( Microsoft Visual C++ .NET ). I work on a
c++ library for a big company which do many scientific computes. I want
to integrate lapack++ inside the library by replacing a Matrix-like
type by LaGenMatDouble and an Array-like type by LaVectorDouble. May be
later, i will integrate also the complex types.

On the c++ library, there is a strange event where a pointer seems to
be changed and i really dont get why after a few hours of debugging.
I'm really surprised because Array and Matrix types arent involved
where the error comes.

I've made a small project with the project lapack and my interface
matrix and array. All is normal in release even with tricky checks.
Then i've activated the compilation with error detection from
DevPartner. It's a profiler for this visual c++. Its version is 8.1.
And then the surprise came. On output, everything is printed weird...

I've tried a lot of things without results... Do someone have an idea?
Do someone has realized some iterators for lapack++ LaGenMatDouble and
LaVectorDouble? I suspect my errors coming from there...

Thank you in advance for every ideas!

Fred

Oct 2 '06 #1
2 2556
Frédéric Degraeve wrote:
Hello,

My compiler is visual 7.1 ( Microsoft Visual C++ .NET ). I work on a
c++ library for a big company which do many scientific computes. I want
to integrate lapack++ inside the library by replacing a Matrix-like
type by LaGenMatDouble and an Array-like type by LaVectorDouble. May be
later, i will integrate also the complex types.
Before someone replies to you rudely (which seems pretty common in this
group), I'm going to do it politely. As a general rule this group is for
discussing Standard C++; that means that it's not for discussing specific
compilers ("visual 7.1"), libraries ("lapack++") or proprietary technologies
("Microsoft Visual C++ .NET", "DevPartner "). Some people get remarkably upset
about this.

It also means we're unlikely to know much about such a very specific problem
as yours, since it concerns so many things we don't discuss. I, for instance,
don't use Visual C++, much less DevPartner or Lapack++, and know nothing
about them. I recommend you try to find a newsgroup or mailing list devoted
to Lapack++ or DevPartner, and ask there: not only will you get more responses,
but they'll be from people who know much more about the technologies involved.

Hope that helps,
Tom
Oct 2 '06 #2

Sorry, i didnt get it. Thank you for your answer Tom!

Tom Smith a écrit :
Frédéric Degraeve wrote:
Hello,

My compiler is visual 7.1 ( Microsoft Visual C++ .NET ). I work on a
c++ library for a big company which do many scientific computes. I want
to integrate lapack++ inside the library by replacing a Matrix-like
type by LaGenMatDouble and an Array-like type by LaVectorDouble. May be
later, i will integrate also the complex types.

Before someone replies to you rudely (which seems pretty common in this
group), I'm going to do it politely. As a general rule this group is for
discussing Standard C++; that means that it's not for discussing specific
compilers ("visual 7.1"), libraries ("lapack++") or proprietary technologies
("Microsoft Visual C++ .NET", "DevPartner "). Some people get remarkably upset
about this.

It also means we're unlikely to know much about such a very specific problem
as yours, since it concerns so many things we don't discuss. I, for instance,
don't use Visual C++, much less DevPartner or Lapack++, and know nothing
about them. I recommend you try to find a newsgroup or mailing list devoted
to Lapack++ or DevPartner, and ask there: not only will you get more responses,
but they'll be from people who know much more about the technologies involved.

Hope that helps,
Tom
Oct 2 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1165
by: vincent delft | last post by:
I've a module written in C and the associated setup.py. Work fine (and compile fine with mvc) with Python 2.3.x Now I've installed Python 2.4 (all the rest unchanged) When I try to compile it, I've got a message saying that .NET SDK must be installed. ???? Am I the only one having this problem (not found by looking for in Google) ? Is this link to Python 2.4 or my own config ?
0
6117
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug file as folows. I need help to resolve them ASAP: cl /c /nologo /MDd /W3 /Od /GR /GM /Zi /GX /D "_DEBUG" /D " WIN32" /D "_W INDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /
7
1620
by: Christian Engström | last post by:
When i compile the program listed below with gcc version 3.3.1 (MinGW on Windows XP) I get the following result: Calling 'func(d)': 'base' copy constructor Calling 'func(*d_handle)': 'base' copy constructor Calling 'func(d_handle)':
1
1460
by: icedac | last post by:
I have some questions about template and c++ itself. ///////////////////////////////////////////////////////////////////////// q1) see follow c++ code, and compile. it's works only IntelC++8.1 but VC71. Do you know why? Which compiler's activity is C++STANDARD? And I wanna be feed back some explain. :)
5
1818
by: krema2ren | last post by:
Hi Does some of you know how to declare getCollection() in the cpp file? My code snippet below produces following compile error: foo.cpp(48) : error C2143: syntax error : missing ';' before '&' foo.cpp(48) : error C2501: foo<T>::Collection' : missing storage-class or type specifiers foo.cpp(48) : error C2065: 'T' : undeclared identifier foo.cpp(48) : error C2955: 'foo' : use of class template requires
4
2978
by: Airw0lf | last post by:
Hi all, would appreciate help with some trouble I'm having after using the Visual C++ 2005 Express Conversion Wizard on my Visual C++ .NET 2003 project. The wizard completed successfully with only warnings about using a "fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName)". I added the & operator as needed and eliminated the compile errors relating to those warnings. The problem I am...
9
1850
by: miaohua1982 | last post by:
the program is as follows: #include <vector> using namespace std; class A{}; int main() { A* const &p = NULL; vector<A*B(3,NULL); //there is a compile error B.push_back(NULL);
1
5115
by: Preben | last post by:
Hi, don't know if this is the correct group, but try anyway. I would like to use boostbindings from the boost sandbox together with my project where I use boost::numeric::ublas vectors and matrices. I would guess that I could use these directly with the bindings in the boost sandbox like:
2
4131
by: BruceWho | last post by:
I downloaded boost1.35.0 and built it with following command: bjam --toolset=msvc-7.1 --variant=release --threading=multi -- link=shared --with-system stage and it failed to compile, error message is: E:\software\development\boost_1_35_0\boost_1_35_0>bjam -- toolset=msvc-7.1 --variant=release --threading=multi --link=shared --
0
8402
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8315
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8829
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8734
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6172
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5633
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2733
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1962
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.