Breakpoint in VS. NET 2003
Tue, 5 Jul 2005 12:41:04 +0200
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 a row under 27 ...
|
Any have example of XML reading in C/C++ (no sax)
Thu, 30 Jun 2005 07:54:35 GMT
Where can I find an XML example in C/C++ (no sax)
Kind Regards
MASL
or if somebody understands ISAXXMLReader. Then how can I get the data fromt
this :
<DESCRIPTION>This is the DESC</DESCRIPTION>
"This is the DESC" is what I need. If somebody can give me an example how to
do that with SAX in C?
O ...
|
DLL access improvement
Wed, 29 Jun 2005 15:46:50 -0400
Hi All,
I am looking for a solution to optimize access to a function in a DLL. I
made severals tests and the performance down about 60% between an access to
a function in a DLL and the same function implement in the EXE.
regards,
Vincent
...
|
Regarding RS232 PORT communication in VC++
Tue, 28 Jun 2005 04:37:08 -0700
Hi dear friends,
I am looking for sample RS232 port communication SAMPLE program in VC++.
Where can I download it?
...
|
Interface members for ATL project
Mon, 27 Jun 2005 05:17:02 -0700
Hi,
I have created an ATL project.
Could anybody please guide me on how to add the interface members?
Thanks,
kd ...
|
Writing IDL in C++
Mon, 27 Jun 2005 07:28:56 GMT
Hi,
I have a ton of header files and a ton of cpp files, all with classes and etc.
...
I want to create and IDL file so it can communicate.
How should I start ? I can't find much on the internet about IDL in C++
The big idea is to create IDL file and compile, have a TLB file and do a
TLBIMPORT in C# . ...
|
Equivalent of ATL COM Wizard
Sun, 26 Jun 2005 23:34:01 -0700
Hi,
Could anybody tell me as to what is the equivalent of ATL COM Wizard in
VC++.NET?
Thanks,
kd ...
|
|
|
Deserialization (IMPLEMENT_SERIAL bug)
Thu, 23 Jun 2005 11:45:51 -0500
Does anybody know the status of this bug (KB322621)?
We're running on XP Pro (all critical updates applied); compiling with VC++
..NET 2003 (our customers will be running on a variety of computers).
I'm deciding if I should abandon CArchive in its entirety and just roll my
own.
...
|
Crash in _vsnprintf? va_args issue help
Wed, 22 Jun 2005 19:03:08 -0700
I'm porting an application from VC++ 6.0 to VC++ 2003 and I'm seeing crashes
sometimes when _vsnprintf is called sometimes with format strings that have
a"%s" in them. When I debug the code within _vsnprintf_ it calls output and
internally after finding the %s it tries to get the next int parameter from
v ...
|
Override WinCE include folder (for using STLport)
Sun, 19 Jun 2005 15:49:04 -0700
If I want to use STLport (ie. any external library instead of a built-in
library) in Visual Studio then I just add the libaries include folder above
the default include folders under Tools -> Options -> Directories.
Now I'm using VS.NET 2005 Beta2 for WinCE and I want to use STLport, and the
usual techniq ...
|