Linking C++ Builder DLL in VC++
Mon, 22 May 2006 21:11:02 -0700
I have a DLL developed in Borland C++ Builder 6.0. I would like to use the
DLL in Visual C++ 6.0. I am not able to link the LIB file in my VC++ program.
Could you plz guide me how to do? ...
|
fatal error C1189: #error : "No sstream/strstream implementation"
Mon, 22 May 2006 15:38:06 +0530
Hi,
I am trying to build a static library, while building the library i am
getting the following error:
fatal error C1189: #error : "No sstream/strstream implementation"
Following is the code that is giving error:
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_SSTREAM
# includ ...
|
Last 'supported' platfrom SDK for Visual C++ 6.0
Sat, 20 May 2006 03:18:01 -0700
I have to compile an old TAPI-Application and need to do this in Visual C++
6.0. I need a platform SDK which is supporting Visual C++ 6.0. I could only
find the actual Platform SDK (February 2006) and read that this one is not
supporting Visual C++ 6.0 anymore.
Does anyone know where I could download thi ...
|
Failed to register .dll file
Tue, 16 May 2006 04:25:02 -0700
I got the error when I attemped to register .dll file to server. The error
message is as follows:
Module c:\program files\ test \xtcexport.dll failed to register.
HRESULT-2147024770. Contact your support personal.
The dll file designed by VC++.
Any hints and suggestion would be appreciated.
thanks.
--
...
|
failed to register .dll
Tue, 16 May 2006 04:24:01 -0700
I got the error when I attemped to register .dll file to server. The error
message is as follows:
Module c:\program files\ test \xtcexport.dll failed to register.
HRESULT-2147024770. Contact your support personal.
The dll file designed by VC++.
Any hints and suggestion would be appreciated.
thanks.
...
|
_wfopen_s and _wfsopen_s - shared does not support ccs= or doc. er
Mon, 15 May 2006 09:36:02 -0700
The documentation says that _wfopen_s supports the new "ccs=" option but the
documentation on _wfsopen_s does not indicate support for this option.
However, the lower level routine, _wsopen_s, does show support for specifying
UTF8 or UTF16 as the char set and BOM handling. Is the documentation wrong
or d ...
|
How to draw alpha channel icon from CImagelist to listview control?
Sun, 14 May 2006 23:21:21 +0800
Hello, all:
How to draw a icon of alpha channel from CImagelist to listview control on
Windows XP?
B.R.
VIC
...
|
|
|
New to VC++ .NET
Fri, 12 May 2006 06:14:01 -0700
Hi,
We want to migrate to VC++ 8
I have some question:
1 - Can I implement the property grid with the new version of 8
if yes where can I find an example
2- Can I give to my project (toolbars and menu) the look of Visual studio.
3- Where can I find all the news features of the new VC++
4 - ...
|
Trouble with heap after call of DLL method
Thu, 11 May 2006 09:12:02 -0700
I am having serious trouble with my pointers in a programm that uses
dlls (written by myself, same compiler) and was hoping that somebody in this
group could help me:
I export my DLL classes with declspec(dllexport) and link against them
using the lib-file. I have not used anything but stuff included in the ...
|
your help urgently required.....
Thu, 11 May 2006 14:05:36 +0530
hello all i am anil kumar, pursuing master's degree in Computer
applications . now i have got some opensource project. that is related
to USB sniffing. tha t is snoopypro. Actalluy this is developed under
Microsoft visual c++. i am getting the folloeing problems at following
code. can u upda ...
|