Serving the Quantitative Finance Community

Search found 231 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 16
by jens
August 20th, 2005, 10:53 am
Forum: Programming and Software Forum
Topic: XLL in C#.NET
Replies: 10
Views: 146994

XLL in C#.NET

Have a look here: ManagedXLL
by jens
July 6th, 2005, 12:35 pm
Forum: Programming and Software Forum
Topic: XLL problem - not a valid add-in
Replies: 37
Views: 215749

XLL problem - not a valid add-in

Try running http://dependencywalker.com/ on your XLL to see what's missing on those machines.
by jens
July 6th, 2005, 9:46 am
Forum: Programming and Software Forum
Topic: Debugging an XLL
Replies: 10
Views: 146818

Debugging an XLL

No problem here ;-) If it really doesn't work, simply load the .XLL as a .DLL - there is no difference!
by jens
July 6th, 2005, 9:15 am
Forum: Programming and Software Forum
Topic: ATL for Visual Programming in VC++.NET
Replies: 8
Views: 144015

ATL for Visual Programming in VC++.NET

QuoteOriginally posted by: SierpinskyJanitorMicrosoft clearly suggests programmers to use VC6/SP6 for legacy WinCOM apps.Where/Who?
by jens
June 14th, 2005, 11:57 am
Forum: Programming and Software Forum
Topic: Calling dll from a unix box
Replies: 6
Views: 146013

Calling dll from a unix box

<t>The answer depends heavily on the consuming application on the UNIX machine. If possible, try to compile your code on UNIX. This should be straightforward for "pure" C and C++ code. The equivalent of a DLL is a shared library - Google is your friend. There are solutions for DCOM on UNIX, but it m...
by jens
June 2nd, 2005, 3:15 pm
Forum: Programming and Software Forum
Topic: Create XLL (for Excel 2000) from DLL (Studio .Net)
Replies: 4
Views: 155708

Create XLL (for Excel 2000) from DLL (Studio .Net)

Automation add-ins are not available in Excel 2000 and limited in features compared to XLLs. Visual Studio Tools for office does not have support for add-in functions. See http://www.stochastix.de/ for an alternative supporting Excel 97-2003.
by jens
May 12th, 2005, 2:25 pm
Forum: Programming and Software Forum
Topic: simple excel question
Replies: 8
Views: 149964

simple excel question

groberts is right, but you must enter SUM(ABS(range)) as array function returning a 1x1 array. Although not documented, most worksheet functions can be used as array functions.
by jens
May 12th, 2005, 1:38 pm
Forum: Programming and Software Forum
Topic: simple excel question
Replies: 8
Views: 149964

simple excel question

use SUMIF to add positive and negative values separately
by jens
April 22nd, 2005, 11:26 am
Forum: Programming and Software Forum
Topic: DLL and PATH environment variable
Replies: 8
Views: 152158

DLL and PATH environment variable

http: no. maybe an UNC path like \\MACHINE\SHARE but I haven't tried this. See "NET USE /?" on how to map a share programmatically. However, you should really consult your administrators before...
by jens
April 22nd, 2005, 10:32 am
Forum: Programming and Software Forum
Topic: DLL and PATH environment variable
Replies: 8
Views: 152158

DLL and PATH environment variable

<t>You must map a network drive to do that - which might be unreliable or cause delays when included in the path. Manipulating the system's default requires Administrator permissions and has severe security implications. I wouldn't do that. Do speak with your admins if they can not provide a better ...
by jens
April 22nd, 2005, 10:13 am
Forum: Programming and Software Forum
Topic: DLL and PATH environment variable
Replies: 8
Views: 152158

DLL and PATH environment variable

<t>First, is it possible to access a DLL (to be used by excel) remotely over the internet, and if it is, how do you go about doing it?You must map the DLL's folder somehow, e.g. using a file share, http(s) (install Novell's NetDrive!), etc.Second, how can the PATH environment variable be set from ex...
by jens
March 29th, 2005, 9:02 am
Forum: Programming and Software Forum
Topic: C# instead of C++: Yes, No, Maybe, When?
Replies: 49
Views: 165111

C# instead of C++: Yes, No, Maybe, When?

How could you plug C# addin in Summit , Murex that are C/C++ native software under unix without their support? Host the .NET or Mono run-time!?
by jens
March 14th, 2005, 12:55 pm
Forum: Programming and Software Forum
Topic: QuantLib
Replies: 13
Views: 158919

QuantLib

AFAIK, Sourceforge tries to force email servers to follow certain policies - which your adminsitrator might have chosen not to (had the same problem once). Try to subscribe from e.g. gmail, and redirect incoming email to your cooperate account.Jens.
by jens
March 11th, 2005, 4:00 pm
Forum: Programming and Software Forum
Topic: VB Is Shit
Replies: 40
Views: 160624

VB Is Shit

My tool is bigger than yours (It's always amazing that such a crappy subject can attract so many people.)
by jens
March 7th, 2005, 8:05 pm
Forum: Programming and Software Forum
Topic: VB Is Shit
Replies: 40
Views: 160624

VB Is Shit

agree with Dominic, Pascal is for ....Turbo Pascal was really good for creating DOS applications and isn't such a bad language. After all, Turbo Pascal's creator, Anders Hejlsberg, is the man behind C# and you will recognize some concepts and keywords...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 16