| Thread | Last Post | Replies |
|
| Unresolved 'C' functions in linking. | 12 Aug 2003 18:59 GMT | 3 |
I am trying to use managed C++ but I am getting the following link errors: Metadata file 'D:\Projects\Visa\AddressVerification\AddressVerificat
|
| template, specialization and header | 12 Aug 2003 15:36 GMT | 1 |
I'm writing a generic class in c++ with templates ; I wish to specialize one of its function. All the code is in the header file, with the #ifndef/#endif macro to avoid multiple inclusion of the header. But when i
|
| Accessing to I/Os (Serial, Parallel, USB, etc) | 12 Aug 2003 15:32 GMT | 4 |
Hi, everyone. I have written this code in Tubo C++ 3.0 earlier, and now I want to port it to VC.NET: int out=0;
|
| error C2039: 'GetTempFileNameA' : is not a member of 'System::IO::Path' | 12 Aug 2003 12:23 GMT | 2 |
I tried to use : System::String* outFile = System::IO::Path::GetTempFileName(); but I get this compile error: error C2039: 'GetTempFileNameA' : is not a member of 'System::IO::Path'
|
| Compile error | 12 Aug 2003 05:40 GMT | 2 |
After updating Windows 2000 I began to get a weird compile error message: Deleting intermediate files and output files for project 'pp - Win32 Debug'.
|
| new wchar_t[5] | 12 Aug 2003 05:01 GMT | 2 |
Being relatively new to c++, I've recently discovered a few things about the behavior of new with respect to wchar_t, ZeroMemory and delete. I can't seem to find documentation describing the following three behaviors:
|
| library | 12 Aug 2003 03:08 GMT | 1 |
Could someone tell me how to add libraries to my project? Miguel Angel
|
| problem | 11 Aug 2003 23:04 GMT | 1 |
I have the following errors in my application, what should I do? error LNK2001: símbolo externo "int __stdcall WSAStartup (unsigned short,struct WSAData *)" (?
|
| "Software License Agreement" class? | 11 Aug 2003 17:11 GMT | 1 |
I am new to Visual C++. I need to implement a software install program, which at one point needs to display a screen of licensing text, possibly scrollable. At the bottom, it needs the usual "Accept" and "Decline"
|
| Setting Spinner and its Buddy | 11 Aug 2003 04:44 GMT | 1 |
Hello I want to put a Spinner and set an Edit to its Buddy. I have some problems: 1- I want the spinner to add/subtract 0.01 to/from the number shown in
|
| single-letter typecasting macros - where defined ? | 11 Aug 2003 03:16 GMT | 2 |
In the sample code for the SortedList class, I see the use of a string typecasting macro consisting of a single letter "S". i.e.: Sortedlist->Add(S"Keyval one", S"Item one"); Now I have deduced that the "S" can be replaced with (String __gc *) and the
|
| i need good advise | 10 Aug 2003 21:21 GMT | 2 |
its go like this. i have some hardware that came with dll to access his resources and manage them. (there is nice api).
|
| return string to .Net application from c dll ? | 10 Aug 2003 16:22 GMT | 1 |
how can i return string to .Net application from c dll ? i have the text in char sText[100] ; and i want to return it from c dll to .Net application.
|
| Dll debug question | 09 Aug 2003 19:44 GMT | 6 |
When I am debugging, I call the app, which loads the dll and then I can trace the dll. In this scenario everything is ok. But when my dll calls an app which loads another dll, that then lods mine, - I am not able to trace my dll.
|
| unicode text in dialog controls | 08 Aug 2003 22:50 GMT | 1 |
i want to set farsi text in static control or button. but VC++ .NET resource editor cant permit. whereas VC# and VB can. how can i solving this problem. sincerely m.komeily
|