Quote:
hi guys,
how come visual c doesn't load a listview control in win2000
while i can load it in win98 (after compile & run build)
it seems if a listview is on a dialog, the exe wont execute (win2000) while in 98 it does (i put commctl.h)
please help,
Ben
source
This is something that keeps popping up. People don't call InitCommonControlsEx and then common controls don't work.
Quote:
Hi,
Ok, I have 1 stupid class with 2 stupid member functions and 2 stupid member variables just for a simple test. I assure you that my class is perfectly written. But... There always is a but...
MY VC6.0 IDE REFUSE TO DO AUTOCOMPLETION. And yes, the AUTOCOMPLETION is set to ON in the Tools->Option Editor tab. I don't say that isn't working all the time, but when you least espect or when you need it most, it will crash.
Source
This is a recurring question that pops up once every two days. It's about the VC++ IDE and autocompletion.
Quote:
I thought that we were pretty secure in that I can barely figure out some of our code with the source, but my boss has asked me to look into making sure that competitors can't reverse engineer our code. We have some numerical stuff that is kind of special.
With a dis-assembler, you get C code back? C++ code? How far back can you reverse engineer an *.exe? What are techniques that people use to hack somebody's code? I'm not sure this is worth worrying about - for myself, I think it would always be easier to start with publicly available information and techniques, and develop towards what a program produced, rather than to work backwards from that program and attempt to induce how it worked.
Source
Not sure if this is really a frequently asked question, but it is definitely worth reading.
Quote:
some tool to view the information provided in a dll file
anybody know about any tool that is used to view the certain information about the functions provided by dll? tell me plz
Source