Click here to Skip to main content
15,881,866 members

Comments by Kythen (Top 30 by date)

Kythen 1-Nov-11 17:30pm View    
Is there a typo in your code snippet? The line
queueMessage.CharacterSet = lSTrBase64String.Length;
doesn't make much sense at first glance.
Kythen 25-Oct-11 12:22pm View    
Sorry, we don't do homework for you. If you have a specific thing you're confused about let us know where you are stuck and what you've tried and we will gladly try to help you out.
Kythen 30-Jun-11 16:02pm View    
Please do not repost the same question over and over again. If you wish to clarify what you are looking for, edit your original question. Thanks!
Kythen 30-Jun-11 16:01pm View    
Please do not repost the same question over and over again. If you wish to clarify what you are looking for, edit your original question. Thanks!
Kythen 25-May-11 14:28pm View    
Yes, I entirely understand. :)

Generally speaking, it is impractical to do development in 100% assembly language. However, I think we as development community (not just CP) are far too dismissive of assembly language coding. We tend to make it sound like some intimidating lost black art that has almost no use whatsoever when in fact learning assembly and doing a little toy project or two can be very helpful in understanding what's really going on beneath what we see in our IDEs and debugging your other projects.