| Thread | Last Post | Replies |
|
| Reading MSIL | 07 Jun 2004 14:36 GMT | 10 |
Is there some article out there that helps in reading MSIL? I've been looking but can't find anything, and I'm probably just looking in the wrong spots for the wrong keywords. I understand mov, call, jmp, ptr, dword and some of the other obvious pieces. I'm looking to understand ...
|
| strange CLR inner exception with regex | 06 Jun 2004 20:20 GMT | 1 |
i have a regular expression to identify any valid form of server url, i.e. http://server or http://www.server.com or http://server:8080 or anything in between. very occassionally i'm getting an index out of bounds exception from one of the inner framework methods, when i use Match() ...
|
| Conversion between String and byte[] | 02 Jun 2004 19:14 GMT | 1 |
Due to an odd conjunction of stars (trust me, thats a better reason than the real one), I need to store text data in a SQLServer Image column I'm looking for a cleaner method to convert strings to byte[] and vice versa. So far the only implementation I have been able to make work ...
|
| Deadlock in C#, CreateProcess, MFC | 01 Jun 2004 18:39 GMT | 1 |
I'm having some trouble launching an MFC application from a .NET application. In a Winforms application [written in C#], I use the Process class to start an MFC application. The MFC application creates, automates and destroys several COM objects (including Microsoft Word) in a ...
|
| Custom Attributes and Code Generation | 01 Jun 2004 13:18 GMT | 2 |
When you use the [WebMethod] attribute code is generated for you. I need to do the same for our corporate framework. Can someone point me to an article/discussion on how to do? I've seen that XC# does it.
|