i have a question about ini functions. if application non unicode and he try to create or read ini on windows 7 it no work? for windows 7 and hiegher need to unicode check for application?
i have no windows 7 for test. my application is non unicode (becouse i need to plug midi code and this code is not work with unicode, and i dont know where it can be fixed for midi parse). by plan it check ini file, if exists - read ini value, if not - show set path, and write it into ini file near exe file. i though it was windows vista and hiegher proglem - becouse UAC. it not give for exe rights for create ini file near exe file. i try to set create ini for my documents - i think for my documents no need to some rigths, but ini is not create again. so i think it is problem of non unicode application and windows 7. any ideas?
DroopyLib
-
- Enthusiast
- Posts: 542
- Joined: Tue Oct 14, 2014 12:09 pm
Re: DroopyLib
Hi droopy
Your excelent programm droopylib is not working since PB 6.11 B1 can you see what is wrong and corrected it.
Thanks in advance
Your excelent programm droopylib is not working since PB 6.11 B1 can you see what is wrong and corrected it.
Thanks in advance
-
- Enthusiast
- Posts: 628
- Joined: Fri Feb 20, 2009 9:24 am
- Location: Almaty (Kazakhstan. not Borat, but Triple G)
- Contact:
Re: DroopyLib
it is opensource thing. you can open old version, copy code of that function, which you need and fix for new version of PB if it need.
-
- Enthusiast
- Posts: 542
- Joined: Tue Oct 14, 2014 12:09 pm
Re: DroopyLib
Thanks,
But the problem comes from Purebasic and not from the lib. It comes from PROCESSENTRY32 structure failure in 6.11 beta 1
I don't arrive to know if fred will fixed it in a new beta version
But the problem comes from Purebasic and not from the lib. It comes from PROCESSENTRY32 structure failure in 6.11 beta 1
I don't arrive to know if fred will fixed it in a new beta version
- skinkairewalker
- Enthusiast
- Posts: 772
- Joined: Fri Dec 04, 2015 9:26 pm
Re: DroopyLib
Would a fix be possible to work in version 6.11?
Re: DroopyLib
Wich functions dont work ?