Hello,
first, i'm very insterested in your program, i was going to do to such program by myself when i decided to come to sf and search for an already done one.
back to my question, how do you expect a c# program to be light? because, it will be compiled during runtime. or by light you ment "low memorie use"?
another thing i just notice ( this should have been posted separeted with the bugs but... ). while tryng to run it on win2k there was a dll error "unable to find mscoree.dll blablabla...."
besides that, do you need or want any help? as i know something about c# and i want this program running perfecly, why not to help
best regards,
SuperZE.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"Light" is reference to low-memory usage, though that can be a little misleading as well if you were to look at your task manager when first starting it up, since the .NET runtime allocates about 13MB or so initially to it (which is reclaimed by the OS as needed).
Light also refers to the "not trying to do everything under the sun" aspect. It's designed to be a reminder application, and that's what it does. This is distinct from programs like Notes or Outlook, which are very large and can get pretty complex. This is meant to be the alternative to such programs for people who don't want to run the resource hogging applications when they don't need to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
first, i'm very insterested in your program, i was going to do to such program by myself when i decided to come to sf and search for an already done one.
back to my question, how do you expect a c# program to be light? because, it will be compiled during runtime. or by light you ment "low memorie use"?
another thing i just notice ( this should have been posted separeted with the bugs but... ). while tryng to run it on win2k there was a dll error "unable to find mscoree.dll blablabla...."
besides that, do you need or want any help? as i know something about c# and i want this program running perfecly, why not to help
best regards,
SuperZE.
I'll look into the Win2K issue.
"Light" is reference to low-memory usage, though that can be a little misleading as well if you were to look at your task manager when first starting it up, since the .NET runtime allocates about 13MB or so initially to it (which is reclaimed by the OS as needed).
Light also refers to the "not trying to do everything under the sun" aspect. It's designed to be a reminder application, and that's what it does. This is distinct from programs like Notes or Outlook, which are very large and can get pretty complex. This is meant to be the alternative to such programs for people who don't want to run the resource hogging applications when they don't need to.