| Thread | Last Post | Replies |
|
| magnetic stripe reader | 23 Oct 2005 18:34 GMT | 1 |
I want to write a c# application to capture the contents of a magnetic stripe card with a card reader attached to the USB or COM port of the PC. Are there any libraries or anything available to do this, or do I need to read directly from the these port? Any
|
| doc/view in VC.net 2005 | 23 Oct 2005 18:06 GMT | 3 |
I did not see any doc/view concept in vc.net 2005. did MS stop with this concept ? or have i seen wrong ? thanks a lot, Maileen
|
| double __gc * cast to double* | 23 Oct 2005 02:56 GMT | 1 |
All: Can double __gc * be cast to a double*? In C# the fixed(double* pX = x) can be used. Is there an equivalent in C++.NET? Thanks in advance.
|
| WNetGetUniversalName() and Win98 | 22 Oct 2005 23:49 GMT | 1 |
Hi, 'WNetGetUniversalName()' is for WinNT/XP, is there a equivalente for Win98/ME? Thanks in advance, William GS
|
| Misc linker errors when moving to /clr | 22 Oct 2005 22:07 GMT | 4 |
A project compiles fine under VS 2005 RC without the /clr option. However, when /clr is turned on several errors appear: - A symbol exported from a DLL is not found by another DLL referencing it.
|
| AMD Athlon and VS VC++.NET 2003 | 22 Oct 2005 21:58 GMT | 1 |
I created a managed C++ application at work on a Dell computer running at around 3 ghz. It runs fine, and looking at CPU usage (vie the Windows Task Manager), it doesn't even show up (the meter is almost at zero, indicating its not using very much CPU time).
|
| Pinned ptr vs native alloc | 22 Oct 2005 18:12 GMT | 3 |
I'm still trying to figure out some of the nuances of access to legacy Win32 DLLs. I need to alloc buffers to be used by the Win32 DLLs. I know that pinning a managed pointer can lead to framentation, but I don't see an alternative. Is there an easy way to generate a call to
|
| development question about .net and win32 api | 22 Oct 2005 15:10 GMT | 2 |
Hello!! When you for example use C++.net environment for develop an GUI application does this mean that you doesn't use win32 API as much as when you had visual studio 6.0 because of the large frame work classes that .net consist of?
|
| GUI development | 22 Oct 2005 13:41 GMT | 1 |
Does the .net environment support creating GUI application for C++ in the same easy way as C# or vb.net does? Is the frame work classes for .net the same for languages as vb.net, c#.net and c++.net?
|
| VC++ link error | 22 Oct 2005 01:29 GMT | 5 |
I have few link errors that i am not able to get rif off in a VC++ project (plugin for filemaker) where i am trying to port the code written for a mac to windows. I am creating a object of a class and calling its member functions in
|
| VS6 code compiled w VS2005 needs .NET framework? | 22 Oct 2005 01:04 GMT | 6 |
I'm told that when an VC++ 6 project is copied and compiled with the VS2005 compiler, that the runtime requires the .NET framework. I don't have any machines handy that *don't* have the framework installed so I can't confirm this.
|
| VC++ Delegate Options | 22 Oct 2005 00:56 GMT | 3 |
I need to utilize function pointers in my MFC application. I was wondering what the best approach is. Im a C# developer, so I'm farily comofortable using delegates. So far I've found a library called boost.function
|
| EnumWindows for WinCE 4.20 | 21 Oct 2005 22:52 GMT | 1 |
I am trying to get a list of all the process running on WinCE. I first developed my code on NT (which is working fine) and now I am porting it to WinCE 4.20. I am using embedded Visual C++ 4 SP2. My problem is that the callback function is called only once and my program
|
| converting mc++ projetcs to mixed mode | 21 Oct 2005 17:14 GMT | 4 |
This article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmex/html/vcco nconvertingmanagedextensionsforcprojectsfrompureintermediatelanguagetomixedmode. asp seems to be somewhat out of date. Not all of it seem to apply to vs 2005 (beta 2) and c++/CLI. I ...
|
| Learning C# from a VS C++.NET background | 21 Oct 2005 16:27 GMT | 3 |
*** NOTE: Not sure where to post this, it's about both C++ and C#....I assume this forum is ok *** I've looked at some C# code, and it looks remarkably like C++. Will the similarity help me or confuse me (i.e., if its very similar then differences
|