Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

\cintools\cin.obj : fatal error LNK1136: invalid or corrupt file

Hi all;

I am using winXP labView 7.0 and MVC++ 6.0

I am trying to do a very simple CIN to get started I followed all the necessary stepes in the NI help manual

http://digital.ni.com/public.nsf/websearch/01bd203de97aeba986256800007546bb

I can compile it no problem but when I try to build the dll it sais

\...\cintools\cin.obj : fatal error LNK1136: invalid or corrupt file Error executing link.exe.

any ideas

p.s. Its not the same problem where people are getting the Error with cmd.exe

thanks in advance

mushi

Message Edited by mushi on 07-12-2005 09:49 AM

0 Kudos
Message 1 of 2
(4,822 Views)

Hi,

Are you trying to build a CIN or a DLL? If you are buildinga  DLL, be aware that "a few of the steps necessary to create a CIN are not necessary in creating a DLL. Notably, the DLL does not need to link against cin.obj or lvsb.lib. Also, the build does not need to include the execution of lvsbutil.exe. However, be aware that functions specific to CINs (such as SetCINArraySize) will not work in a DLL."

Hope this helps.

Ankita

0 Kudos
Message 2 of 2
(4,807 Views)