public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Borland C++
@ 2001-12-19 13:20 Przemyslaw Sliwa
  2001-11-27 13:14 ` Przemyslaw Sliwa
  2001-12-19 13:20 ` Brian Gough
  0 siblings, 2 replies; 24+ messages in thread
From: Przemyslaw Sliwa @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

A stupid quastion.

I'm using the libraries *-bcc.lib, libgslcblas.dll and libgsl.dll under
Windows. I can compile and link my program without any problems. But when
I start to use my *.exe program it gives me some error messages about the
memory. The libs *dll are in the same folder. What should I change in the
options of my project?

Please Help!!!

Przem

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Borland C++
@ 2002-12-31  9:55 Viadrina
  2002-04-17  7:43 ` Viadrina
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Viadrina @ 2002-12-31  9:55 UTC (permalink / raw)
  To: gsl-discuss

Does anybody know, where I can find all the necessary gsl libraries for Borland 5.5.
I was trying to translate the MS Visual C++ projects into Borland's ones. Finaly I did it, but 
I could compile only the blas library. For GSL it didn't work. There were tons of warnings and I 
couldn't finish it finaly. But I know, that poeple use GSL under Borland environment.

Thanks for all hints

Przem



^ permalink raw reply	[flat|nested] 24+ messages in thread
* BORLAND C++
@ 2001-12-19 13:20 Santiago Calderon
  2001-12-06 10:11 ` Santiago Calderon
  2001-12-19 13:20 ` Brian Gough
  0 siblings, 2 replies; 24+ messages in thread
From: Santiago Calderon @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

Hello everybody,
 
I was using the Borland C++ version of gsl and I would
like to share some points about.
If you trie to use the test programs in order to check
that the library works (you have them in the subdirectories
of the source of gsl) you will be surprised because they
compile fine (I really tested only the test.c files of the
diff and randist directories) but some of them works and
some of them produce funny memory access violations or thinks
like that.
 
For example, the test.c program of the diff directory works
fine, but if you trie the test.c program of the randist
directory it compiles fine but you (I least I had) will
have access violations errors.
 
 I was looking for and I found that the problem was
caused when you tried to write in some memory variable that
it seems to belong to the dll part and it is not exported.
 Well, I solved the problem in this situation simply adding
the *.c file of gsl code involve with this variable in my
project.
 
In the test.c example of the randist directory I added the
mt.c file of the gsl source in the randist directory to my
project to use the variable of gsl involved in this case that
caused the problems from this intead of from the dll directly and
it works. 
 
 I do not know exactly whay this problem happens but the
method I write solved my problems by now.
 
Santiago Calderon

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2002-04-19  6:32 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 13:20 Borland C++ Przemyslaw Sliwa
2001-11-27 13:14 ` Przemyslaw Sliwa
2001-12-19 13:20 ` Brian Gough
2001-11-29 11:15   ` Brian Gough
2001-12-19 13:20   ` Przemyslaw Sliwa
2001-12-01 23:20     ` Przemyslaw Sliwa
2001-12-19 13:20     ` Przemyslaw Sliwa
2001-12-19 13:20     ` Brian Gough
2001-12-03  7:21       ` Brian Gough
  -- strict thread matches above, loose matches on Subject: below --
2002-12-31  9:55 Viadrina
2002-04-17  7:43 ` Viadrina
2002-12-31  9:55 ` Brian Gough
2002-04-18 23:32   ` Brian Gough
2002-12-31  9:55 ` Santiago Calderon
2002-04-21 19:48   ` Santiago Calderon
2001-12-19 13:20 BORLAND C++ Santiago Calderon
2001-12-06 10:11 ` Santiago Calderon
2001-12-19 13:20 ` Brian Gough
2001-12-06 12:56   ` Brian Gough
2001-12-19 13:20   ` Santiago Calderon
2001-12-06 12:56     ` Santiago Calderon
2001-12-19 13:20     ` Brian Gough
2001-12-08  8:07       ` Brian Gough
2001-12-15  6:43       ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).