#PB_OS_Windows_VISTA
Posted: Mon Sep 11, 2006 6:14 pm

http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
CompilerIf #PB_COMPILER_OS=#PB_WINDOWS_VISTA
MessageRequester("Error","Sorry this software doesn't run on bloated OSes from monopolies.")
End
CompilerEndIf
Don't you meandracflamloc wrote:Code: Select all
CompilerIf #PB_COMPILER_OS=#PB_WINDOWS_VISTA MessageRequester("Error","Sorry this software doesn't run on bloated OSes from monopolies.") End CompilerEndIf
Code: Select all
CompilerIf #PB_COMPILER_OS=#PB_OS_Linux
MessageRequester("Error","Sorry this software doesn't run on script kiddie OSes.")
End
CompilerEndIf
Mentioning linux and bsd in the same sentence is an insult to bsd!dracflamloc wrote:linux and bsd flavors
Funny, the first reply in this thread prove otherwise.dracflamloc wrote:You fanned the flames man... don't look at me.
You are right, with Linux, you can strip it down on the -need only- basis. And because you cannot do that with windows, that mean it's bloat? Definition Of Bloat. For the user side? No. Server side? Perhaps. Depending if you want waste hours or minutes, administrating a server.dracflamloc wrote: ANd I can call windows bloated and no its not like calling linux a script kiddie OS. While linux distributions may be bloated with applications, there is a fundamental difference between that and Windows. The windows bloat is directly tied into the OS internals themselves, where with linux you can run a stripped kernel with nothing but a single shell if you want. Therefore it can be as bloated or light as the applications you choose to run on it. With windows you have no choice whether you are running it as a server or a 5 year olds' play toy.
I concur. Then I propose that both of us keep silent do to our uninformed comments.dracflamloc wrote:If you don't understand how it works its better to stay silent than make an uninformed comment like that.