You need to define the platform (#define PC 1), which should be done before #include "matsrc.h". You should use the linksim command to link the file, but use MSVC to build the library. If you link outside of MATRIXx then you would need to include the necessary libraries (sysbld\lib\libdllutil.lib for stdwrt).
Also build the library using a c file rather than a cpp file, to avoid name mangling.
Attached is a set of files that can be used as a starting point. The files were created in MSVC 6.0 and MATRIXx 6.3.
It is a MSVC static library project. Add.c was added to the project and it was built into a library (.\debug\mxlib.lib)
Then the path and name of the lib file was added to the makeucb.mk and a UCB c file that calls the function in the library was c
reated. (usr01.c). This file is being called from the UCB in test.dat.
Carl L
National Instruments
www.ni.com/matrixx