Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

.NET VC

Views: 8,032 Announcement: You cannot reply to these posts
June 20th, 2007 msquared (Administrator)
A tool to view C++/CLI assembly attributes
3 Replies | Posted by: cristalink | Last post by cristalink, Today
Thank you for the replies. Ildasm is OK for me. Cheers, John "cristalink" <cristalink@noemail.noemailwrote in... more »
Using MS SQL from C++ guidelines
2 Replies | Posted by: PeeS290 | Last post by Mark Salsbery [MVP], Today
"PeeS290" <PeeS290@wp.plwrote in message news:#dXSIirDJHA.4104@TK2MSFTNGP05.phx.gbl... More managed code info... Accessing Data (Visual... more »
Should I report a bug or somebody will help me here
4 Replies | Posted by: PeeS290 | Last post by PeeS290, Today
So, do you have the same issues in other project types, such as C++/CLI I have many other projects and I never encountered such problem... more »
How can I get the identity generated by the SQL SERVER when I insert a record
1 Reply | Posted by: zjs | Last post by Carl Daniel [VC++ MVP], Today
zjs wrote: Not really a C++ question, but... The solution is to perform both the insert and the retreival of scope_identity in a single batch (i.e.... more »
VS2008 Code Coverage and C++/CLI
2 Replies | Posted by: innes | Last post by innes, Today
On Sep 3, 6:15 am, "Carl Daniel " <cpdaniel_remove_this_and_nos...@mvps.org.nospamwrote: Thanks for the reply - I managed to get code coverage... more »
Allocating memory for part of a C struct
4 Replies | Posted by: Chris Saunders | Last post by Pavel Minaev, Today
"Ben Voigt " <rbv@nospam.nospamwrote in message news:ubcUfvdDJHA.2480@TK2MSFTNGP02.phx.gbl... I apologize - the groups come right after another, and... more »
How do I use diffferent version values in different executables?
6 Replies | Posted by: =?Utf-8?B?Q2hhcmxlcyBS?= | Last post by Pavel A., Yesterday
You're right! the question was about rc file. Then, how about a pre-build step that will run cl <enter>, parse the version number out of the output,... more »
Catching a C# COMException in VC++ 6
1 Reply | Posted by: TheFid | Last post by SvenC, Yesterday
Hi Mike, That depends on how your VC++ 6 code looks like. COM itself when it comes down to calling methods on interfaces uses HRESULTs (32 bit... more »
C++/CLI and unmanaged code
1 Reply | Posted by: r.x.k.miller@googlemail.com | Last post by Mark Salsbery [MVP], Yesterday
<r.x.k.miller@googlemail.comwrote in message news:c5e7fb52-307f-4de7-a84b-029e18121a98@k37g2000hsf.googlegroups.com... With a mixed-mode C++/CLI... more »
Fast String operations
3 Replies | Posted by: kelvin.koogan@googlemail.com | Last post by Ben Voigt [C++ MVP], Yesterday
Pavel Minaev wrote: Well, even StringBuilder will grow using that method (although much more efficiently than looping String::Concat). However as... more »
Mangled static library entry points
1 Reply | Posted by: Greg Fuller | Last post by Pavel Minaev, 3 days ago
"Greg Fuller" <noemail@forspambots.comwrote in message news:655qb4l0n48f28ud996m10h5me8hucfkp7@4ax.com... It's the standard mangling convention for... more »
Missing class in wizards and class view
Post Reply? | Posted by: | Last post by , 4 days ago
Hi all, I encountered a strange problem. I have a CDialog based class, that I am using for some time, I guess from the beginning of the project that... more »
Re: IT - Jobs, Interview Questions, Certification
Post Reply? | Posted by: Pavel A. | Last post by Pavel A., 5 days ago
A dump is "accumulation of refuse and discarded materials", or "a place where such materials are dumped" (from www.merriam-webster.com). So your... more »
HELP! ACTIVITY ON PC...ANYWAY TO TELL???
1 Reply | Posted by: =?Utf-8?B?WGluYQ==?= | Last post by PvdG42, 5 days ago
"Xina" <Xina@discussions.microsoft.comwrote in message news:74F94374-3274-48D6-974B-23BB90200F2A@microsoft.com... You need a Windows group to ask... more »
Displaying Text in a RichtText Control Problems,...
10 Replies | Posted by: =?iso-8859-1?B?S2VyZW0gR/xtcvxrY/w=?= | Last post by Pavel Minaev, 5 days ago
On Aug 30, 2:37 am, Kerem Gümrükcü <kareem...@hotmail.comwrote: If you have some reasonably complicated text layout with inline vector graphics, and... more »
Internet Explorer XML parsing error in Windows Vista
3 Replies | Posted by: =?Utf-8?B?dHVtYQ==?= | Last post by Ben Voigt [C++ MVP], 8 days ago
tuma wrote: Are there any XSLT templates in the directory where it "doesn't work"? XSLT will control the display. more »
Why it can not work after I delete breakpoint.(attach the CSocketFile object to a CArchive)
Post Reply? | Posted by: zjs | Last post by zjs, 8 days ago
class CChatSocket : public CSocket { .... } void CChatSocket::OnReceive(int nErrorCode) { CSocket::OnReceive(nErrorCode);//Here I insert a... more »
DLL DEBUG MODE IN CPP
2 Replies | Posted by: =?Utf-8?B?V2lsbGlhbSBNY0lscm95?= | Last post by =?Utf-8?B?V2lsbGlhbSBNY0lscm95?=, 9 days ago
I'm the original poster. It turns out the large C++ program that I developed has suffered numerous automated migrations through Visual Studios 2003,... more »
Book Recommendations
1 Reply | Posted by: tragomaskhalos | Last post by Giovanni Dicanio, 9 days ago
"tragomaskhalos" <dave.du.vergier@logicacmg.comha scritto nel messaggio news:d79e6824-aa42-4421-81e0- Nish is an expert in C++/CLI (he is a VC++... more »
(cont'd) Callback interface to communicate from native C++ -> CLi\C++Options
1 Reply | Posted by: DaTurk | Last post by Giovanni Dicanio, 10 days ago
"DaTurk" <mmagdits@hotmail.comha scritto nel messaggio news:9a6b54fb-3a55-40e8-a51f-8e4680d579e4@8g2000hse.googlegroups.com... I think that you... more »
Callback interface to communicate from native C++ -> CLi\C++
Post Reply? | Posted by: DaTurk | Last post by DaTurk, 10 days ago
Hi, I'm writing an application that has a native c++ layer, and a CLi/C++ layer above it. Above the CLi layer will be C# but that's not relavent to... more »
Help!! How can I get current visual studio version in VC projectbuild event?
1 Reply | Posted by: Ed | Last post by Ed, 10 days ago
On Aug 26, 3:49 pm, Ed <seah...@gmail.comwrote: I used a poor method as following: <code> @echo "$(DevEnvDir)">DevEnv.log findstr /C:"Visual... more »
How to implement affine transform stack
Post Reply? | Posted by: =?Utf-8?B?U2llZ2ZyaWVkIEhlaW50emU=?= | Last post by =?Utf-8?B?U2llZ2ZyaWVkIEhlaW50emU=?=, 11 days ago
I think SetWorldTransform/GetWorldTransform/ModifyWorldTransform are the functions I want. Does anyone have an example that implements a stack? (1)... more »
Access denied fro GetShortPathName in Windows Vista
8 Replies | Posted by: =?Utf-8?B?dHVtYQ==?= | Last post by David Lowndes, 11 days ago
>Thanks. It works. But I am very curious to know why the “Access Denied” As Sven has pointed out, it's not really the same path under Vista. Dave more »
How to dllimport a dllexported class
6 Replies | Posted by: vivekanandaprasanth@gmail.com | Last post by Ben Voigt [C++ MVP], 11 days ago
vivekanandaprasanth@gmail.com wrote: If you search the msdn site for COM factory example, you might come up with something like... more »

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors