| Thread | Last Post | Replies |
|
| Pass data between 2 applications | 06 Feb 2005 22:41 GMT | 3 |
I have 2 applications one in VB.net and the other in VC6. I need to pass data between them. How can I do it? what's the best way to implement such communication ? Any comment will be appreciate.
|
| PROBLEM: Stepping into unmanaged C++ DLL's code | 06 Feb 2005 21:14 GMT | 1 |
I have a managed Application (C#) that uses a managed DLL (MC++) which uses an unmanaged DLL (C++). All reside under the same solution. The unmanaged DLL has virtual methods, it is loaded statically (using DLL's lib file) by the managed
|
| MissingManifestResourceException, please urgent | 06 Feb 2005 18:02 GMT | 3 |
Hello I'm writting a MC++ application, but I have a serius problem. I can't add any resource via windows forms editor because I ever get a MissingManifestResourceException into the function InitializeComponent. For example: Creating a picture box and placing an Image as ...
|
| Registry in .NET world | 06 Feb 2005 16:59 GMT | 4 |
In the past I had read that in .NET world there is no need to store data in the registry, but the applications would have some other independent way to do that. What is this way? Suppose we have to save some user configuration of an
|
| The infamous R6025 runtime error | 05 Feb 2005 16:17 GMT | 3 |
Hello ppl ! Since this newsgroup is a place where Microsoft MVPs or related visit somewhat often, could someone give me an advice with possible causes of this error. Note that it does not happen with the programs I write, but with
|
| "unresolved token" link errors | 05 Feb 2005 07:42 GMT | 10 |
How do "unresolved token" link errors occur. How do I fix them? Linking... LINK : error LNK2020: unresolved token (0A000015) ??_7type_info@@6B@ LINK : error LNK2020: unresolved token (0A000016) _CxxThrowException
|
| System::String question | 04 Feb 2005 18:50 GMT | 7 |
I had reported this as a bug: Description: Default indexed property of System::String crashes for object with stack semantics.
|
| DLL runtime and /CLR compiling | 04 Feb 2005 18:27 GMT | 12 |
I'm just experimenting around with the VisualC++ 2005 Express Edition Beta and found some strange behavior for which I can't seem to find a workaround. What I've done is set up two static library projects for Lua 5.0.2 and LuaBind beta-6, compiling both with no CLR support and ...
|
| VC++ 2003 compile time slower than VC++ 6.0 | 04 Feb 2005 17:35 GMT | 5 |
i experience slower compile times with VC++ 2003 compared to VC+6.0. Anyone experiencing the same? Should that be expected? This ineed matters, when total compilation time is > 1h and you have to wait
|
| Scheduled Task | 04 Feb 2005 16:34 GMT | 1 |
Is there any possibility to create new Scheduled Task in Windows XP using C++.NET? How to create task like Symantec does it in windows to periodicaly check if computer is connected to the internet?
|
| Cannot activate incremental link - please help | 04 Feb 2005 15:49 GMT | 3 |
I am trying to activate incremental link using VC7 (.NET 2003) on a pretty big project (executable size is more than 100Mb, and it gets linked from several dozen of libraries and object files of different sizes - from less than 1Mb to tens of MBs).
|
| New Cracked Software(cad,cae,cam,eda,pcb,gis,cfd,cnc...) | 04 Feb 2005 14:11 GMT | 2 |
Hi! If you are professional ARHITECT, ENGINEER, DESIGNER, PROGRAMMER or User, and you can't buy expensive professional software - we will solve this
|
| Compiler error - incorrect error message "illegal type for non-type template parameter" | 04 Feb 2005 13:28 GMT | 4 |
The code below does not compile with .NET 2003, I get folowing error: w:\c\Pokusy\delegTemplArg\delegTemplArg.cpp(11) : error C2993: 'float' : illegal type for non-type template parameter 'x' The error shows compiler is quite confused - x is not a template parameter
|
| How declare array of DataRow | 03 Feb 2005 23:33 GMT | 2 |
I want to declare array of System::Data::DataRow but how? With single variable I write System::Data::DataRow^ aRow but statement System::Data::DataRow^[] - not works.
|
| i need help :(:(. | 03 Feb 2005 17:37 GMT | 2 |
well,i use visual c++.NET 2003.i am organizing a windows form application.i attached a form shape to tell my problem( please coppy this url and have a look : http://www.dotnetforums.net/showthread.php?t=91020 ).according to
|