This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GSL and VB / Delphi


michelcoene@netscape.net writes:
 > I have tried to use the library but it can not be used from inside
 > VB.  I am no C++ expert but I believe this could be done by
 > declaring the functions with the "pascal" option instead of the
 > standard "c_decl" and also to include a type library (*.tlb or
 > *.olb).  VB + Delphi is still the largest devellopers-community in
 > the world.  I know we are just amateurs for you C guru's, so maybe
 > I should say please?????

If you have the GSL source you can recompile it with the _stdcall
code-generation option in the VC++ settings.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]