Yassl and Taocrypt project files.

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Pothead
Posts: 223
Joined: 2005-01-15 06:55

Yassl and Taocrypt project files.

Post by Pothead » 2006-03-02 06:47

The project files in DC++ all seem to have common settings except the two mentioned in the subject, e.g. these two use Multi-wide char set, and rest use Unicode. There are other little thingys like this. I was gonna make a patch to make them all setup the same way. :)
The only part i'm not sure of is "Optimize for processor". Some use Pentium 2 & 3, other projects use Pentium 4.
In project files i make, i use Blended.

Any suggestions ?

Also another question while talking about this . . . I notice all the settings are for "Make small code". Wouldn't the alternative setting of "Make fast code" be better ? Or the other option which is a mixture of the 2. :?:

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2006-03-02 11:08

Something I've come to understand about compiler optimizing: most of the time it doesn't make any significant difference.

But sure, I you find you can make some magic, please do ;-)
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Locked