Hi Friends, I want to read a value from an .ini file with: OSCall>getPrivateProfileString:lpszEntry:lpszDefault:lpszReturnBuffer:cbReturnBuffer:lpszFilename: I would like it to work with both Windows and Linux. Is Linux going to give me any love here? Lou You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hi Lou,
-- On Thursday, February 25, 2016 at 10:32:06 AM UTC-5, Louis LaBrunda wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hi Seth, Thanks for the info. Actually, I moved on to "System iniFileGetContentsArray:" which I'm hoping will work under both windows and Linux. What do you think. Lou You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Administrator
|
In reply to this post by Seth Berman
On Thursday, February 25, 2016 at 12:04:06 PM UTC-8, Seth Berman wrote:
--
It is possible that it would work with Wine, but that's wild speculation. If it would, it would also probably require you to jump through a few hoops ("DLL" binding being the least of them).
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Louis LaBrunda
Hi Lou,
-- That works fine...but that is the specific ini file (i.e. abt.ini) that is associated with the image. I was thinking you wanted to point to some arbitrary ini file and parse it. You can certainly add whatever you want to the ini file...so if you don't care which ini file...then that should work -- Seth On Thursday, February 25, 2016 at 3:15:29 PM UTC-5, Louis LaBrunda wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hi Seth, I'm happy with having to add the info to the system ini file, especially if I don't have to point to and parse a separate file. This is for a side project to our LibUSB project. I will tell you about it tomorrow. Lou On Thursday, February 25, 2016 at 3:20:56 PM UTC-5, Seth Berman wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |