File mapping in LV is easiest using Code Interface Nodes and using the Win32 API's in a *.c file. The trick is to create a *.mak file with the following information:
name=CIN_NAME
type=CIN
cinlibraries=Kernel32.lib
CINTOOLSDIR=ADDRESS_TO_CINTOOLS_FOLDER
!include<$(CINTOOLSDIR)\ntlvsb.mak>
especialy that cinlibraries link and opening Microsoft C++ with the *.mak as its base and let Microsoft C++ set up the workspace for you. Be aware that the ADDRESS_TO_CINTOOLS_FOLDER needs to be in the DOS 8 character name format.
Also its good to add to the *.c file:
#include
KH @->---
The test of a first-rate intelligence is the ability to hold two opposed ideas in mind at the same time and still retain the ability to function. F. Scott Fitzgerald