| Thread | Last Post | Replies |
|
| Structure to Array | 02 Aug 2006 04:55 GMT | 1 |
I have structure and I want it copied to byte array. How do I accomplish this one. In old days I just used memcpy but I want to use Managed code in my program. Thank you
|
| Using Window's System Tray Icon | 02 Aug 2006 01:20 GMT | 2 |
When I add a USB key, system tray icon on Windows XP shows USB icon. It also shows icon that can be used to "Safely Remove Hardware". I would like to use this icon in one of my Visual C++ application. All I could find is that I can use LoadStandardIcon() call in Windows to
|
| streets w/ GPS | 01 Aug 2006 18:47 GMT | 2 |
1) how can I remove the GPS trail markings from my saved .est file? I have the same problem with calculated distance marks. 2) can I export the GPS trail data that is captured on to a spreadsheet so that I can: retreve my exact route, speed, etc.?
|
| Problem in Calling native code from managed c++ dll. | 01 Aug 2006 13:14 GMT | 2 |
I wrote a managed c++ class library in viusal studio 2005. This managed c++ dll calls native C++ methods of an SDK. When I referenced this managed c++ library in a console applciation written in C# for testing every thing worked fine. Now I need to call the managed c++ class
|