@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10



Comments:

<0> how do i download the MSDN library in html so i can access msdn.com offline?
<1> you can buy it on CD
<1> or DVD
<0> hmph
<2> April 2k1 could be downloaded from ms.com, but I don't think it's available anymore
<1> why do you want it offline?
<0> im going to be going on a trip without 24 7 internet access
<1> ah
<2> Download the Internet
<3> Microsoft Anti Spyware is dumb
<3> can't detect some spywares
<4> javaq_ you're _smart_ enough to detect them all, eh?
<5> it can't detect them all, so it's dumb?
<5> that's dumb.
<1> they might not be able to detect all fools, but they just detected javaq_ ;)
<3> know what



<3> after scanning for spyware using MS Anti Spy 0 items detected
<3> then i run Adware
<3> 15 items detected
<1> you run adware on purpose?
<3> no
<3> lol
<3> Ad-Ware SE Personal
<1> ah
<3> is an anti spyware same as MS Anti Spyware
<3> Microsoft rocks anyway
<3> windows xp is nice
<6> nuke internet explorer. run windows update automatically daily
<6> end of spyware problems
<3> when you search for a file it takes a minute or almost to find that file
<6> don't even have anti-spyware stuff installed on my windows boxen, no need at all
<3> using Spotlight it takes 1-2 seconds only
<3> wew
<1> try indexing your drive next time
<3> cn28h: my drive was indexed
<1> any of you guys ever use boot over LAN?
<1> trying to figure out how I can boot my new machine
<3> i'll try Windows Defender
<3> what OS?
<6> nope, never tried a network boot
<7> I did that a bit for trying to boot demos over the lan :P
<4> cn28h not in a while
<6> not sure what actual system you even need
<7> worked too
<1> I'm running Linux here, but I'd probably be having it boot Solaris 10 or openSolaris on the other machine
<1> the drive has no removable media drives
<1> only linke I have is over serial
<3> "No high-priority updates for your computer are available" bloody microsoft
<6> then most likely there are no updates available?
<1> javaq_, you know there is a menu option also if you want to reboot your machine
<8> hello all
<9> hi i am using c++ .net how can i make variable which is accecible by 2 projects in the same solution
<9> a global variable, can i use extern
<4> valian it may be trickier than that...what kind of thing
<10> does anybody know how i can upload a file to a html form with vc++2005 clr
<10> ok
<10> my program is a preparserfor a file that contains laptimes for a game
<10> that file can be uploaded to a website
<10> that is like a rank site for that game
<10> and i want my progrram to automatically upload the file without having to use firefox to upload the preparsed file
<10> so i'm wondering how i can fill out the form on the rank website using vc2005++
<10> i've played some with WebRequest, but i don't understand how i can fill out form info with it
<10> or if it's even possible
<4> so you want to post some info to a URL
<10> yes
<10> a file , username and p***word to be presise
<10> to a form on an URL
<11> I need a little help
<11> I am working on a project with different directories, and with makefiles
<11> when I try to compile it now, even if I added the proper header file, it says
<11> thread.o: In function `Thread::setCWD(Directory*) ... undefined reference to `Directory::getCurrentSector()
<11> What exactly can be the error ?
<11> :S
<12> any of you built stlport before?



<4> nacitar yes, 6 years ago, gave up on it
<12> im trying to compile it with mingw32... but the stupid makefiles wont do anything
<12> =/
<4> yay_ that's a linker error
<12> make: [platform] Error 1 (ignored) The syntax of the command is incorrect.
<12> get that like 5 times when i try to make it
<4> nacitar well, I got it built and it had more problems that the one w/ vc6, so I just bought the Dinkumware upgrade then
<4> no line number in the make file?
<12> stlport supposedly is closer to the standard than vc6.. and very similar to that of .net
<4> yay_ I suspect you didn't tell ld where all the files were
<12> (supposedly)
<4> nacitar yes, they're upgraded stlport a bunch of times since then
<12> i dunno, i've never created a makefile... but ill look at the file
<4> I think it was still v3 or maybe just releasing 4 when I was mucking with it
<4> the ERROR didn't mention a line # ?
<4> very not good
<4> what make are you using, btw ?
<12> can i message you?
<12> briefly
<4> make --ver should tell you
<12> 3.77
<4> hmmm, I've been using 3.80 for a couple years at least
<12> well
<12> i tried using mingw32-make
<12> which is 3.80.... but that wouldnt work either
<12> get almost the same errors.
<4> do you need to tell it what platform you're building for?
<12> the install file doesnt say that i do
<12> it just says to choose the appropriate makefile
<12> i wouldnt know how to specify platform either.
<4> ok, then how did you invoke make
<4> i.e. what did you type in the shell?
<12> mingw32-make -f gcc-mingw32.mak all
<4> and the _exact_ error you get (first error)
<12> i get this three times, exactly the same (no text before it either)
<12> The syntax of the command is incorrect.
<12> mingw32-make: [platform] Error 1 (ignored)
<12> followed by
<12> mkdir -p ../lib
<12> The syntax of the command is incorrect.
<12> mingw32-make: *** [../lib] Error 1
<4> ok, can you post the makefile at the website?
<12> sure
<12> its up
<12> i'd recommend viewing unformatted one, hehe.
<4> yeah
<12> thanks for helping me btw, vic
<12> also.. how's the daughter doing? havent heard anything in a long time hehe.
<4> I think maybe your path isn't set up right
<4> she's doing fine, having fun in Kindergarten
<12> was i supposed to add the stlport paths before making?
<12> all i did was extract and try to run the makefile
<4> no, but it didn't like mkdir -p ./lib ?
<4> did you extract ALL the .mak files?
<12> yes
<12> i extracted _everything_
<4> what happens if you just type mkdir -p ./lib in your shell?
<12> ./lib, or ../lib
<4> itar> mkdir -p ../lib
<4> the think it didn't like
<4> err, thing
<12> yeah
<12> it doesnt like that
<12> if i do mkdir -p it also created a dir "-p"
<12> maybe the nix mkdir has a -p?
<12> hrm
<4> what system are you running this on?
<12> xp pro
<12> gcc-mingw32.mak sounds like the right makefile
<4> what do you get if you type mkdir --help
<12> it makes a folder named "--help"
<12> lol
<4> what OS are you playing with?
<4> that's nuts


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c++
or
Go to some related logs:

qcamvc gentoo
D-Side.torrent
smacneil1
#allnitecafe hellas
what ocean surrounds the sargasso sea
l lolllllllllllllllll
Tatal nostru care esti pe internet
bogonel
#linux
linux jbos syntax



Home  |  disclaimer  |  contact  |  submit quotes