User LarryF - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T13:13:15Zhttp://stackoverflow.com/feeds/user/18518http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/440675/compile-error-cs0433-on-pre-compiled-asp-net-2-0-site1Compile Error CS0433 on pre-compiled ASP.NET 2.0 site.LarryF2009-01-13T20:31:38Z2009-11-29T17:41:22Z
<p>I keep getting this error ever so often when I launch the debugger to debug my site. I'm using the Telerik controls, and usually the error is in my tab strip. Here is an example of the error I'm looking at right now:</p>
<pre><code>Compiler Error Message: CS0433: The type 'ASP.controls_motorvehiclegeneral_ascx' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_6wlqh1iy.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_ro_sgchs.dll'
Source Error:
Line 48: </telerik:RadTabStrip>
Line 49: <telerik:RadMultiPage ID="RadMultiPageControls" Runat="server" SelectedIndex="0">
Line 50: <telerik:RadPageView ID="PageGeneral" runat="server"><uc1:General ID="GeneralControl" runat="server" /></telerik:RadPageView>
Line 51: <telerik:RadPageView ID="PageVehicle" runat="server"><uc1:VehicleList ID="VehicleList" runat="server" /></telerik:RadPageView>
Line 52: <telerik:RadPageView ID="PagePerson" runat="server"><uc1:PersonList ID="PersonList" runat="server" /></telerik:RadPageView>
</code></pre>
<p>The thing that bothers me most, is if I just keep hitting F5, the page WILL refresh and work as it should. Sometimes it takes several refreshes to do this, others it happens pretty quick. I have not been able to find a solution on the net, as most of the people with this error are upgrading from VS2005 to Web Application, and thus the fix seems to be "Remove your app_code directory, and change the CodeFile= to CodeBehind=. But, the CodeBehind is old, and not used anymore. </p>
<p>In this instance, I'm getting the error on my General tab, but it can happen of ANY of my user controls when it DOES happen. </p>
<p>Has anyone else seen this with pre-compiled pages? I'm using VS2008 SP1. </p>
<p>The other effect I've seen related to this is when I have a GridView setup with a datasource, and the datasource changes, but the page does not update until several other operations, then all at once all the data is filled in... This makes me think there is some sort of cache issue, or compile-time, time-out or something...</p>
<p>I am using a site.master page, and have checked the @Page and @Master directrives... Just for the sake of arguement, here are the compiler options it's using...</p>
<pre>
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE> "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\6614ff9a\005164fc_423cc801\PetersDatePackage.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.Common\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.Common.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_0-em44qa.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_6wlqh1iy.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_ro_sgchs.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Utilities\2.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\6fe979bb\0056bc44_4b94c701\Microsoft.Practices.EnterpriseLibrary.Common.DLL" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\ad70f8ed\0010f920_4b94c701\Microsoft.Practices.EnterpriseLibrary.Data.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\d61e8194\009ae0bd_854ec901\Telerik.Web.UI.DLL" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\98ba2ae7\211fb135_e674c901\CoreAPI.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Management\2.0.0.0__b03f5f7f11d50a3a\System.Management.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\62fa267e\9888875e_bb5cc901\AjaxControlToolkit.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Framework\2.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Code.nufffrfb.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\52f6447d\f90fd1c8_b475c901\StatisticsAPI.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\955f38e7\982cdc0f_bc5cc901\Validators.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_nv7t8gs_.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\assembly\dl3\a5daf5e0\0071b5e7_909cc701\Microsoft.Practices.ObjectBuilder.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\Microsoft.ReportViewer.ProcessingObjectModel\9.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.ProcessingObjectModel.dll" /R:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_atcckswk.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /out:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_zva2jsmk.dll" /D:DEBUG /debug+ /optimize- /win32res:"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\zva2jsmk.res" /nowarn:1659;1699;1701 /d:DBCONVERTPUBLIC;CRYSTALSUPPORT "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_zva2jsmk.0.cs" "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_zva2jsmk.1.cs" "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\statisticsweb\30c716d3\eebad209\App_Web_zva2jsmk.2.cs"
</pre>
<p>Anyone have any ideas where I can even start to look?</p>
http://stackoverflow.com/questions/342409/how-do-i-base64-encode-decode-in-c/426485#4264850Answer by LarryF for How do I base64 encode (decode) in C?LarryF2009-01-08T23:31:19Z2009-11-24T03:40:26Z<p>Here's the decoder I've been using for years...</p>
<pre><code> static const char table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
static const int BASE64_INPUT_SIZE = 57;
BOOL isbase64(char c)
{
return c && strchr(table, c) != NULL;
}
inline char value(char c)
{
const char *p = strchr(table, c);
if(p) {
return p-table;
} else {
return 0;
}
}
int UnBase64(unsigned char *dest, const unsigned char *src, int srclen)
{
*dest = 0;
if(*src == 0)
{
return 0;
}
unsigned char *p = dest;
do
{
char a = value(src[0]);
char b = value(src[1]);
char c = value(src[2]);
char d = value(src[3]);
*p++ = (a << 2) | (b >> 4);
*p++ = (b << 4) | (c >> 2);
*p++ = (c << 6) | d;
if(!isbase64(src[1]))
{
p -= 2;
break;
}
else if(!isbase64(src[2]))
{
p -= 2;
break;
}
else if(!isbase64(src[3]))
{
p--;
break;
}
src += 4;
while(*src && (*src == 13 || *src == 10)) src++;
}
while(srclen-= 4);
*p = 0;
return p-dest;
}
</code></pre>
http://stackoverflow.com/questions/895102/using-the-old-crystalreports-activex-control-crystl32-ocx0Using the old CrystalReports ActiveX control 'Crystl32.ocx'LarryF2009-05-21T20:55:26Z2009-05-21T20:55:26Z
<p>I'm working on an application that is about 8 years old, and it uses version 8.0.0.4 of the Crystl32.ocx file for viewing reports.</p>
<p>The issue is, when I go to view the report, it shows a parameter screen, that the user can CANCEL from. But, if you click CANCEL, the report window STILL opens, and shows a report with no data... (Or data from the defaults the parameters offered).</p>
<p>Does anyone know of an event I can capture, or some way to handle the cancel button on the PARAMS screen?</p>
<p>To view a report, you set the "Action" property of Crystal::CrystalReport to 1L. (1 in VB, 1L in C++)... But, that property does not return until after the report is loaded, and showing on screen....</p>
<p>So, I'm not sure what to do from here...</p>
http://stackoverflow.com/questions/359764/splitting-gpg-encrypted-messages-into-packets/382571#3825710Answer by LarryF for Splitting GPG encrypted messages into packets?LarryF2008-12-19T23:30:51Z2009-05-05T22:07:27Z<p>Hudson, what EXACTLY are you trying to do? Do you want to get the raw message text back, and re-encrypt it? You can't re-sign it or anything, it takes a private key of the signer to do that...</p>
<p>And if you break up the packets, the signatures will NEVER match up.</p>
<p>You COULD pull the original text out, and even key info from the original signers. (Since it's just a hash of the data encrypted with a private key). You can look at the packets yourself in C++... I have some code that looks at each packet inside the block of data, and tells you what sort of packet it is.</p>
<p>I haven't used GPG in almost 10 years, so I don't know all the tools/parameters it offers.... </p>
<p>Not even sure this reply will help you at all, but while I was working on Public Key Cryptography, it was one of the coolest pieces of code I've ever written. I'm <em>STILL</em> amazed at what these savants have been able to do with just MATH... When you hear about it, it sounds like a load of crap, but, dammit if they don't do exactly what they say.. And they did it BACK IN THE 70's!</p>
<p>Whew! Can you imagine debugging your new "PKE" THEORY technology with a slide-rule?</p>
http://stackoverflow.com/questions/764540/html-sanitization-in-c/787152#7871521Answer by LarryF for HTML Sanitization in C++LarryF2009-04-24T19:07:11Z2009-04-24T19:07:11Z<p>You are asking quite the question here. Before you are going to get a good answer, you need to be clear on what exactly you want to "parse" OUT of your input. For example, you could look for any "<" chars, and convert them to something else, so they are not parsed by any HTML parser.</p>
<p>Or, you could search for the pattern of < and > followed by < / > pattern. (Excuse the space, I had to put it in here so the HTML parser HERE would not eat it). Then, you also need to look for the "< single element tags / >" as well.</p>
<p>You can actually look for valid/known HTML tags and strip THOSE out.</p>
<p>So, the question becomes, which method is correct for your solution? Knowing that if you make a simple parser, you may actually rip valid text out that contains greater-than, and less-than symbols.</p>
<p>So, here is my answer for you thus far.</p>
<p>If you want to simply REMOVE any HTML-esque style text, I'd recommend going with a regular expression engine (PCRE), and using it to parse your input, and remove all the matched strings. This probably the easy solution, but it does require you get and build PCRE, and there a GPL issues you need to be aware of, for your project. The parsing would probably be really easy to implement, and run quick.</p>
<p>The second option is to do it by walking a buffer, looking for the open HTML char (<), then parsing until you hit the first white space, then start walking, looking for the closing HTML char (>), then start walking again, looking for the matching CLOSING tag, based on what you just parsed. (Say, it's a DIV tag, you want to look for /DIV.)</p>
<p>I have code that does this in an STL HTML parser, but there are a lot of issues to consider going this route also. For example, you have entity codes to deal with, single element tags like IMG, P, and BR, to name a few.</p>
<p>If you want some REALLY great C code to look at, go look at the ClamAV project. They have an HTML parser that strips all the tags out of a page, and leaves you with JUST the text left over. (among other things it does..). Look in the file libclamav\htmlnorm.c for a great example on 'buffer walking' and parsing. It's not the fastest thing in the world, but it does work... The latest Clam might even have so much stuff tied into the HTML parser, it might actually be difficult to understand. If so, go back and look at an earlier version, like .88.4 or so. Just please be aware of the bugs in those older code bases, there are some good ones. :)</p>
<p>Hope this helps.</p>
http://stackoverflow.com/questions/736434/how-to-re-enable-the-default-error-handling-in-vb6/736488#7364880Answer by LarryF for How to re-enable the default error handling in VB6LarryF2009-04-10T01:57:11Z2009-04-10T01:57:11Z<pre><code>on error goto 0
</code></pre>
<p>Should be what you want... It should cause the error to the thrown, and in turn probably unwind up to the RTL...</p>
<p>It's been a long time, but I'm pretty sure that's what you want.</p>
<pre><code>on error resume next
</code></pre>
<p>will just continue to the next statement, so you NEED to have plenty of </p>
<pre><code>if err.Number <> 0 then
</code></pre>
<p>statements in your code where errors CAN occur...</p>
http://stackoverflow.com/questions/736456/first-chance-exception-system-error-8-not-enough-storage-space-to-perform-the/736476#7364763Answer by LarryF for first chance exception: system error 8: not enough storage space to perform the commandLarryF2009-04-10T01:50:32Z2009-04-10T01:50:32Z<p>You are looking at a resource leak on your server, more than likely... Either handle related, or memory related...</p>
<p>I've had this happen a lot, and it's always the case... There CAN be other causes, but I think a resource leak is your #1 cause...</p>
<p>You are going to have to either find it and fix it, or start putting debug checks in on all memory allocations, handle allocations, and log them anytime you can't get memory, or handles.</p>
<p>It's also possible that your CLIENT machine is out of resources, but usually, it's the server at fault...</p>
<p>Failing all that, give us some more idea of what you are doing, what the code looks like, etc, to help spot issues. Just based on the error alone, isn't a lot to go on...</p>
http://stackoverflow.com/questions/731332/check-for-null-variable-in-windows-batch/731433#7314331Answer by LarryF for Check for null variable in Windows batchLarryF2009-04-08T19:17:32Z2009-04-08T19:17:32Z<p>Both answer given are correct, but I do mine a little different. You might want to consider a couple things...</p>
<p>Start the batch with:</p>
<pre><code>SetLocal
</code></pre>
<p>and end it with</p>
<pre><code>EndLocal
</code></pre>
<p>This will keep all your 'SETs" to be only valid during the current session, and will not leave vars left around named "FileName1" that could interfere with the next run of the batch file. Also, you can do something like:</p>
<pre><code>IF "%1"=="" SET FileName1=c:\file1.txt
</code></pre>
<p>The other trick is if you only provide 1, or 2 parameters, use the SHIFT command to move them, so the one you are looking for is ALWAYS at %1...</p>
<p>For example, process the first parameter, shift them, and then do it again. This way, you are not hard-coding %1, %2, %3, etc...</p>
<p>The Windows batch processor is much more powerful than people give it credit for.. I've done some crazy stuff with it, including calculating yesterday's date, even across month and year boundaries including Leap Year, and localization, etc.</p>
<p>If you really get creative, you can call functions in the batch processor... But that might be for a different topic.. :)</p>
<p>Oh, and don't name our batch files .bat either.. They are .cmd's now.. heh..</p>
<p>Hope this helps.</p>
http://stackoverflow.com/questions/731208/whats-the-best-use-youve-had-with-pointer-to-members-and-member-functions/731390#7313900Answer by LarryF for What's the best use you've had with pointer to members and member functions?LarryF2009-04-08T19:02:51Z2009-04-08T19:02:51Z<p>I did it in a "DomainEditor" class for this huge application I wrote. All my type (domain) tables in the database could be edited by the admins of the program and since the clients called some of the types by different names than others did, I made a dialog that allowed you to edit them. Well, I didn't want to make an editor for the 15+ domain types, so I wrote a super-class that I could cast each class to, and using pointers I could make simple calls to each domain table. Each one supported all the same properties, a Description (name), an ID, an Inactive flag, and a Required flag. So, the code started with a Macro to setup my calls:</p>
<pre><code>#define DomainList(Class, Description, First, Next, Item, UpdateItem, DeleteItem, IsItemRequired, MaxLength) { \
CWFLHandler *handler = new CWFLHandler; \
handler->pWFL = new Class;\
handler->LoadFirstType = (LoadFirst)&Class::First;\
handler->LoadNextType = (LoadNext)&Class::Next;\
handler->LoadType = (Load)&Class::Item;\
handler->UpdateType = (Update)&Class::UpdateItem;\
handler->DeleteType = (Delete)&Class::DeleteItem;\
handler->IsRequiredType= (IsRequired)&Class::IsItemRequired; \
handler->MAX_LENGTH = MaxLength;\
PopulateListBox(m_Domain, Description, (long)handler); }\
</code></pre>
<p>Then, lots of calls to the Macro: (Here is just a single one)</p>
<pre><code> DomainList(CConfigWFL, "Application Parameter Types", LoadFirstParameterType, LoadNextParameterType, LoadParameterTypeByTypeId, UpdateParameterType, DeleteParameterType, IsParameterTypeRequired, LEN_APPL_PARAMETER_DESC);
</code></pre>
<p>Then, the calls to edit the data were all common, and I didn't have to duplicate any code at all...</p>
<p>For example, to populate the list with the selected item in the DropDownList (populated by the Macro), the code would look like this:</p>
<pre><code> if((pWFLPtr->pWFL->*pWFLPtr->LoadFirstType)(true))
{
do
{
m_Grid.AddGridRow();
m_Grid.SetCheck(COLUMN_SYSTEM, (pWFLPtr->pWFL->*pWFLPtr->IsRequiredType)(pWFLPtr->pWFL->TypeId));
m_Grid.SetCheck(COLUMN_STATUS, pWFLPtr->pWFL->InactiveIndc == false);
m_Grid.AddTextToGrid(COLUMN_NAME, pWFLPtr->pWFL->TypeDesc);
m_Grid.AddTextToGrid(COLUMN_DEBUG, pWFLPtr->pWFL->TypeId);
m_Grid.AddTextToGrid(COLUMN_ID, pWFLPtr->pWFL->TypeId);
}
while((pWFLPtr->pWFL->*pWFLPtr->LoadNextType)());
</code></pre>
<p>Of, course, this was all stored in a class that was part of the dialog. And I simply created new instances of the class, stored them in the ListBox's ItemData member. So, I did have to clean all that up when the dialog closed.. I left that code out of this message however.</p>
<p>The class to store all this stuff in was defined as:</p>
<pre><code> typedef bool (CMyWFL::*LoadFirst)(bool);
typedef bool (CMyWFL::*LoadNext)();
typedef bool (CMyWFL::*Load)(long);
typedef bool (CMyWFL::*Update)(long, const char*, bool);
typedef bool (CMyWFL::*Delete)(long);
typedef bool (CMyWFL::*IsRequired)(long);
class CWFLHandler {
public:
CWFLHandler() {};
~CWFLHandler() { if(pWFL) delete pWFL; }
CMyWFL *pWFL;
LoadFirst LoadFirstType;
LoadNext LoadNextType;
Load LoadType;
Update UpdateType;
Delete DeleteType;
IsRequired IsRequiredType;
int MAX_LENGTH;
};
CWFLHandler *pWFLPtr;
</code></pre>
<p>All this work made it really nice to be able to add new domains to the application with very little work to add them to the domain editor... There may have been a better way, I don't know. But this is the way I went, and it worked VERY well for me, and IMHO, it was very creative... :)</p>
http://stackoverflow.com/questions/716209/c-winsock-api-how-to-get-connecting-client-ip-before-accepting-the-connection/731311#7313110Answer by LarryF for C++ Winsock API how to get connecting client IP before accepting the connection?LarryF2009-04-08T18:42:45Z2009-04-08T18:42:45Z<p>When using ATM, the CONNECT ACK packet will come from the most recent switch, not the end client. So, you would have to call accept() on the socket, then look at the address (based on the passed addr_family), and at that point just close the socket. By the time it reaches the requester, it will probably just get a failure.</p>
<p>And I'm not sure how many resources you think this will take up, but accepting a connection is at a very low level, and will not really be an issue. It's pretty easy to drop them.</p>
<p>If you come under a DoS attack, your code CAN quit listening for a preset amount of time, so the attacker just gets failures, if you are so worried about it.</p>
<p>Does it really matter if the client knows there is a socket listening? Try using telnet to connect to your localhost on port 137 and see how fast the file sharing in windows drops the connection... (If you even have it enabled, and if I remembered the correct port number.. heh..)</p>
<p>But, at the SOCKET level, you are not going to be able to do what you want. You are talking about getting down to the TCP level, and looking at the incoming connection requests, and deal with them there.</p>
<p>This can be done, but you are talking about a Kernel driver to do it. I'm not sure you can do this in user-mode at all.</p>
<p>If you want Kernel help with this, let me know. I may be able to give you some examples, or guidance.</p>
<p>Just my own two cents, and IMVHO...</p>
http://stackoverflow.com/questions/723416/can-i-use-a-visual-studio-6-compiled-c-static-library-in-visual-studio-2008/723442#7234421Answer by LarryF for Can I use a Visual Studio 6 compiled C++ static library in Visual Studio 2008?LarryF2009-04-06T22:07:38Z2009-04-06T22:07:38Z<p>Yes. There should be no issues with this at all. As <a href="http://stackoverflow.com/users/13744/gbjbaanb">gbjbaanb</a> mentioned, you need to mind your memory, but VS2008 will still work with it. As long as you are not trying to mix CLR, (managed) code with it. I'd recommend against that if at all possible. But, if you are talking about raw C or C++ code, sure, it'll work.</p>
<p>What exactly are you planning on using? (What is in this library?) Have you tried it already, but are having issues, or are you just checking before you waste a bunch of time trying to get something to work that just wont?</p>
http://stackoverflow.com/questions/703432/debug-vs-release-build-in-visual-studio-c-2008-win32-runtime-issue/703547#7035471Answer by LarryF for debug vs release build in Visual studio c++ 2008 win32 runtime issueLarryF2009-04-01T00:06:12Z2009-04-01T00:06:12Z<p>This is more likely an issue of not initializing variables to some initial value, so in debug they have some sort of value, but in release, most things are initialized zero (NULL). So, some condition/branch may be taking place, that you do not expect... Without your source code for example, it's REALLY hard to spot issues.</p>
<p>This has bit me more than once.. :) </p>
<p>This is assuming you are not expecting to see anything using stuff like OutputDebugString() as <a href="http://stackoverflow.com/users/33708/mehrdad">Mehrdad</a> suggested...</p>
<p>Also, make sure your packets are UNDER 1024 bytes in size, or you will NOT get them. Took me a while to figure this one out back when XP came out, and I couldn't figure out why my code worked on 2000, but not XP... Even though send (sendto) would return success, it never actually SENT the packet..</p>
<p>Anyways, I've dealt with UDP a lot on Win32, so if you give me some example code I should be able to help more...</p>
<p>But anyways, check that ALL your variables are initialized to some sort of default value on both the sender and the receiver, (which is just good practice), and then re-build it and try again. Also, check your packet size with a sizeof() before it sends, and if it's greater than 1024 bytes, don't bother... It's also a good idea to check size of the received packet, and if it's not exactly the size you expect, then drop the packet. This holds MORE true for broadcasts, but still applies.</p>
<p>Let me know if any of this helped, I posted a LOT of UDP code on <a href="http://stackoverflow.com/questions/390944/how-to-do-private-comms-between-private-apps-over-network/558279#558279">another question</a> here a little while back, and that code works, you might want to refer to it. </p>
http://stackoverflow.com/questions/578359/hiring-a-programmer-looking-for-the-right-attitude/684174#6841741Answer by LarryF for Hiring a programmer: looking for the "right attitude"LarryF2009-03-26T01:20:44Z2009-03-26T01:20:44Z<p>Well, there are already 26 answers to this, so mine may not be seen at all. But, before I became a developer, I managed a support team, and later a Quality Assurance team. One of the things I could not STAND to hear from a developer is "You want what? No.. We can't do that...".. </p>
<p>IMHO, the developer is the CREATOR, so there is no such thing as "can't". A developer can do ANYTHING.. They are the creator! Now, some things might cost more money, take longer, etc, but NOTHING IS IMPOSSIBLE when it comes to software development.</p>
<p>If I were looking for a developer, perhaps I would present him with a VERY difficult situation, and see how they respond to it. Is it a "Oh, that can't be done...", or a "Well, it can be done.. Nothing is impossible, but it might take a long time, and impact the overall schedule of the project. If it's cleared by management, then sure, I'd do [this]..." Listen to his/her answer, to find out of it's real, or just an answer given to sound good during the interview...</p>
<p>IMHO....</p>
http://stackoverflow.com/questions/628933/cstatusbarctrl-getitemrect-xp-manifest/684144#6841440Answer by LarryF for CStatusBarCtrl GetItemRect XP ManifestLarryF2009-03-26T01:10:52Z2009-03-26T01:10:52Z<p>My first guess would be differences between 'THEMES' in Vista and XP. Remember, if you are using a CFrameWnd there is a gripper control in what would be your last pane in the far right of the status bar. So, it looks as though changes in the ComCtl32.dll may account for this, thus, giving you a smaller rect. I assume you are just seeing a smaller rect.Width() than you did before? You are not talking about smaller X and Y at the same time are you?</p>
<p>If you have to, you may want to look for the correct version and deploy it with your app, or make your manifest reflect which version to use...</p>
<p>Sorry I don't have a clear cut answer, but Themes are the only thing that come to mind, since if I recall correctly, in VC6, the gripper was added on top of the status bar, OR the status bar was shrunk just enough to display it...</p>
<p>One suggestion you could use would be to detect your running version of Windows, and made the assumption of the gripper for the OS. The gripper will be the same size as the VScroll bar, so you can naturally remove that many DLU's (or Pixels) from the last cell at runtime, and render text based on that. I'll have to go home and fire up VC6, and see how it acts based on what you are saying here...</p>
<p>I don't have a Vista VM handy to see what version of ComCtl32.dll it has installed by default, but it's my guess they put some code in it to deal with the gripper.</p>
<p>If you have complete sample code, that would really make things easier on me too... Otherwise, I have to start digging for all my old VC6 generated code and go from there...</p>
<p>An interesting test would be to call GetSystemMetrics on the pieces that we think could have an effect on this, and see how they differ from system to system. If you put Vista into "Windows Classic" mode, do you still see the same results? </p>
<p>Also, which machine is your dev box? Vista or XP?</p>
http://stackoverflow.com/questions/679278/web-html-design-methods-and-tools0Web / HTML design methods and toolsLarryF2009-03-24T21:17:38Z2009-03-25T17:03:29Z
<p>Since I'm new to the world of professional web/HTML and ASP design, I'm curious of what others in the field use when building pages from nothing. I'm not one to use MS Word to design my page or form, and then just stick it on the net. My background in UI design is really in Win32, then MFC, WTL, and now some Winforms...</p>
<p>But, I'm finding it very difficult to design say, a table and remember how many total columns you have, so that all your TR's have the correct number of colspans, (if I'm using them, as you would in most cases..) and I don't leave anything open to incorrect design. </p>
<p>I'm just using VS2008 for all my design, but as far as HTML/ASP design, all it REALLY has to offer is IntelliSense, TAB completion, etc. Which, don't get me wrong, are a big help, but they don't complete things like table designs for you. </p>
<p>Am I just using the tools wrong? Is there already tools, and options in place in VS2008 to 'validate' and point out your mistakes, like missing colspanss, or colspans that don't match other rows is in the table? Am I looking in the wrong place for this?</p>
<p>Should I even be USING tables anymore? I know some people are all about DIV's, and I do use them, but when they seem necessary. For basic layout a table works just fine...</p>
<p>Instead of designing in 'text' mode, should I just let the IDE do all my layout, and then go back in source mode and tweak stuff that needs it?</p>
<p>If this is a duplicate, I do apologize. I didn't see any subjects that matched what I was asking in this question at the time I wrote this.</p>
http://stackoverflow.com/questions/70161/how-to-read-values-from-numbers-written-as-words/668360#6683601Answer by LarryF for How to read values from numbers written as words?LarryF2009-03-20T23:33:46Z2009-03-20T23:33:46Z<p>Well, I was too late on the answer for this question, but I was working a little test scenario that seems to have worked very well for me. I used a (simple, but ugly, and large) regular expression to locate all the words for me. The expression is as follows:</p>
<pre><code>(?<Value>(?:zero)|(?:one|first)|(?:two|second)|(?:three|third)|(?:four|fourth)|
(?:five|fifth)|(?:six|sixth)|(?:seven|seventh)|(?:eight|eighth)|(?:nine|ninth)|
(?:ten|tenth)|(?:eleven|eleventh)|(?:twelve|twelfth)|(?:thirteen|thirteenth)|
(?:fourteen|fourteenth)|(?:fifteen|fifteenth)|(?:sixteen|sixteenth)|
(?:seventeen|seventeenth)|(?:eighteen|eighteenth)|(?:nineteen|nineteenth)|
(?:twenty|twentieth)|(?:thirty|thirtieth)|(?:forty|fortieth)|(?:fifty|fiftieth)|
(?:sixty|sixtieth)|(?:seventy|seventieth)|(?:eighty|eightieth)|(?:ninety|ninetieth)|
(?<Magnitude>(?:hundred|hundredth)|(?:thousand|thousandth)|(?:million|millionth)|
(?:billion|billionth)))
</code></pre>
<p>Shown here with line breaks for formatting purposes..</p>
<p>Anyways, my method was to execute this RegEx with a library like PCRE, and then read back the named matches. And it worked on all of the different examples listed in this question, minus the "One Half", types, as I didn't add them in, but as you can see, it wouldn't be hard to do so. This addresses a lot of issues. For example, it addresses the following items in the original question and other answers:</p>
<ol>
<li>cardinal/nominal or ordinal: "one" and "first"</li>
<li>common spelling mistakes: "forty"/"fourty" (Note that it does not EXPLICITLY address this, that would be something you'd want to do before you passed the string to this parser. This parser sees this example as "FOUR"...)</li>
<li>hundreds/thousands: 2100 -> "twenty one hundred" and also "two thousand and one hundred"</li>
<li>separators: "eleven hundred fifty two", but also "elevenhundred fiftytwo" or "eleven-hundred fifty-two" and whatnot</li>
<li>colloqialisms: "thirty-something" (This also is not TOTALLY addressed, as what IS "something"? Well, this code finds this number as simply "30").**</li>
</ol>
<p>Now, rather than store this monster of a regular expression in your source, I was considering building this RegEx at runtime, using something like the following:</p>
<pre><code>char *ones[] = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve",
"thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen"};
char *tens[] = {"", "", "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety"};
char *ordinalones[] = { "", "first", "second", "third", "fourth", "fifth", "", "", "", "", "", "", "twelfth" };
char *ordinaltens[] = { "", "", "twentieth", "thirtieth", "fortieth", "fiftieth", "sixtieth", "seventieth", "eightieth", "ninetieth" };
and so on...
</code></pre>
<p>The easy part here is we are only storing the words that matter. In the case of SIXTH, you'll notice that there isn't an entry for it, because it's just it's normal number with TH tacked on... But ones like TWELVE need different attention.</p>
<p>Ok, so now we have the code to build our (ugly) RegEx, now we just execute it on our number strings.</p>
<p>One thing I would recommend, is to filter, or eat the word "AND". It's not necessary, and only leads to other issues.</p>
<p>So, what you are going to want to do is setup a function that passes the named matches for "Magnitude" into a function that looks at all the possible magnitude values, and multiplies your current result by that value of magnitude. Then, you create a function that looks at the "Value" named matches, and returns an int (or whatever you are using), based on the value discovered there.</p>
<p>All VALUE matches are ADDED to your result, while magnitutde matches multiply the result by the mag value. So, Two Hundred Fifty Thousand becomes "2", then "2 * 100", then "200 + 50", then "250 * 1000", ending up with 250000...</p>
<p>Just for fun, I wrote a vbScript version of this and it worked great with all the examples provided. Now, it doesn't support named matches, so I had to work a little harder getting the correct result, but I got it. Bottom line is, if it's a "VALUE" match, add it your accumulator. If it's a magnitude match, multiply your accumulator by 100, 1000, 1000000, 1000000000, etc... This will provide you with some pretty amazing results, and all you have to do to adjust for things like "one half" is add them to your RegEx, put in a code marker for them, and handle them.</p>
<p>Well, I hope this post helps SOMEONE out there. If anyone want, I can post by vbScript pseudo code that I used to test this with, however, it's not pretty code, and NOT production code.</p>
<p>If I may.. What is the final language this will be written in? C++, or something like a scripted language? Greg Hewgill's source will go a long way in helping understand how all of this comes together.</p>
<p>Let me know if I can be of any other help. Sorry, I only know English/American, so I can't help you with the other languages.</p>
http://stackoverflow.com/questions/556105/why-isnt-this-library-linking-with-a-pragma-comment/667567#6675671Answer by LarryF for Why isn't this library linking with a pragma comment?LarryF2009-03-20T19:18:08Z2009-03-20T19:18:08Z<p>I don't think you are supposed to provide the .lib in the pragma comment, but, I think the real problem is that you are calling the comment by path. Add the path to your lib search paths, and then just use a </p>
<pre><code>#pragma comment(lib,"fmodvc")
</code></pre>
<p>You are SUPPOSED to be able to use a path in this comment, but are you sure the ..\ path you are using is the correct path during link time? Also make sure you are NOT compiling with the /nodefaultlib...</p>
<p>Let me know if this still does not work. I've used this type of pragma a lot, with great success...</p>
<p>But, now that I'm pretty much trapped in the C# world, I don't get much time to even program in C++ anymore...</p>
http://stackoverflow.com/questions/616658/is-there-a-way-to-force-ie-to-unload-an-activex-control/667517#6675170Answer by LarryF for Is there a way to force IE to unload an ActiveX control?LarryF2009-03-20T19:04:22Z2009-03-20T19:04:22Z<p>Have you tried using Javascript to kill the DOM element that your ActiveX control lives in? If you do this, IE will tell the control to unload, but you have to make sure the control WILL in fact unload. Then, you should be able to hit the page with the newer object reference, which will launch the newer object....</p>
<p>Failing that, you may try opening a popup window that directs you to a page that never loads your object, and at the same time, using a named reference to the main browser, redirect it to a page that does not reference your object, giving it a chance to unload, then re-referencing your updated ActiveX. This should load your newer control.</p>
<p>It's a sticky issue no matter which way you go, but you may be able to get it to do what you want.</p>
<p>If your control does not behave properly, it may not unload properly, so that's something you have to watch out for.</p>
<p>Larry</p>
http://stackoverflow.com/questions/113363/setting-an-hourly-rate-for-a-freelance-project/113413#11341313Answer by LarryF for Setting an hourly rate for a freelance projectLarryF2008-09-22T06:13:08Z2009-03-20T18:28:14Z<p>Here is a formula I use.</p>
<p>Take your hourly rate that you want to make, IE, what is YOUR TIME per hour worth to you.</p>
<p>Then, mark that up x1.5. This is roughly what it would cost for you to live on that hourly rate. It's also a hard number that most employers pay for an employee. If an Employee makes $10,000 a year, then it's easy to say that the employee costs the company at least $15,000 a year, and in some places (like California, where I'm at) up to 1.7x.</p>
<p>Then, add in your overhead (your tools, computer, cost of compilers, electricity, Internet connection, phone bill time, office rent, and so on) which I find to be just about 1.8 to 2.1x markup again.</p>
<p>Of course, this all varies on your location, experience, the company you are working with, etc... So, if you want to make $10 an hour, you need to be billing about $30 an hour. (The shortcut way is to take the $ per hour you want to work, and multiply it by 3.. heh).</p>
<p>I learned this from years of running a retail business, plus being in the software contract business. You will find that places like Auto Mechanics charge similar numbers.</p>
<p>Now, as for the number of hours it will take you to DO the job? That's up to you. The best thing is to be honest. If a code change will take you an hour to do, don't bill them 8 hours of work... If you know you are going to have a lot of repeat business with this customer, amortize your cost of learning the code, and all that over different billing cycles. You will spend 10 to 100 hours depending on the size and scope of the project, but make sure you bill them for every hour you spend setting up the build env, and so on, if they have a complicated process.</p>
<p>Hope this makes sense, if not, I can go into more detail, but bottom line, it's up to you how much you charge, but remember, you don't want to be the cheapest, or the most expensive. You want to be in the middle. And don't forget, and I can't stress this enough, to get it ALL in writing, in GREAT detail before you write byte one...</p>
<p>Do everything with signed contracts, and don't forget to add in time for your own "support and maintenance"... </p>
http://stackoverflow.com/questions/585339/debugging-a-program-that-doesnt-start/656495#6564952Answer by LarryF for Debugging a program that doesn't start.LarryF2009-03-18T00:06:30Z2009-03-18T22:20:36Z<p>Well, like <a href="http://stackoverflow.com/users/459/dlamblin">dlamblin</a> mentioned, I'd grab ProcExp, FileMon, and RegMon from sysinternals, and set them up to monitor this process, then try and launch it. You will NO DOUBT get some information about one of the following:</p>
<ul>
<li>Config files it's trying to open/access</li>
<li>Registry keys it's looking for</li>
<li>Error levels returned from the process as it exits</li>
</ul>
<p>Failing that, grab the free VBDecompiler, and have a look at what this thing is doing in it's startup code that might lead you somewhere.... If you are throwing an exception, and they have an </p>
<pre><code>:Err
</code></pre>
<p>type label, that label might just fall through, and exit with no warning, or anything...</p>
<p>The VBDecompiler I've used was named "setup_free-VBDecompiler.zip". You can Google it to find it, there may even be a better version of it by now. But, don't expect it to decompile into the original source code, it can only make it's "best guess", but it could be handy to at least get you over this hurdle.... Be careful, and mindful/respectful of any EULA, that might prevent <em>ANY</em> reverse engineering...</p>
<p>Let me know if this info was of any help. If you still can't get anywhere, hook up with me, and send me the .exe and I can run it in my Norman Sandbox, which might give us more info on the function calls made, and what the app was trying to do...</p>
http://stackoverflow.com/questions/632622/imagelist-transparency-on-listviews/660290#6602900Answer by LarryF for ImageList Transparency on Listviews?LarryF2009-03-18T22:03:54Z2009-03-18T22:03:54Z<p>Here... Create an ImageList, as suggested, make your icons into a Bitmap, 16 pixels high, by 16*n long, where n= the number of icons...</p>
<p>Set the background color to 255, 0, 255, like you have done.</p>
<p>Then, load it, and add it to the image list as I did here:</p>
<pre><code> m_ImageList.Create(16, 16, ILC_COLOR16 | ILC_MASK, 7, 1);
CBitmap bm;
bm.LoadBitmap(IDB_SUPERTREEICONS);
m_ImageList.Add(&bm, RGB(255, 0, 255));
GetTreeCtrl().SetImageList(&m_ImageList, TVSIL_NORMAL);
</code></pre>
<p>Of course, this was written in MFC, but as you know, it's just a wrapper to Win32...</p>
<p>Outside of this, you are going to have to go to a custom draw control, in which you draw the icon over whatever background the icon happens to be sitting on. There isn't really any magic "transparent" color, that I know of, in any of these controls.</p>
<p>In the case of a custom draw, you need to use code like the following:</p>
<pre><code>#define TRANSPARENT_COLOR (255,0,255)
UINT iBitmap = IDB_ICON_UP
CDC *dc = GetDC();
int x = 0, y = 0;
CDC *pDisplayMemDC = new CDC;
CDC *pMaskDC = new CDC;
CDC *pMemDC = new CDC;
CBitmap *pBitmap = new CBitmap;
CBitmap *pMaskBitmap = new CBitmap;
CBitmap *pMemBitmap = new CBitmap;
int cxLogo, cyLogo;
BITMAP bm;
pBitmap->LoadBitmap(iBitmap);
pDisplayMemDC->CreateCompatibleDC(dc);
CBitmap *pOldBitmap = (CBitmap *)pDisplayMemDC->SelectObject(pBitmap);
pBitmap->GetObject(sizeof(bm), &bm);
cxLogo = bm.bmWidth;
cyLogo = bm.bmHeight;
pMaskBitmap->CreateBitmap(cxLogo, cyLogo, 1, 1, NULL);
pMaskDC->CreateCompatibleDC(dc);
CBitmap *pOldMask = (CBitmap *)pMaskDC->SelectObject(pMaskBitmap);
COLORREF oldBkColor = pDisplayMemDC->SetBkColor(TRANSPARENT_COLOR);
pMaskDC->BitBlt(0, 0, cxLogo, cyLogo, pDisplayMemDC, 0, 0, SRCCOPY);
pMemBitmap->CreateCompatibleBitmap(dc, cxLogo, cyLogo);
pMemDC->CreateCompatibleDC(dc);
CBitmap *pOldMem = (CBitmap *)pMemDC->SelectObject(pMemBitmap);
pMemDC->BitBlt(0, 0, cxLogo, cyLogo, dc, x, y, SRCCOPY);
pMemDC->BitBlt(0, 0, cxLogo, cyLogo, pDisplayMemDC, 0, 0, SRCINVERT);
pMemDC->BitBlt(0, 0, cxLogo, cyLogo, pMaskDC, 0, 0, SRCAND);
pMemDC->BitBlt(0, 0, cxLogo, cyLogo, pDisplayMemDC, 0, 0, SRCINVERT);
dc->BitBlt(x, y, cxLogo, cyLogo, pMemDC, 0, 0, SRCCOPY);
delete pMemDC->SelectObject(pOldMem);
delete pMemDC;
delete pMaskDC->SelectObject(pOldMask);
delete pMaskDC;
delete pDisplayMemDC->SelectObject(pOldBitmap);
delete pDisplayMemDC;
</code></pre>
<p>This code decides where to draw the icon, and takes a snapshot of the background, creates a mask for the icon, and then draws it over the background, giving it a fully transparent background...</p>
<p>Hope that helps somewhat. If not, please explain in more detail what you are trying to make happen, and what you are seeing, or what you are NOT seeing...</p>
http://stackoverflow.com/questions/639217/smtp-header-injection-in-asp-net/656543#6565433Answer by LarryF for SMTP header injection in ASP.NET?LarryF2009-03-18T00:26:51Z2009-03-18T00:26:51Z<p>I could see this being the target of a <em>VERY</em> creative attack.... You are stuffing user controlled data into your message body... At which point, crafty use of binary data <em>COULD</em> result in a BODY that sends the proper data during the SMTP session to get it formatted <em>JUST RIGHT</em>... If I may, I'd suggest either converting the body to all ASCII text, or during your string building, write a string sanitizer that only allows RFC chars in. (Filters the URL's, the REFERRER, Remote Address, and UserAgent). Those are your more likely points of attack.</p>
<p>A second thought might be to construct a basic email in code, and ATTACH the body that you have constructed as a text, or HTML, or PDF file.</p>
<p>Keep in mind, SMTP ENVELOPE data is <em>NOT</em> the same as message data.... If someone was crafty enough to send the correct body that caused a CRLFCRLF.CRLFCRLF to be sent during the body part, that would terminate the sending, and then if they kept sending data, they could send the whole MAIL FROM: RCPT TO:, DATA, etc... (Granted, this is an unlikely scenario...)...</p>
<p>I'd LOVE to see the <em>RAW</em> source of the email you got... (As in the hex dump of the actual SMTP transaction, not what Outlook wants you to see, or whatever).</p>
<p>You may also try encoding your body using QP, or B64 before sending the message.... That might solve your problem...</p>
<p>This is an interesting one, and I'm looking forward to the outcome of it.</p>
http://stackoverflow.com/questions/632265/css-class-merging1CSS Class MergingLarryF2009-03-10T21:03:45Z2009-03-10T21:13:14Z
<p>Can someone shed some light on this issue? The expected result does NOT appear to be happening... Am I correct in my assumptions?</p>
<pre><code>.float-right{
float:right;
}
.header{
(stuff we don't care about)
}
.header img .float-right {
display:inline;
margin:0 0 0 0.5em;
}
</code></pre>
<p>I <em>THOUGHT</em> that would mean that a < img > tag inside a < div class="header" > would get:</p>
<pre><code>float:right;
display:inline;
margin:0 0 0 0.5em;
</code></pre>
<p><em>IF</em> the < img > tag was class="float-right"</p>
<p>Is this correct?</p>
http://stackoverflow.com/questions/615933/what-is-the-best-variable-function-name-you-have-ever-encountered/616109#6161094Answer by LarryF for What is the best variable/function name you have ever encountered?LarryF2009-03-05T18:55:15Z2009-03-05T18:55:15Z<p>I've always liked </p>
<pre><code>double d;
</code></pre>
<p>but that's just me...</p>
http://stackoverflow.com/questions/444401/why-does-my-loop-use-100-cpu-and-never-end/444505#4445051Answer by LarryF for Why does my loop use 100% CPU and never end?LarryF2009-01-14T20:15:49Z2009-02-28T01:15:59Z<p>@Rich, No, this loop he has will <em>NOT</em> tightloop and cause 100% CPU usage because <code>ReadLine</code> is a blocking function. Trust me. I've had this argument on another topic on here already. As mentioned, he found his issue by the outer loop never exiting, (and in this case, yes using 100%, because <code>Readline</code> fails, leaving him with no wait-state.</p>
<p>But again, that was NOT the cause of his problem, period.</p>
http://stackoverflow.com/questions/351306/calculate-checksum-of-audio-files-without-considering-the-header/363738#3637380Answer by LarryF for Calculate checksum of audio files without considering the headerLarryF2008-12-12T18:37:42Z2009-02-27T21:50:33Z<p>Bene, If I were you, (And I am in the process of working on something very similar to what you want to do), I would hash the mp3 data block. (Extract it to raw data first, and write it out to disk, so you know what you are dealing with). Then, modify the ID3 tag. Hash your data again. Now, if it changes, compare your two sets of raw data and find out WHERE it changed. Chances are, you might be over-stepping a boundary somewhere. If I recall, MP3 files start with something like FF F8. Well, at least the frame does.</p>
<p>I'm interested in your findings, as I'm still writing all my code to deal with the finger prints, etc, and haven't gotten to the actual hashing yet.</p>
http://stackoverflow.com/questions/390205/convert-to-html-entity-equivalent-within-html-string/390256#3902560Answer by LarryF for Convert > to HTML entity equivalent within HTML stringLarryF2008-12-23T22:33:15Z2009-02-27T21:48:32Z<p>Steve_C, you may try this RegEx. This will give capture any HTML tags in reference 1, and the text between the tags is stored in capture 2. I didn't fully test this, just throwing it out there in case it might help.</p>
<pre><code><([A-Z][A-Z0-9]*)[^>]*>(.*?)</\1>
</code></pre>
http://stackoverflow.com/questions/124239/fastest-c-file-compression-library-available/445356#4453562Answer by LarryF for fastest c++ file compression library available?LarryF2009-01-15T01:43:49Z2009-02-27T21:48:02Z<p>In all reality, you have to decide what you want. Speed, or compression ratio. You can't have both...</p>
<p>In my findings, zlib is probably the best out there in terms of memory foot prnt, and speed, along with a decent compression ratio. There ARE faster ones out there, but how much compression do you need? LZ77/LZMA is probably right up there with deflate as an algorithm, however, I'm not sure of it's memory usage. I know it can and will compress files better than deflate...</p>
<p>There are tons of ways to handle this, so I'd figure out exactly what you have to accompolish first, THEN pick an algorithm to go with. And since you already mentioned you are compressing XML, I'd stick to algorithm data that shows text operations, and not focus so much on binary or any other data being compressed.</p>
http://stackoverflow.com/questions/106347/secure-dll-with-license-file/107465#1074650Answer by LarryF for Secure DLL with license fileLarryF2008-09-20T07:06:21Z2009-02-27T21:47:21Z<p>It also depends on how your license algorithm works. I'd suggest you look into using something like a Diffie/Helman Key Exchange (or even RSA) to generate some sort of public/private key that can be passed to your users, based on some information. (Depending on the application, I know of one case where I wrote the license code on contract for a company, they used a MAC address, and some other data, hashed it, and encrypted the hash, giving them the "key value", if the registration number was correct). This ensures that the key file can't be moved, (or given) to another machine, thus 'stealing' the software.</p>
<p>If you want to dig deeper and avoid hackers, that's a whole 'nother topic....</p>
http://stackoverflow.com/questions/169107/is-there-a-poor-mans-alternative-to-redgate-for-scripting-out-entire-database/169176#1691760Answer by LarryF for Is there a "poor man's" alternative to RedGate for scripting out entire database schema?LarryF2008-10-03T22:39:01Z2009-02-27T21:46:43Z<p>The others are correct, but in order to create a full database from scratch, you need to create a 'device' in SQL before you run the create tables, and procedures scripts...</p>
<p>Use ADODB, since just about every (if not every) Windows box has it installed to execute the script.</p>
<p>Hell, you could even write a vbScript that executes to build your entire database. Any domain tables you have, you need to remember to turn on the identity insert before you add the items to the DB.</p>
<p>I'm open to source code sharing if you need it. I had to write the very same thing a couple years ago, and ended up with 3 scripts, one that created the device, then the tables, then the procedures/triggers and domain data. I wrote the code to parse the default script and allow the user to name his own database, and logins, etc.. You may not have to go that far.</p>
<p>Hope this helps at all.</p>
http://stackoverflow.com/questions/342409/how-do-i-base64-encode-decode-in-c/1709564#1709564Comment by LarryF on How do I base64 encode (decode) in C?LarryF2009-11-24T03:42:13Z2009-11-24T03:42:13ZSorry Craig.. I just noticed this, and posted the correct function in the actual post. It's an inline function that just verifies that char passed is actually in the b64 table of chars... Good catch, and my apologies for missing it...http://stackoverflow.com/questions/342409/how-do-i-base64-encode-decode-in-c/426485#426485Comment by LarryF on How do I base64 encode (decode) in C?LarryF2009-11-24T03:34:03Z2009-11-24T03:34:03ZIt's just a very simple operation that makes sure the dest buffer is set to NULL in case the caller did not do that before the call, and if perhaps the decode failed, the returned buffer would be zero length. I didn't say I debugged, traced, and profiled this routine, it's just one I've been using for years. :) When I look at it now, it really doesn’t need to be there, so, why don't we call it an "exercise for the reader?" hehe.. Maybe I'll just edit it out. Thanks for pointing it out!http://stackoverflow.com/questions/521893/whats-the-best-name-for-a-non-mutating-add-method-on-an-immutable-collection/522166#522166Comment by LarryF on What's the best name for a non-mutating "add" method on an immutable collection?LarryF2009-11-24T03:24:57Z2009-11-24T03:24:57ZBah... Who uses VB anymore? :) Uh.. Opps.. Was that out loud? heh.. But, no, in all seriousness, that's why I considered the "AlongWith", that would remove the VB issue. There are only about a million different ways he could go with this one... I mean, even insane ones like: object.Plus(), or Object.ExistingPlus()... etc... It's a damn good question he posted, however... heh..http://stackoverflow.com/questions/359764/splitting-gpg-encrypted-messages-into-packetsComment by LarryF on Splitting GPG encrypted messages into packets?LarryF2009-05-05T22:04:33Z2009-05-05T22:04:33ZHudson, I found my old code... It's not 'Hewgill' code, but it does work... Let me know if you want me to post it. I wish I had the paid time to work on it again. It's part of a large project that can be VERY useful for the IT world, but I'll probably never have the capitol to finish it... :(http://stackoverflow.com/questions/764540/html-sanitization-in-c/787152#787152Comment by LarryF on HTML Sanitization in C++LarryF2009-04-25T00:39:42Z2009-04-25T00:39:42ZIt seems like you just need to 'filter' the < and > chars... So, just write a simple parser to remove them! The only glitch is that those MIGHT be needed in legit input, so you need to clarify that if that IS the case, then you have a much larger problem on your hands. I'd be interested in helping you solve this issue, as I love C/++ and now forever stuck in the C# world, this would be a nice project to work on. :)http://stackoverflow.com/questions/736434/how-to-re-enable-the-default-error-handling-in-vb6/736488#736488Comment by LarryF on How to re-enable the default error handling in VB6LarryF2009-04-13T19:03:53Z2009-04-13T19:03:53ZOpps.. My bad. I must have been thinking of vbScript, which would behave as described.. Or, at least it used to. (I don't know what the latest version is, and if it's even changed recently..)http://stackoverflow.com/questions/736456/first-chance-exception-system-error-8-not-enough-storage-space-to-perform-the/736476#736476Comment by LarryF on first chance exception: system error 8: not enough storage space to perform the commandLarryF2009-04-10T21:10:00Z2009-04-10T21:10:00ZWow.. That's a pretty big menu.. :) Each item has handles, and memory, etc.. That may be the root cause of the whole issue, just running out of handles... Well, I hope this was the fix, but you might want to let the app act up, then look at it with procexp, or taskman and check the handle counthttp://stackoverflow.com/questions/736456/first-chance-exception-system-error-8-not-enough-storage-space-to-perform-the/736476#736476Comment by LarryF on first chance exception: system error 8: not enough storage space to perform the commandLarryF2009-04-10T18:33:39Z2009-04-10T18:33:39ZIf you can, go into your IDE to the exception handling for the debugger. You can force it to stop on first chance exceptions, and break. I don't know the Delphi IDE, but in Studio, it's Debug->Exceptions (CTRL-ALT-E). Then check the box under "Thrown". If it's not listed, add it.http://stackoverflow.com/questions/736456/first-chance-exception-system-error-8-not-enough-storage-space-to-perform-the/736476#736476Comment by LarryF on first chance exception: system error 8: not enough storage space to perform the commandLarryF2009-04-10T18:28:44Z2009-04-10T18:28:44ZWell, is the error thrown as an exception, or it's just showing up in your event log? For an error like this, your code would HAVE to respond in SOME way, even if you caught it... If not, then it may not be your code at all, but a leak somewhere that causes a service, etc to throw, and evtlog it.http://stackoverflow.com/questions/731332/check-for-null-variable-in-windows-batch/731433#731433Comment by LarryF on Check for null variable in Windows batchLarryF2009-04-08T21:55:32Z2009-04-08T21:55:32ZActually, I think this is a throw-back. BAT is for DOS, and CMD is for WinNT.. But, the real reason is, at one time, you had cmd.exe, and command.com. .cmd was related to cmd.exe, it was the parser for those. I think it also makes you look cooler, but I can't confirm that. :)http://stackoverflow.com/questions/703432/debug-vs-release-build-in-visual-studio-c-2008-win32-runtime-issue/703547#703547Comment by LarryF on debug vs release build in Visual studio c++ 2008 win32 runtime issueLarryF2009-04-01T18:01:50Z2009-04-01T18:01:50ZIn XP I was not able to do a recvfrom() and get more than 1024 bytes. There is some sort of limit. I'll have to search for the info I found originally. Have you tried this same app on Win2000? It may just work, but I haven't seen your code yet, so I can't say for certain.http://stackoverflow.com/questions/535212/programming-a-terminal-emulator-whats-in-it/535249#535249Comment by LarryF on Programming a terminal emulator, what's in it?LarryF2009-03-30T19:11:24Z2009-03-30T19:11:24ZI know.. I don't have a problem using it, but others seem to... No, it does not select text by LINE, but rather by BLOCK, but it's easy enough to get used to, and use.http://stackoverflow.com/questions/535212/programming-a-terminal-emulator-whats-in-it/535249#535249Comment by LarryF on Programming a terminal emulator, what's in it?LarryF2009-03-27T18:07:16Z2009-03-27T18:07:16ZIt seems everyone bitches about the cut and paste in cmd... I don't get it. I've been using it since early 95 in the Win95 betas and stuff. I've never stopped. But, I DO force all my shells into 'Quick Edit' by default, and a 'mode 80,50', with 3000 lines of scroll back...http://stackoverflow.com/questions/578359/hiring-a-programmer-looking-for-the-right-attitude/684174#684174Comment by LarryF on Hiring a programmer: looking for the "right attitude"LarryF2009-03-26T01:39:07Z2009-03-26T01:39:07ZThat's all well and good. You are doing the right thing. I'm referring more to the "no men" who just say, "Naa.. We can't do that.." Reasonable research is often required, and makes you a better developer if you can go to management and say, "We can do it, IF...BUT...", but not just a "NO.."...http://stackoverflow.com/questions/578359/hiring-a-programmer-looking-for-the-right-attitude/578408#578408Comment by LarryF on Hiring a programmer: looking for the "right attitude"LarryF2009-03-26T01:24:23Z2009-03-26T01:24:23ZIMHO, programmers who write code in off-time are some of the best programmers in the industry... You have to live, breathe, eat and shi.. Well, you have to spend a lot of time in a compiler to be really good at what you do.