| Thread | Last Post | Replies |
|
| Standard SDK 500 seems to be missing locale header | 06 Dec 2007 16:51 GMT | 5 |
I'm trying to build a small project that uses C++ locales for Standard SDK (SH4) but the compiler tells me it can't find the locale file. I can't either. :-) is it missing from the SDK? Regards,
|
| Lost source browser capability in a project, recovery ideas? | 06 Dec 2007 08:09 GMT | 1 |
In my embedded VC++ 4.0, SP4 project, I can no longer access my source browser capabilities. Alt F12 generates the popup, but after that, nothing. At first, I thought it was a tool problem, but the source browser works fine in other projects.
|
| How To Invoke Unmanaged Callbacks on WinCE? | 05 Dec 2007 00:10 GMT | 3 |
How do you invoke unmanaged callbacks on CE/Compact Framework? I tried several things and looks like it is not supported. But msdn says it is. I running a managed C# .Net 2.0 Client application and a C++ application running on WinCE 5.0. My C# Client application registers the ...
|
| Deploying standalone files in VC++ | 04 Dec 2007 18:10 GMT | 4 |
Hi, I am developing an MFC app for PPC and SP. In my VS2005 VC++ solution project, i wish to add a standalone file which should be automatically deployed with the exe. How do i do this?
|
| Device Context Confusion | 04 Dec 2007 15:04 GMT | 3 |
In the course of debugging some memory leaks, I noticed that my graphics routines were rather inconsistent. Sometimes I ReleaseDC( ), then DeleteObject( ) on the drawing resources; sometimes vice versa. The examples I see throughout forums and MSDN proper also show inconsistent ...
|
| is 'finally' a reserved word in windows CE in a C program? | 03 Dec 2007 20:14 GMT | 4 |
The issue seems to be a problem in the excpt.h header defined for the windows CE SDK. I have a c program and it uses a form of labels & gotos to handle some error handling. The code follows a java style by using the label 'finally'.
|
| Ownerdraw button's Drawitem not being called when button is called | 03 Dec 2007 19:54 GMT | 3 |
Hi, I have an ownerdraw button in my dialog, just the one. I have the following code to draw the button. I expected the MFC DrawItem method for the button to be called when the button is clicked or pressed continuously.
|