Computer Science Canada a few questions on some things |
Author: | jonos [ Tue Feb 10, 2004 9:04 pm ] |
Post subject: | a few questions on some things |
Kazaa lite - what is it, is it like kazaa but without all the stuff like altnet and all that spyware/adware stuff, and is it made by the stupid sharman arses dlls - what are they, are they kindof like compressions, cause you can get some with icons, and some with info, and some other things thankyou, i will have more some time later |
Author: | Andy [ Tue Feb 10, 2004 9:30 pm ] |
Post subject: | |
well kazaa lite aka k++ is the improved version of kazaa, it has no ad ware and spyware.. and dll is direct link libararies, they are basicly like headers that u include in ur c++ programs |
Author: | jonos [ Tue Feb 10, 2004 10:36 pm ] |
Post subject: | |
then how can you put icons in them |
Author: | Maverick [ Tue Feb 10, 2004 10:45 pm ] |
Post subject: | |
In dlls? |
Author: | Catalyst [ Tue Feb 10, 2004 11:52 pm ] |
Post subject: | |
DLL are compiled pieces of code that can be used in a program (and decided to be loaded) at runtime (unlike headers, which happen at compile time) Icons are probably in some sort of resource file within the DLL |