LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build CIN codes resource (.lsb file)

Hello,
 
After reading the document:
How to build has CIN codes resource (.lsb file)
http://zone.ni.com/devzone/conceptd.nsf/webmain/31DAB548C369B2C6862567C8006D8FC9
 
I would like to know if it is possible to make the same thing with Microsoft Visual C++ 2005 Express Edition in the place of Microsoft Visual C++ v.5.0.
If that is possible, how to make?
 
Thank you
Denys.
0 Kudos
Message 1 of 3
(2,844 Views)
VS.NET 2005 isn't officially supported yet, although we are working on it. The problem is that Microsoft introduced the concept of Side-by-Side execution in regular DLLs (not just .NET), and that affects the way to correctly build the system.
 
I have an "unreleased" version of the make file that you can try if you are using LabVIEW 7 or 8. It isn't a VS.NET project, and I haven't tried it with the express edition, but I think it should work for you. What you need to do is back up your current <labview>\cintools\ntlvsb.mak file and drop in the one I've attached. Now just follow the documentation in "Creating a CIN", using a VC++ makefile (or using VC++ command line).
 
Let me know if you run into any trouble, because, as I said, this is a work in progress.
0 Kudos
Message 2 of 3
(2,833 Views)
Thank you Lycangeek for your assistance.
For the moment I use Labview 6.1, but we plan the update to version 8 in few weeks.
I keep your information.
Denys.
0 Kudos
Message 3 of 3
(2,826 Views)