yes, it looks like terminal uses "terminal" and "lucida console" font, however the character set is probably "dos: western europe", so setting it to "lucida console" makes no difference, as unicode...
i could not find this api though. what i found , someone said that in order to use '£' you should use unicode. this seems too much of a hassle to me, as i do programming only in english.
Thank you for your time and info, which is a surprise to me, as i thought that "win32 console app" is a windows app, not dos, but it shows that it is true only partially ?
it is like in the table. so this part is ok, i guess.
in IDE it works like in notepad; alt+163 is 'ú', as table says.
i can't see any console settings for that, is there a conf file ?
it outputs a char 'u' with dash above ( code -93 ).
i found "£" code is -100, but it's awkaward to type "(char)-100" every time :-).
are there any project...
You are doing wrong using VS 2005. I can assure you this is only the tip of the iceberg what you are experiencing now. Drop it or you spend most time struggling with various bugs, not writing code.
Thanks all for explanations. My code constructs CSocket objects on heap and passes pointers to them between threads, so I reckon this is where the problem originates, however it does not hang if I...
i wish i could move to anything else than m$, however all recent development seems to point at m$ products, most examples on internet use m$ mfc as well, therefore i think i will stick to VS 6,...
the code below is partly based on various internet resources, partly my own. simply call the methods, passing them parameters to store return values.
link: iphlpapi.lib
stdafx.h: #include...
i have always had SP6 and it still happens to me on very rare occasions on very simple code. no surprise though, it has been 8 years only since release of VS 6, so M$ did not have enough time to fix...
I can't believe it ! VS2005 Class View lacks "delete" option, so you can not remove variables and methods ! This option is present in VS 6 though, which was released almost a decade ago. Can not...
Thank you for explanation, wildfrog. Various internet articles persuade you to place it in every thread, but I have noticed it causes real havoc, hanging application or even unresponsive windows...
Hi, internet search reveals that AfxSocketInit() should be called in every thread. I am using CSocket for listening, sending, receiving in 2 worker threads and main thread. The program works most of...
another funny issue, after about 1 h of programming in VS 2005 i found that i could not select text in editor any more and some previously selected text remained selected despite clicking all over....
just checked it on another computer, full install and custom install, to make sure. unfortunately, this behaviour persist. just wondering how you may have got it right. i have professional edition...
Ooops, I did not know that mfc network issues must be posted in this category. Now I know...
Thanks Mike again, that article turned to be a great help. Now I need to completely redesign everything...