davehouser Posted April 25, 2009 Report Share Posted April 25, 2009 Just playing around and wondering how one uses the linker.write info method? Linker.read is easy! But documentation on linker.write is sparse. Who wants to share? Thanks,Dave Quote Link to comment
Aristos Queue Posted April 26, 2009 Report Share Posted April 26, 2009 Write linker info is not recommended unless you are one of two developers on the LV R&D team and even then only if you are writing pretty much exclusively to VIs that don't link to anything "special" -- by which I mean anything other than another VI. (So no shared variables, libraries, classes, elemental I/O nodes, mathscript files, state charts, xcontrols, properties of xcontrols, xnodes, DLLs, pink hearts, orange stars, green clovers or purple horseshoes.) It exists predominantly to read a VI's existing linker information and then make a few very specific changes to that info and then write it back. It is not a panacea for cross-link repairs, app building or updating relative links. Quote Link to comment
davehouser Posted May 1, 2009 Author Report Share Posted May 1, 2009 Yeah I know it's off-list just curious. Just trying what you mention, vi to vi. I was just fighting a single weird linkage issue and wanted to try something totally random. thanks for the reply though, dave Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.