| Thread | Last Post | Replies |
|
| managed string -> unmanaged string | 19 Oct 2004 13:29 GMT | 10 |
I use the following code to convert a managed string to an unmanaged one: _TCHAR error[255]; const char* umstring = (const char*)Marshal::StringToHGlobalAnsi (merror).ToPointer();
|
| Shell Extension | 19 Oct 2004 12:39 GMT | 1 |
Dear Community, is there someone, who can tell me which FMTID and PID I have to use inside the GetColumnInfo-method, for changing the content of the "Type"-column in the detail view of the explorer?
|
| Crystal Reports 9 and Visual C++ 6 | 19 Oct 2004 11:24 GMT | 1 |
I am trying to run a Crystal Reports report from Visual C++ 6.0 code. Basically, I just got this code which works with Crystal Reports 8.5 and tried it. However, I have Crystal Reports 9 and I get an unnamed exception. I have googled all day but I couldn't find anything. Can ...
|
| Urgent help on IXMLHTTPREQUEST | 19 Oct 2004 10:24 GMT | 8 |
Everything works fine with ixmlhttprequest. It gives me "access violation" only when i am trying to release it from the memory (i.e pXMLHttpReq->Release()). Below is my code.
|
| _beginthread() | 19 Oct 2004 02:53 GMT | 6 |
I am trying to test out _beginthread() but I keep getting an error that: _beginthread : undeclared identifier I am using Visuall C++ with DotNET Studio and am on windows XP. Here is the full program:
|
| Future of C++ and .NET/WinFX | 18 Oct 2004 21:04 GMT | 9 |
I've looked at recent posts and not found material, but I'm new to the board, so please forgive if this thread has come up before. I'm facing a conundrum about development of business applications which have robust user interface requirements (sorry, details must be kept private).
|
| How to call IE to open an HTML file from a C program ? | 18 Oct 2004 18:26 GMT | 2 |
I have a user manual for my program in HTML format, and I want to open it from my program by clicking a button. How can I call the IE with my HTML file inside my program ? Thanks,
|
| Finding Program Files in different languages | 18 Oct 2004 18:07 GMT | 1 |
How can I find the Program Files directory, independent of the language of Windows version ? Thanks, Elga.
|
| [CLI-C++] Using sizeof inside a generic function | 18 Oct 2004 15:42 GMT | 1 |
I like to know if is it possible to use sizeof(T) inside a generic function. I don't know why the following function compiles while if I define ON_LINE_STATEMENT it does not.
|
| Building DLL | 18 Oct 2004 09:51 GMT | 2 |
I have a simple question of building a DLL as follows: (VC2003) my_dll.h ====== #ifndef SHELL_DLL_API
|
| managed extensions | 18 Oct 2004 09:30 GMT | 4 |
I'm having a problem compiling a managed extensions project that has one set of functions that is supposed to be unmanaged. I've found out how to set the properties of a single file, in which way I can set the /clr option on a file level, which is good.
|
| Latest WTL released | 18 Oct 2004 08:06 GMT | 1 |
Version: WTL 7.5.4291.0 URL : http://sourceforge.net/projects/wtl/
|
| Distinguishing between a mngd & unmngd assemblies | 18 Oct 2004 02:59 GMT | 3 |
Ho can one distinguish between a mngd & unmngd assemblies? ( preferable in managed code )
 Signature Nadav
|
| Question on STL string | 18 Oct 2004 02:12 GMT | 3 |
A basic string, declared using my own custom-defined typedef: typedef TSTRING std::basic_string<_TCHAR>; would TSTRING::data() have O(x) exeuction time proportionality to the size of the string, or static?
|
| dotnet framework 2.0 | 17 Oct 2004 22:09 GMT | 6 |
If I download the 2005 beta express versions and install them, will the .NET framework 2.0 (beta) replace the existing 1.1 (non-beta) that's on my machine? What I mean is will I have two versions side by side - i.e. is the beta marked as 'this version is not allowed to replace an ...
|