Link to home
Start Free TrialLog in
Avatar of hernan007
hernan007

asked on

Error PRJ0019: A tool returned an error code from. Visual C++ 8.0 and Labview 7.1

Dear Experts,

I want build a Labview CIN (Code Interface Node) I use the Labview 7.1  and Visual C++.  I use the this instructions in order to build the CIN:

http://zone.ni.com/devzone/cda/tut/p/id/3172

so, I have this error msg and warning:

Error 2 error PRJ0019: A tool returned an error code from
Warning 1warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library      

I use dependencewalker  and the dll dont have any error, I dont know what happend !...

what Can  I do?

thanks





The msg error is:
Compiling...
SampleCIN.cpp
Compiling manifest to resources...
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:Debug\SampleCIN.dll" /INCREMENTAL "/LIBPATH:C:\Labview7\cintools" /DLL /MANIFEST "/MANIFESTFILE:Debug\SampleCIN.dll.intermediate.manifest" "/DEF:C:\Labview7\cintools\lvsbmain.def" /DEBUG "/PDB:c:\Labview7\SampleCIN\SampleCIN\Debug\SampleCIN.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 cin.obj labview.lib lvsb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 
".\Debug\SampleCIN.obj" 
".\Debug\SampleCIN.dll.embed.manifest.res" 
   Creating library Debug\SampleCIN.lib and object Debug\SampleCIN.exp
LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library
Embedding manifest...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:Debug\SampleCIN.dll" /INCREMENTAL "/LIBPATH:C:\Labview7\cintools" /DLL /MANIFEST "/MANIFESTFILE:Debug\SampleCIN.dll.intermediate.manifest" "/DEF:C:\Labview7\cintools\lvsbmain.def" /DEBUG "/PDB:c:\Labview7\SampleCIN\SampleCIN\Debug\SampleCIN.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 cin.obj labview.lib lvsb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 
".\Debug\SampleCIN.obj" 
".\Debug\SampleCIN.dll.embed.manifest.res" 
The filename, directory name, or volume label syntax is incorrect.
Project : error PRJ0019: A tool returned an error code from

Open in new window

Avatar of jkr
jkr
Flag of Germany image

Could you post the complete BuildLog.htm from your Debug folder?
Avatar of hernan007
hernan007

ASKER

Dear Jkr

Yes, Pls find enclosed the file,
cheers,

Hernan
C--Labview7-SampleCIN-SampleCIN-.pdf
Try setting teh "FAT32 Workaround". Go to "Project|Properties", "Configuration Properties", "Manifest Tool", "General". Set "Use FAT32 Workaround" to "Yes".
Dear JKR

 I have the same error msg  ,   Pls find enclosed the new  BuildLog File,

Tthanks

Hernan,

Error-C--Labview7-SampleCIN-Debu.pdf
Dear Experts,

Now I have the solution in thi webpage:

http://detritus.blogs.com/lycangeek/2006/03/building_cins_w.html

my best regards,
ASKER CERTIFIED SOLUTION
Avatar of hernan007
hernan007

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Closed, 250 points refunded.
Vee_Mod
Community Support Moderator