473,769 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

about head file/source file

Hi,

I am programming with VC++ (6) in windows.

I am using LASPACK (anyone used it before?), which is a linear equation
solvers package containing many head files and source files. When I want to
call the functions from that package, I use "#include xxx.h" in my file. But
the problem is that then I need to add many related .c files into my
project. It makes my project file view messy. Do you know anyway to solve
this problem? (so that I don't need to add those source files one by one, or
just call a batch file)

Thanks a lot in advance.

JJ
Jul 22 '05 #1
4 2026
Jinjun Xu wrote:
I am programming with VC++ (6) in windows.

I am using LASPACK (anyone used it before?), which is a linear equation
solvers package containing many head files and source files. When I want to
call the functions from that package, I use "#include xxx.h" in my file. But
the problem is that then I need to add many related .c files into my
project. It makes my project file view messy. Do you know anyway to solve
this problem? (so that I don't need to add those source files one by one, or
just call a batch file)


Please post this to microsoft.publi c.vc.ide_genera l or
microsoft.publi c.vc.project_mg t. They will tell you how to
set up your project and other stuff.

It has nothing to do with the language, that's why it's off-
topic here.

Victor
Jul 22 '05 #2
got it. Thanks.

I just subscribed those two groups. The second one is almost dead and the
first one, almost dying. Few posts are there. I don't expect that I can get
help from there.

I don't know how to remove the post from here. I will just leave it and if
somebody knows the answer, please do me a favor to tell me (maybe reply to
my mailbox directly). Thanks.

JJ

"Victor Bazarov" <v.********@com Acast.net> wrote in message
news:cW******** ********@dfw-read.news.verio .net...
Jinjun Xu wrote:
I am programming with VC++ (6) in windows.

I am using LASPACK (anyone used it before?), which is a linear equation
solvers package containing many head files and source files. When I want to call the functions from that package, I use "#include xxx.h" in my file. But the problem is that then I need to add many related .c files into my
project. It makes my project file view messy. Do you know anyway to solve this problem? (so that I don't need to add those source files one by one, or just call a batch file)


Please post this to microsoft.publi c.vc.ide_genera l or
microsoft.publi c.vc.project_mg t. They will tell you how to
set up your project and other stuff.

It has nothing to do with the language, that's why it's off-
topic here.

Victor

Jul 22 '05 #3

"Jinjun Xu" <jj**@ucla.ed u> wrote in message
news:c9******** **@daisy.noc.uc la.edu...
Hi,

I am programming with VC++ (6) in windows.

I am using LASPACK (anyone used it before?), which is a linear equation
solvers package containing many head files and source files. When I want to call the functions from that package, I use "#include xxx.h" in my file. But the problem is that then I need to add many related .c files into my
project. It makes my project file view messy. Do you know anyway to solve
this problem? (so that I don't need to add those source files one by one, or just call a batch file)

Thanks a lot in advance.
Did you try to make library of that source files?
I don't program windows, but there must be easy way
to make lib from source files.
When you make a lib then include lib in your project.
If I can do that with autoconf/atutomake and plain text
editor, you can surely do it with IDE which is supposed to
be easier to handle?
JJ


Greets, Bane.
Jul 22 '05 #4
Jinjun Xu wrote:
I am programming with VC++ (6) in windows.
I'm very sorry to hear that.
I am using LASPACK (anyone used it before?),
http://www.netlib.org/utk/papers/ite...ey/node35.html

No, but I've used LAPACK.
which is a linear equation solvers package
containing many head files and source files.
When I want to call the functions from that package,
I use "#include xxx.h" in my file.
Try

#include "xxx.h"

instead.
But the problem is that
then I need to add many related .c files into my project.
It makes my project file view messy.
Do you know anyway to solve this problem?
(So that I don't need to add those source files one by one?
or just call a batch file)


I found installation instructions for UNIX but not Windows.

http://www.mgnet.org/mgnet/Codes/las...l/laspack.html

How did you get it to install? The installation instructions for UXIX
help you build and install a *library*
which is automatically linked into your program.

Follow the [Installation] link at the URL above then click on
the [contact the author] button near the bottom of the page
to get help building this software package for Windows.
Jul 22 '05 #5

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

Similar topics

220
19154
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have any preconceived ideas about it. I have noticed, however, that every programmer I talk to who's aware of Python is also talking about Ruby. So it seems that Ruby has the potential to compete with and displace Python. I'm curious on what basis it...
125
14843
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
6
1476
by: bissatch | last post by:
Hi, How do I go about creating an online WYSIWIG editor where the user can type in a special kind of textarea but the text will appear how it would in a web page (but no html markup present). For example: http://tinymce.moxiecode.com/example_full.php?example=true
5
5069
by: Firehawk® | last post by:
Hi, I have a great experience with DB (Oracle and others) and I am using DB2 now. Then, I have few questions: 1. How drop a schema (user) and all objects of this schema, like a Oracle "drop user cascade" ? 2. Suposing, 2 Databases, DB1 and DB2, each one with a schema, schema1 in DB1 and schema2 in DB2.
6
1577
by: Steve B. | last post by:
Hello everybody In a webpage, I use JS display data from an xml file and a xsl file: var data = new ActiveXObject("Microsoft.XMLDOM"); data.async = false; var dataUrl = "data.aspx"; data.load(dataUrl) ; var transform = new ActiveXObject("Microsoft.XMLDOM"); transform.async = false ;
2
1105
by: DrBytes | last post by:
Hello All After a perfect compile of my asp app I often (now more freq. than before) get the error below. To make this error go away I can delete the VSWEBCACHE/someapp/obj folder and at times it'll actually run then. Any ideas why this happens? (Oh.. and the redist. package I've created for this application does the same thing; deploy it on a virgin server or a prev. used one and it still
6
2776
by: Venkatesh | last post by:
Hello All, I have couple of doubts regarding the concept of on-demand javascript loading using javascript code. I could see on the net different techniques for achieving this - techniques like: 1. document.write("<script src= language='JavaScript'></script>); 2. sc = document.createElement("<script>"); sc.setAttribute("src", ); and append this to the head
1
2098
by: Francis | last post by:
Hi, i'm testing ViewState with this page here below: i tried with EnableViewState="false" and with EnableViewState="true", but the produced source code is the same in both cases. I would expect here no hidden" name="__VIEWSTATE in the source because of 'false' ... If someone could explain this. Thanks Francis
3
447
by: Kane | last post by:
When you create node 1 you allocate memory and link it Again when you create node 2 you would allocate memory for that node in a different section of the code. Is there more efficient way where I can allocate memory once and use it to create new node in list. -Thanks -Kane
1
9996
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8872
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
7410
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
6674
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();...
0
5307
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3964
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
3564
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.