The near pointers (intra-segment pointers) point to data within a segment. That is to say, the near pointers have only one word (2 bytes), which is the address...
... You should get familiar with it (linear addressing, aka protected mode) because it's ubiquitous on virtually every micro platform these days (Windows, OSX,...
Hello friends! I am currently programmin' in MSVC6.0 - Windows enviornment. I have a small problem and it would be helpful some tipps! I have written a program...
... The only place you will find real mode code anymore is in boot loaders. And boot loaders are usually in the habit of running scared and getting out of real...
... If I recall, on the 680x0-based Amigas, one problem it had in terms of it's architecture was that it did not have a protected mode per se, so while it was...
... Check out ethereal: http://www.ethereal.com/ -- Brett McCoy: Programmer by Day, Guitarist by Night http://www.alhazred.com http://www.cassandrasyndrome.com...
... You'll get nothing. Microsoft doesn't review crash reports from third-parties and they just throw out any data sent unless the third-party tells the...
... http://cubicspot.blogspot.com/2006/06/how-to-force-users-to-upgrade-oses_06.html -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 Safe C++ Design...
... Ah, I see your point now. Thanks! -- Brett McCoy: Programmer by Day, Guitarist by Night http://www.alhazred.com http://www.cassandrasyndrome.com ...
... Ah, right, I misread what he was asking and thought he wanted to intercept the actual packets (rather than retrieve the SNMP counters). -- Brett McCoy:...
I'm looking into C# as my next language. I hear good things about it. But, we have a game engine written in C++. It's a 10-year effort, so it's not going to be...
check out the platform sdk for windows on that. there are a bunch of functions for managing and getting stats with the network interface. also the winpcap...
... There was cooperative multitasking in MacOS 7.x thru 9.x to a certain degree although I'm not sure it could be done between apps. IIRC there was a...
... I don't think they are trying to pollute search engine results. I can't think what they would gain from that, and most people should be smart enough to...
... AFAIK the current C# compilers all require the .NET runtime to be installed, so I think the question is really whether you can call non-.NET functions (eg....
Rajendra mind what u post on this group, this is a public group so maintain some modesty..... do not misuse the fact that moderators are not aware of...
Knowledge Seeker
knowledgeseeker78@...
Sep 2, 2006 5:20 am
58291
... In C its declaration (I think so). In C++ its definition.... In C, the variable is "brought" to life at its first usage....
Knowledge Seeker
knowledgeseeker78@...
Sep 2, 2006 5:20 am
58292
... It may execute for you, but I can tell that for the rest of us, it won't even compile. It also seems to rely on existing text files being present. ... Why...
... No, you probably read it right. I was just adding additional information about how that dialog worked behind the scenes. No need to gain access to the...
... We must have different friends - all mine say the opposite :P ... You wouldn't want to. If you are learning C# because you are pre-anticipating Vista...
... (??0Forecast_QL@@QAE@PAUver_pair@@ABVBasic_stat@@PAD@Z) ... Devish, I brought you program into Visual C++ 7. After changing all of the standard header file...
... You will require a lot more than just the headers, you will need the files that contain the code for your compiler. The headers contain only the function...
... Header files don't work that way.You need the libraries that they are declaring stuff for. pcap.h, for instance, is for libpcap. Some of those others are...
Dear Ray, I tried your suggestion but still getting one fatal error "c:\ver_pf_v2\ver_pf_v2\ver_pf.v2.cpp(157) : fatal error C1083: Cannot open include file:...