| Thread | Last Post | Replies |
|
| "hang" when launch embedded Visual C++ 4.0 | 10 Oct 2008 02:30 GMT | 2 |
im just install the embedded Visual C++ 4.0 in my pc ( http://www.microsoft.com/downloads/details.aspx?FamilyId=1DACDB3D-50D1-41B2-A107 -FA75AE960856&displaylang=en ) Intel Centrino processor 798 MHZ, 512 MB of RAM
|
| Exporting classes | 08 Oct 2008 16:03 GMT | 9 |
Hi to all, I made a class called "ClassAnalogInput" in a dll written in embedded C++. Now I need to use the class in other application, in particular the application is written in VB.NET.
|
| milliesecond problem | 08 Oct 2008 11:33 GMT | 3 |
I would like to measure time in millie secs using evc v4.0, any pointers would be gratefully appreciated. I am using GetSystemTime(&systime), but it seems to give me time rounded off to the nearest second. Help!
|
| SMS | 05 Oct 2008 09:27 GMT | 1 |
Is it possible to intercept a sms first to showes? How do? Thanks a lot Miky
|
| (Re)throwing from a catch block across dll boundaries | 02 Oct 2008 16:12 GMT | 4 |
I am using VS 2008, SP1 in order to create applications for WM 5.0 +. The applications are written in C++, no MFC is used. I have a function in a dll that throws an exception of type class CEx. It catches a reference to this exception, does some cleanup work and then
|
| Bad Camera preview | 02 Oct 2008 07:22 GMT | 1 |
Actualy I'm trying to generate an SDK based on CameraCapture (from the WM 5.0 SDK). the following code it work fin, but the size of the preview is always the same even if I change the parameters of SetWindowPosition()
|