C / C++ / MFC
|
|
 |

|
econy wrote: I just want a module to work, so I can test my new function in that module. I'm afraid that does not help us to understand why you need a timer.
econy wrote: SetTimer(2,1000,NULL), it's not create a new Timer, just reset the ID=2 Timer, right? That's correct; see here[^] for further information.
Use the best guess
|
|
|
|

|
Thanks, then setTimer(id2) many times, means reset the id2 timer, right?
The system not create many timers.
|
|
|
|

|
How many more times do you need to ask this? Go and read the documentation if you cannot believe what you have been told.
Use the best guess
|
|
|
|

|
I am building an application that needs to compress data before being sent via socket. Performance is very very critical and I want to make use of native functions i.e. no interop calls into .net libraries. I am building it as a C++ application.
I did find Compression API that will take an input and provide a compressed output. PLEASE BEAR THE FACT THAT I AM NOT USING ANY FILES (DISK FILES). Instead I am just dealing with raw stream.
But this Compression API is available only from Windows 8 onwards and Windows Server 2012. How do I go about finding a solution if I were to do this on Windows 7 and and a server that is say 2008 or 2003
Hickups:
Cabinet API does not help as it always does it thru files?
Explored the option of CMemFile and see if I can break the ice but the m_handle is of no use nor will there be a need to open or close files as I am just dealing with raw bytes.
|
|
|
|
|

|
Hi,
I am trying template for splitter view but getting error in IMPLEMENT_DYNCREATE_T.
I am using VS2008. Plz help
|
|
|
|

|
And the error message is anybodys guess.
|
|
|
|

|
It gives error at :
IMPLEMENT_DYNCREATE_T (TView, U, CView)
Error is " error C2275: 'TView<U>' : illegal use of this type as an expression"
Please help.
|
|
|
|

|
That does not match with the line of code you have shown. However, assuming that's just a typo, where is TView<U> defined?
Use the best guess
|
|
|
|

|
New motherboards do not have built in printer ports. There are many devices that used these ports. I have several chip programming adapters.
I would like to be able to read and write the LPT ports directly. Not using the Windows print spooler.
Does anyone know where to get the port information for PCI parallel port?
Bob Macklin
Seattle, Wa
|
|
|
|
 |
|
|
General
News
Suggestion
Question
Bug
Answer
Joke
Rant
Admin