| Thread | Last Post | Replies |
|
| possible to connect OdbcDataAdapter to 3rd party driver with VC++.NET Standard?? | 26 Dec 2003 02:18 GMT | 1 |
I am trying to learn .NET with the standard edition of VC++.NET 2003 Standard edition. When I use the wizard in the toolbox to connect to a non-microsoft ODBC data source, I get the error message "It is only possible to
|
| template question again | 25 Dec 2003 06:37 GMT | 1 |
The following codes can't pass compilation in vc7.1, error occured at the possition where Foo is called. ************************************************************8 template<typename type>
|
| Cannot use ExitWindowEx(...) | 24 Dec 2003 18:44 GMT | 1 |
Before I using this function, I've done all the prepare things. This included: GetCurrentProcess(); OpenProcessToken(...);
|
| explanation | 24 Dec 2003 13:39 GMT | 1 |
I need somebody to explan to me what LINEAR SEARCH and BINARY SEARCH is. This is the subject of arrays, so It should be easy to explain. THnak you for your time.
|
| Run time error checks | 24 Dec 2003 09:59 GMT | 1 |
In VC7.1 there is the compiler option to turn on run time error checks (/RTC compiler options). So if there are any uninitialized data a dialog pops up. I know it's useful but is there a way to turn this off for the session
|
| STL iterator conversions in VC.NET | 24 Dec 2003 08:23 GMT | 3 |
I just moved from VC++ 6.0 to VS.NET and my project no longer compiles properly. Why this doesn't work anymore (I get C2679 error): --- std::vector<int> intVec;
|
| Interesting Run-Time Check Failure #2 Information | 24 Dec 2003 08:15 GMT | 1 |
I got this error from my compiler with a little test class I was playing with one afternoon. It's not production code or anything, but it's small and I looked it over pretty carefully and couldn't find anything wrong.
|
| Closing a Context Menu | 24 Dec 2003 01:32 GMT | 1 |
Basic Question, difficult answer 1) Thread one; Open Context Menu. 2) Thread two; it needs close the Context Menu without Mouse interaction. Thread two has all the information about the Context Menu
|
| Problems building COM project - VC7 | 23 Dec 2003 17:42 GMT | 1 |
I'm having trouble building a new COM project I created in VC7. The following linking errors occur: nafxcw.lib(thrdcore.obj) : error LNK2019: unresolved external symbol __endthreadex referenced in function "void __stdcall
|
| Internal Compiler Error | 23 Dec 2003 17:42 GMT | 7 |
I am getting an Internal Compiler Error on two template functions in VC++ 7.1. The weird thing is that in another project these functions compile and run fine. The place they are instantiated is fairly trivial and I don't know
|
| using template | 23 Dec 2003 07:14 GMT | 2 |
the following codes can pass the compilation in VC6 but not in VC7.1.. is it a bug? #include <list> template<class type>
|
| Differences between Windows Form design in VC++ and C# | 23 Dec 2003 04:21 GMT | 1 |
I am very confused about the different ways of VC++ and C# for doing windows form/dialog design in Visual Studio.NET. In C#, after you drag & drop the components to the form,
|
| Third Party Licensed Component | 23 Dec 2003 04:04 GMT | 1 |
Is it true that MS VC++.Net 2003 does not support licensed components? I almost bought a 3rd party serial port component and the vendor told me this. They said it would only work on the development machine. I searched google and found a very similar thread about a year ago but I ...
|
| Unresolfved token - sprintf | 23 Dec 2003 02:42 GMT | 3 |
I keep getting an unresolved token error during linking on sprintf. I've included <stdio.h> but the problem is still there.
|
| Linker error on VC 7 : unable to load ole32.dll | 22 Dec 2003 09:30 GMT | 5 |
I am encountering the following linker error on VC7. LINK : fatal error LNK1171: unable to load ole32.dll This error is only encountered for the "Debug" configuration. The project successfully compiles/links in "Release" configuration.
|