search for: vs97

Displaying 2 results from an estimated 2 matches for "vs97".

Did you mean: vs9
2007 Dec 15
2
Problems with the console functions?
...o/Utility/6.0/W98NT42KMeXP/EN-US/vs6samples.exe. As that is a quite large file (131Mb), the example of interest extracted from the package is temporarily available at http://www.helsinki.fi/~sund/sdk_WinUI_console.exe, or in a zipped form at http://www.helsinki.fi/~sund/console_vs6.zip. An older (vs97) version of the same SDK sample that includes a compiled binary can be found at http://www.helsinki.fi/~sund/console_vs97.zip. The sample code compiles easily with Winelib after the standard --cuiexe transformations with Winemaker.
2012 Jan 24
2
Calling function in DLL using .C
...stand why a function appears to be available to R (is.loaded('planckwR') returns TRUE) but the call with .C results in an error message: C symbol name 'planckwR' not in DLL for package <path to DLL file here> This is what I do: Loading a homebrewed DLL, compiled with MS VS97. The functions are all void, the C calling sequence is used and all arguments are passed by reference. Done things much like this many times with both Fortran and C subroutines and functions and called those successfully from either VBA or Python. R code like this: ++++++++++++++++ dllpath&l...