07-31-2005 11:50 PM
08-01-2005 02:50 AM
08-01-2005 04:50 PM
Hello CraigL,
In addition to CVI-User's comments, you can take a look at the INI shipping example to see how the file name is formatted and fed into the Ini_WriteToFile function. The INI shipping example is located in <cvi folder>\samples\toolbox\ini.prj.
Thanks.
08-13-2005 05:13 PM
Some times you feel like a dunce...some times you don't. It was indeed the formatting. It requires c:\ instead of c:/ or c:\\. Arghhh. Thanks for the suggestions.
Craig
08-14-2005 01:17 PM
08-14-2005 05:38 PM
08-15-2005 04:31 AM
I tend to stick to the SDK functions for reading or writing .ini files. GetPrivateProfileInt(), GetPrivateProfileString() and WritePrivateProfileString(), for example. Depending on the application, they might be easier to use.
JR
08-15-2005 02:25 PM