all groups > visual c libraries > july 2005
MICROSOFT VISUAL C++ RUNTIME LIBRARY
Posted by emc at 7/25/2005 1:10:04 AM
HI ALL,
I M GETTING THE THIS ERROR MESSAGE WHICH IS AS BELOW.
MICROSOFT VISUAL C++ RUNTIME LIBRARY
RUNTIME ERROR!
PROGRAM C:\EMC\BIN\DRSCHED.EXE
ABNORMAL PROGRAM TERMINATION.
PLS LET ME GUIDE ABOUT THE SOLUTION OF THIS ISSUE.
THANX.
... more >>
Project type
Posted by dave at 7/20/2005 10:52:03 AM
Hello:
Does somebody know what type of project in C#
allows to create code that corresponds to one created
by ActiveX DLL project in VB.6 ?
I looking for project that allows to create automation server.
In VB.6 ActiveX DLL can be used for this purpose.
thank you,
dave... more >>
DSWebCamCap
Posted by aaa at 7/19/2005 12:29:05 PM
I have bought the book "Programming Microsoft DirectShow for digital video
and television" and I'm trying to compile and link the DSWebCamCap example
for my web cam. However, it fails trying to link - error: it can't find
C:/Program/microsoft.obj. What is microsoft.obj, how is it created, why,... more >>
How can i get STL.net ?
Posted by Wisut Hatanong at 7/18/2005 12:00:00 AM
How can i get STL.NET for VC++ 2005 express beta 2 ?
I can't find any STL header like "cli/vector". There is no such thing like
"cli" folder in my include folders.
It seem the C++ STL standard header has problem w/ new syntax handle, e.g.
^.
I know that DotNet has it's container but I never u... more >>
FreeLibrary problem
Posted by Bob at 7/14/2005 12:00:00 AM
Hi,
I have a C++ DLL (A) that loads another C++ Library (B)
(A) is called from a Vb.net component.
When the component is used by an Application the FreeLibrary call in (A)
that releases (B) works fine.
When the component is used in a service the FreeLibrary call hangs meaning
the Service can... more >>
Breakpoint in VS. NET 2003
Posted by Janiv Ratson at 7/5/2005 12:41:04 PM
Hello,
I have one cpp file in my project that I cannot assign a breakpoint on some
of its functions.
The file is 323 rows long, every function that located under 272 row can be
set a breakpoint.
Every function that placed after this row cannot be set a breakpoint.
If I replace the function, to... more >>
|