| Thread | Last Post | Replies |
|
| a question about c#, vb and vc.net | 22 Mar 2006 03:26 GMT | 1 |
I have a class defined in C#, which read the data into the memory //c# code public class ModelDataIO {
|
| TabControl | 22 Mar 2006 00:56 GMT | 1 |
Hi, is there anyway to completely hide the tabs for a tabControl? (I want to switch the pages programmatically.) Thanks!
|
| How do I add existing visual Item to a project | 21 Mar 2006 22:16 GMT | 1 |
Hello!! Normally I use C# but we have a project that is creating a window control library DLL that is done in C++.NET and that is here I have some problems that I want to solve.
|
| CppCodeProvider.dll throwing "not implemented" exception | 21 Mar 2006 19:43 GMT | 1 |
I'm using CppCodeProvider.dll in a CLI/C++ application and I simply can't make it work with CompileAssemblyFromSource() or any other functions. Is there something special for C++ that I need to do that I don't need
|
| Multithread pause | 21 Mar 2006 07:07 GMT | 1 |
I have a program that runs a thread for each device under test (144) the program communicates to the Device Under Test (DUT) thru the serial port. Originally the program only allowed 1 thread at a time to use the serial port using CCriticalSection Lock() and Unlock. I have new ...
|
| how to use nunit.framework.dll in managed c++ | 20 Mar 2006 20:10 GMT | 6 |
hi, i am preparing to teach a class in c++ and would like to intoduce some unit testing. i can make unit tests in c# using this dll and nant from the command line. i am using visual c++ 2005 express at home (the labs may have an earlier
|
| [newbie] C++ with managed extensions | 20 Mar 2006 19:27 GMT | 4 |
I created a C++ DLL in .net 1.1 that makes use of some .net features (so called 'mixed' or hybrid DLL, as it contains both .net and 'old' C++ code). The project worked and compiled fine with VS2003 - but now I had to upgrade the whole lot to VS2005: Compiling and linking works ...
|
| Curious about loop optimization C++ - assembly | 20 Mar 2006 17:36 GMT | 3 |
Out of curiousity, I sometimes look at the produced assembly after compilation in release mode. What you often see, is that CPP, always fully addresses registers to copy values from a to b...
|
| inline functions | 20 Mar 2006 17:28 GMT | 1 |
I get with VS 2005 multiple deffinitions link error LNK1169, if include following header in 2 cpp's. Vs2003 works ok. I am wondering that compiler seems to ignore word "inline". ----header----
|
| Newebie: How do I change a Picture Box on a Visual C++ / CLR managed form into a picture box array? | 20 Mar 2006 15:15 GMT | 4 |
I have been gettting great feedback from microsoft.public.vc.language group but after doing more searching I think my post should be directed to this group. I am trying to make a simple gif animation using VC++ and 13 different
|
| Why can I get the index of the item of the array when I use string*, but can not get the index of the array when I use any other type (such as Int32)? | 20 Mar 2006 11:44 GMT | 1 |
Why can I get the index of the item of the array when I use string*, but can not get the index of the array when I use any other type (such as Int32)? This code will compile perfectly, but if I replace String* with Int32, the
|
| checking a socket status | 20 Mar 2006 06:38 GMT | 6 |
lets say I have a connected SOCKET s. At some point in time, I want to know if the "s" is still valid, that it is still connected. Is there any API that I can give me this information? And can I register some callback like thing, that would inform me when "s"
|
| error when linking a Fortran library to c++ code in VC8 | 19 Mar 2006 19:57 GMT | 10 |
I get the following error when i try to link a fortran library to a c++ code in .NET 2005. LINK : fatal error LNK1104: cannot open file 'libc.lib' the code was working fine when built using .NET2003.
|
| Merge libraries | 19 Mar 2006 17:14 GMT | 1 |
Dear experts, is it possible to include dependend library into target library at compile time (when creating static library) in VS 2003. Thank you
|
| Unshared folder access. | 19 Mar 2006 17:09 GMT | 2 |
Hello all. I have a program that manages (delete, copy, open, etc) several files inside a shared folder in a server, but the users some times use the Windows Explorer to open and work with files, I do not want it, because my program opens the files and store some data in a SQL ...
|