Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

writng a dll in microsoft visual c++ and import it into labview

everytime we create a dd project there will always be this prompt which will ask us whether to build an empty dll project or a simple project or complex one.Under what circumstances will i use a simple one and under what will i use the more complex one.Is the two prototype that is provided by microsoft enviroment be sufficient on most apllication? will there be a case where we will have to build our dll main?
0 Kudos
Message 1 of 2
(3,702 Views)
The best place to find information regarding dlls is from the technology creators themselves. Go to the following link to view the definitive overview on dlls at the Microsoft Developer Network (MSDN):

http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/winbase/dll_512r.htm

If you would like to see the ins and outs on using external modules in LabView the following webpage contains our technical documents covering the subject:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/a6705fec7ea42300862567b70054206e?OpenDocument

Jason F.
Applications Engineer
National Instruments
www.ni.com/ask
0 Kudos
Message 2 of 2
(3,702 Views)