RE: dealing with hex values in c# vs VB
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
"=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?="
<pbromberg@xxxxxxxxxxxxxxxxxxx> wrote in
news:E50877FE-7F23-4028-B483-0A0E10802AC1@xxxxxxxxxxxxx:
> 1) Compile the VB.NET and use Lutz Roeder's Reflector freeware product
> to decompile it to C#. Its' not perfect, but it works for most
> classes.
>
Or for that matter, compile the VB.NET in a DLL and reference it. :)
As an aside, if the OP is using CRC only within his own applications (ie
not communicating with other applications that he didn't write) he could
also use MD5.ComputeHash(...). It works nicely because you can put the
result into a Guid.
-mdb
.
Relevant Pages
- Re: Advanced Forth app techniques
... We made a set of words that set the appropriate bits at compile time in ways that are absolutely obvious: ... CHIPS is the chip select table for the NMIX-0332. ... We don't use wordlists very extensively in applications, but they are absolutely vital in our systems, especially cross- and meta- compilers. ... Examples range from circular buffers to named bits in an I/O register. ... (comp.lang.forth) - Re: Access 2007 anomaly
... Lou, you need to do the backup, compact, decompile, compact, compact, compile sequence again whenever this occurs. ... Causes of this kind of corruption include the Compile on Demand option, editing while in break mode, and editing under multiple versions of Access ... I decompile at least every other day when working heavily on a project, typically after making the end-of-day backup, or as soon as there is any hint of a possible corruption of this sort. ... I eagerly installed the free runtime A07 and ADE before ... (comp.databases.ms-access) - Re: XL2002 / XP : Crashing problem
... things--including ActiveX controls. ... > The spreadsheet applications were completely standalone - no external ... The applications does not crash on all of the PCs ... > One way I can guarantee to make the application crash is if I compile ... (microsoft.public.excel.programming) - RE: Help please with PPC 2003 SE and switch to 192 DPI
... Can someone please try and compile the code that is attached ... layer for backwards compatibility with old applications. ... the display appears to legacy applications as a traditional 240 x 320 ... The operating system looks for this special resource ... (microsoft.public.pocketpc.developer) - Re: Big picture question - Web sites vs Web Applications
... "Mark Fitzpatrick" wrote: ... folder b from a page in folder a probably won't work because the code in ... Developer Express to create a web site since they don't have to compile ... Applications.) ... (microsoft.public.dotnet.framework.aspnet) |
|