June 20th, 2007
msquared (Administrator)
|
A tool to view C++/CLI assembly attributes
Thank you for the replies. Ildasm is OK for me.
Cheers,
John
"cristalink" <cristalink@noemail.noemailwrote in... more »
|
|
Using MS SQL from C++ guidelines
"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
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
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
"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?
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
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
<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
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
"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
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
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???
"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,...
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
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)
class CChatSocket : public CSocket
{
....
}
void CChatSocket::OnReceive(int nErrorCode)
{
CSocket::OnReceive(nErrorCode);//Here I insert a... more »
|
|
DLL DEBUG MODE IN CPP
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
"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++
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
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
>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
vivekanandaprasanth@gmail.com wrote:
If you search the msdn site for COM factory example, you might come up with
something like... more »
|
|