Hi,
I need some help.
I've finished to code my program and now, I need to some important things :
I'm under MSVC 2005 and I use ini functions provided with NI Labwindows CVI
What I've done to use those function is to build a .lib and its associated .dll.
Today I run my .exe with the dll in the same directory.
What I need now, is to build a static library, just a .lib for the INI function, but when i use the .lib i've built in CVI, MSvc gives me errors.
I'm joining a screenshot.
(I've tried different methods, build with inifile.c and inifile.h or directly with .obj)
In a second time, I need to export my application on another pc.
With depends.exe i can see dependencies of my .exe. Do I need to copy all .dll files in order to have it to run on my other PC?
I'm not friend with .lib and .dll and it's a bit difficult to understand how all that world works.
Thanks in advance for your help.