I am creating a simplest CIN using VC6.
(I am using NI document guideline 'How to build a CIN code resource (.lsb file)
')
Code compiles. But when I want to create DLL, 1 fatal linking error comes ...
"Linking...
LINK : fatal error LNK1104: cannot open file "kernel32.lib"
Error executing link.exe. "
What is this error. And How to get rid of it?
Also in VC6 env, in 'cutom built command/outpt' options the in project settings,
is the text 'WkspDir','OutDir','TargetName' supposed to be replaced by me?
Thanks.