johnlopez2000
Programmer
I am creating a program in VB6 that will use a "job ticket" (file created by client side to indicate job specs).
I wish to create this in the format of an INI file.
I was attempting to use GetPrivateProfileString() which is supported in kernel.dll, however is not directly supported in kernel32.dll
I am attempting to use the kernel32.dll replacement GetPrivateProfileStringA().
kernel32.dll shows not function entry point for GetPrivateProfileString(). When I use GetPrivateProfileStringA(), I get a memory error and the VB6 editor crashes.
At this point I am down to writing my own version of the above. Does anyone have any recommendations on the use of the above?
Thanks very much.
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com
I wish to create this in the format of an INI file.
I was attempting to use GetPrivateProfileString() which is supported in kernel.dll, however is not directly supported in kernel32.dll
I am attempting to use the kernel32.dll replacement GetPrivateProfileStringA().
kernel32.dll shows not function entry point for GetPrivateProfileString(). When I use GetPrivateProfileStringA(), I get a memory error and the VB6 editor crashes.
At this point I am down to writing my own version of the above. Does anyone have any recommendations on the use of the above?
Thanks very much.
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com