| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> looks like your project settings are set to build a console app <1> msvcmain = 'unresolved external symbol _main' or 'unresolved external symbol _WinMain@16' indicate that you created the project as a Win32 Console Application and you're actually writing a Win32 Application, or vice versa. You must provide the entry point that matches the type of project. <2> thanx a lot !!!!!! <2> you're great guys <3> does anyone know of a website, reference whatsoever for resource files (.rc)? <3> MS doesn't seem to document it <4> tried wotsit.org? <5> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/about_resource_files.asp? <3> yeah <3> it's about the only file that's not listed there <3> oh sweet <3> I've been searching on msdn for hours <3> thanks peterhu <5> never search by msdn <5> about resource files .rc site:microsoft.com, about the 5th one down
<3> I tried with google but couldn't get a good hit <5> actually, omit the about <3> what was your query ? <5> "resource files .rc site:microsoft.com" <3> ah <3> with that exact query the first result was correct <6> gaaaa <6> kaimono kara kita bakari desu <6> erm.. yeah just back from shopping :P <7> hello :) Anyone tried genetic programming with GALib? <6> rohyh: eh? <6> If i say: what is GALib... does that say enough? :P <7> I am not far away from that too :) It is c++ genetic library <7> which I do not know how to get into DevC++ <7> can someone help here a beginner in c++ <6> you mean beginner with devc++ :) <7> exactly <7> so you will help me ;) <7> http://lancet.mit.edu/ga/ <7> here's the library <6> I dont use devC++ <6> I even never saw it <7> what do you use? <2> i would like to add the ascii character corresponding to an integer number into a string, but for every method i yet used, i got an Acces Violation error. Can anybody help me? Thanx <0> give us some code to look at <2> ok <2> _itoa(mData[j],c,16); <2> sprintf(s,"\x0x%s",c); <2> strcpy(result[rLen],s); <2> mData[j] is a hex value <2> the declarations <2> char s[50],c[50]; <2> any idea? <8> hey <2> ? <8> any ideas on how to read data from sensors continually without maxing out cpu load? <8> win32. <8> preferably a standard approach. <9> use a thread <8> is there anything less painful? :P <0> boost.thread <0> is quite non-painful <8> ah <9> any type of loop will max the cpu really <8> i'll look into it. <8> actually nm <8> different approach. <0> theo_gamer single characters can only represent single digits <9> if the sensors can generate events... <9> all the better <0> theo_gamer not really sure what you're trying to convert, not sure why you're using arrays of char, and not sure why you're using the C library stuff <9> and pasting some half ***ed code wasnt really what was asked <2> let me write you in basic want i want to do <2> t=char(x) <2> s=s+t <2> this is what i want to do <2> i ment t=chr(x) <9> http://www.krugle.com <0> what's t?
<0> can you explain it in english? <10> new search engine <9> google for devs (when its ready) <0> oh really? nice <0> maybe it won't truncate characters like <>, etc <0> or whatever it truncates currently <2> so, can you help me with that conversion ? <0> theo_gamer can you explain it in english? <2> i'll try <0> what do you have, and what are you trying to get? <11> lol <2> i have an integer value <12> Krugle development => redirect to google with "dev" in the query <9> heh <2> i want to get the coresponding ASCII character for it <2> and store it into a string <9> <Robbin> #****.denmark join the protest against the danish dogs now! <9> sigh <0> you want to convert from int to string? <12> I prefer german sheperds too <11> heheh <0> std::stringstream ss; ss << some_int; std::string s = ss.str(); <2> what's std ? <0> learn C++ <0> http://www.rudbek.com/books.html <0> if you don't recognize std::, then you haven't been properly introduced to C++ <2> ok. thanks for the tip <9> http://www.washingtonpost.com/wp-dyn/content/article/2006/02/14/AR2006021401342.html <-interesting read <5> to jb, the washingtonpost is the devil <13> does anyone know the file I have to read from to read from the microphone in Linux? <10> I'd think it's a bit more complex than just reading from a file. <10> Try #linux-help though. <14> its not more complex than that <14> and i think its /dev/dsp <13> cool <13> I'll do a google on the /dev/dsp <5> /dev/dsp is the sound card typically, not sure if reading it will pull from the mic or not <14> that would be dependent on your soundcards' mixer settings of course <14> i remember a few years ago i had some scrips that dd if=/dev/dsp and such to 'record' <5> it would make sense <5> i have several mixer devices too <13> hmm <5> ls /dev/sound, most of my audio related devices are symlinks into there <5> depends on your distro though, i would suppose <14> this was also kernel 2.2 that im thinking of ;) <14> i dont know how oss/alsa affect this either <5> just dusted and waxed my desk <5> all shiney <13> it there was like a wrapper for it in ALSA, OSS, or whatever... I could use that... I'll check it <14> jsaacmk: well i believe alsa would provide more general functions for this, but ive never worked with it... <15> Hm, which books on design patterns would people recommend around here? <16> http://reuters.myway.com/article/20060218/2006-02-18T012645Z_01_N17192366_RTRIDST_0_NEWS-GOOGLE-PRIVACY-DC.html <16> you're a linux person now peterhu? <16> what happened? <16> http://www.huffingtonpost.com/alec-baldwin/will-they-go-to-court_b_15875.html <16> bah, idiots. <17> faceam o proba <18> I presume you're referring to the Baldwins, not Google <16> yes, the Baldwins <16> That whole shooting story has been blown so out of proportion <16> it's just stupid <16> all these people calling for Cheney to be indicted. <16> and prosecuted for some crime <18> not for that <18> what crime? <16> I haven't seen anyone give specifics <16> Baldwin wants Whittington to take Cheney to civil court <18> why? <18> I read his comments <16> I guess because Cheney shot him. <18> he doesn't have any reason other than he'd like to see Cheneyin court
Return to
#c++ or Go to some related
logs:
#chatzone gwen estefan* #london php mysql_exec example T.E.A.K.K. Company #java #linuxhelp #php preg_match_all whatismyip #php
|
|