| Thread | Last Post | Replies |
|
| DLL design question | 30 Apr 2006 15:15 GMT | 1 |
I have an application which consists of several (approx 40 C/C++ dlls). I want to provide a C (Win32 Dll) API to these Dlls. However, I want to partion the API at a different level of abstraction. I need som advice on the best practise on doing this. the following may help
|
| variable args question | 30 Apr 2006 15:09 GMT | 2 |
I have a C function that takes variable args, i.e. is of the form : foo( const char*, const int, ... ) ; I want to expose this function so that I can call it from VB(6). My questions are:
|
| How to Force compiler to give error notice in "if" clause? | 29 Apr 2006 22:39 GMT | 3 |
Is there a way to force Visual C++ compiler (VS 2003) to give an error or notice in case of IF statment have "=" instead of "==" for example if(locationID = 10351) is passing, but I want an error fired
|
| Format Partition in C++ | 29 Apr 2006 21:05 GMT | 1 |
Is there a way to format a partition from within a C++ app?
|
| Is there anybody how to create hidden folder in public folder or system? | 29 Apr 2006 07:46 GMT | 2 |
Is there anybody how to create hidden folder in public folder or system? I have a any problem. I cannot create hidden folder in public or system folder. Is there anybody who knows the answer to create hidden folder ?
|
| deleted namespace? | 29 Apr 2006 04:40 GMT | 2 |
hi, i used VS2003 for my C++ apps and i recently downloaded the 2005 Express Edition of C++. I tried a simple console app to see what was different, and i noticed they deleted the old "system" namespace. like how you could do "system("pause");" and such...what happened to that?
|
| Calling java (.jar) from C++? | 29 Apr 2006 02:37 GMT | 3 |
I have a need to call a java database library from C++ applications. Can anyone point me in the right direction on how to accomplish this? Thanks.
|
| GetCurrentDirectory is not working for real application path | 28 Apr 2006 11:00 GMT | 1 |
I have a simple program thats open some file a.txt. When program starts it gets GetCurrentDirectory and finds / opens the a.txt file. But if i create a shortcut on desktop it couldnot find real working directory. How can i do this ?
|
| VS2005 - question about copy-ctor | 28 Apr 2006 10:25 GMT | 18 |
find below an example which IMO should refuse to compile. It compiles fine with VS2005. What happens in the call? What is your opinion?
|
| Expression: map/set iterators incompatible | 27 Apr 2006 21:20 GMT | 6 |
Me and my colleagues have been working on a problem since yesterday and can’t seem to find a solution to it. It relates in a good measure to iterators and the way we’re using them in our project. I will first give you a little introduction to our main task. We had at our hands ...
|
| Managed Wrapper for unmanaged Constructor with inputs | 27 Apr 2006 19:21 GMT | 4 |
Basically I need to create a managed wrapper for the class "A" below: class A : public CModule { public:
|
| how to inject system process SERVICES.EXE as system restart? | 27 Apr 2006 18:38 GMT | 6 |
Hello. all: I want to inject a DLL of my custome hook dll to system serice SERVICES.EXE application as every OS restart? B.R.
|
| C++ vs. C# (new to windows programming)... | 27 Apr 2006 13:45 GMT | 4 |
After messing around for some time with Tcl/Tk and VBScript, we've finally reached the point where we need to put some speed into our applications. So, our typical application looks like this.
|
| [repost] Static initialization of native code in CLI/native mixed environment | 27 Apr 2006 06:39 GMT | 1 |
I posted this recently in microsoft.public.vc.language and was redirected here. I also searched this ng and found some relavant threads.
|
| Rationale for C++/CLI Value Types not having a default constructor | 27 Apr 2006 05:59 GMT | 12 |
Given value class X { public:
|