
Trouble calling custom dll functions from 2.0
Figured this one out. Guess my inexperience with C was showing its ugly
head. Turns out name mangling from the compiler was the problem.
Still having mass trouble with the linked list, but am exploring the
possibility of using a intermediate dll to assemble the links.
Quote:
> On to the question. Have some calculation DLL's I must call extensively,
> so I figured I'd do some little test functions to get a feel for the
> system. (I have no problems calling API functions, only these
<snip>