<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 1: Preserve Case for #visible</title><link href="https://sourceforge.net/p/invisiblebasic/feature-requests/1/" rel="alternate"/><link href="https://sourceforge.net/p/invisiblebasic/feature-requests/1/feed.atom" rel="self"/><id>https://sourceforge.net/p/invisiblebasic/feature-requests/1/</id><updated>2007-06-26T11:06:27Z</updated><subtitle>Recent changes to 1: Preserve Case for #visible</subtitle><entry><title>Preserve Case for #visible</title><link href="https://sourceforge.net/p/invisiblebasic/feature-requests/1/" rel="alternate"/><published>2007-06-26T11:06:27Z</published><updated>2007-06-26T11:06:27Z</updated><author><name>Patrick</name><uri>https://sourceforge.net/u/sysmod/</uri></author><id>https://sourceforge.net3226ba7818043d31942146375a49b27174b9099d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Subject: InvisibleBasic ver 3&lt;/p&gt;
&lt;p&gt;I have two declarations I added to visible_names.txt&lt;/p&gt;
&lt;p&gt;SHGetPathFromIDListA&lt;br /&gt;
SHBrowseForFolderA&lt;/p&gt;
&lt;p&gt;The case is important, IB reduces them to lowercase&lt;br /&gt;
Can we let names in visible_names.txt pass through with case unchanged too?&lt;/p&gt;
&lt;p&gt;I tried adding #visible on to the original line&lt;/p&gt;
&lt;p&gt;Declare Function SHGetPathFromIDListA Lib "shell32.dll" ( _&lt;br /&gt;
ByVal pidl As Long, _&lt;br /&gt;
ByVal pszBuffer As String) As Long '#visible&lt;/p&gt;
&lt;p&gt;but it still reduced it to lowercase:&lt;/p&gt;
&lt;p&gt;Declare Function shgetpathfromidlista Lib "shell32.dll" ( _&lt;br /&gt;
ByVal pidl As Long, _&lt;br /&gt;
ByVal pszbuffer As String) As Long&lt;/p&gt;
&lt;p&gt;Also, on initial trials I found it would stop at the saving the decoder file and give an Excel GPF. &lt;br /&gt;
There was an 'Automation error' msgbox behind that.&lt;/p&gt;
&lt;p&gt;I found that making recompiling IB and saving the addin made it work.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>