all groups > visual c libraries > october 2006
Microsoft Visual Studio 8 runtime libraries
Posted by Arthur at 10/26/2006 6:44:00 PM
Hello,
I have a Visual Studio 7 executable application that dynamically loads
DLL files from my \DLL Directory. However one of these DLLs is created
with Visual Studio 8 and needs the runtime files. I want to redistribute
the runtime files as private assemblies in my \3rd directory.
What... more >>
SP with no results throws ODBC exception in CRecordset
Posted by Mike C# at 10/20/2006 12:29:11 PM
Hi all,
I'm writing a little app that uses ODBC to call a SQL 2K stored procedure
several times in a loop, with a different parameter each time. The SP can
return no results in some instances. When no results are returned, the
CRecordset throws an exception. I've tracked the problem down... more >>
API to create CAB file
Posted by sumana at 10/11/2006 5:55:12 PM
Hi
Can anyone tell me whether there is any API function to create
the cab file in VC++?
Thanks & Regards
sumana
... more >>
.Net equivalent to COM Service
Posted by S Wheeler at 10/10/2006 12:36:41 PM
Don't know if this is the right newsgroup, but here goes:
Do .Net service applications offer a similar capability to a COM Service
where the server can be assessed from a GUI via some exposed methods of the
service? If so, how; if not, what is the accepted way to acheive IPC from
GUI app (... more >>
Correct Libs
Posted by S Wheeler at 10/6/2006 10:42:51 AM
I have a DLL with mixed mode code that uses a couple of unmanaged static
libraries. I had been generating the static libraries with Code Generation
set to Single-threaded Debug (/MLd). The DLL is set to
Multi-threaded Debug DLL (/MDd) - The app that call the DLL is set to
Multi-threaded Debug... more >>
|