09-07-2004 12:07 PM
09-07-2004 01:48 PM
07-16-2007 04:48 PM
Hi:
I have used gtoobox from George Zou (http://gtoolbox.yeah.net), however it doesn't have any utility to read ini file using Kernel32.dll. I have been trying to use this under LABVIEW. I can easily use it in VB or CVI, but LABVIEW will crash on following function:
http://msdn2.microsoft.com/en-us/library/ms724366.aspx
Nasir
07-16-2007 04:58 PM
07-16-2007 08:42 PM
Hi:
The built-in config file library works fine for smaller size files. However, if you have a big ini file, more than 10 MB, it becomes very slow. We have used windows ini file API based on Kernel32 in VB & CVI and even in HP VEE. It works better with larger file. We have even developed another way of dealing larger ini file, called index file. That works for read only not writing.
Thanks.
Nasir
07-16-2007 09:40 PM
07-17-2007 05:40 AM