all groups > visual c > september 2007 > threads for september 1 - 7, 2007
Filter by week: 1 2 3 4 5
Object sender, System.EventArgs e
Posted by J e r at 9/7/2007 11:49:15 AM
I'm trying to call ButtonClick( object sender, System.EventArgs e) from a
method rather than clicking the button. But I can't determine the values of
sender and e that I should use. I ran the program with a stop on, clicked
the button and opened up a watch window and it shows them as
System.Wind... more >>
mixing manged and unmanaged C++ & boxing enums
Posted by Cartoper at 9/7/2007 9:53:07 AM
I am working in VS2005 (.Net 2.0).
I have a unmanaged C++ class that will be used by C#, once I get to
that point. I would like to throw a System::ApplicationException from
the unmanaged code, is there any problems with this?
I am formating a string in one of these throws where I am using
... more >>
Exposing unmanaged C++ COM to managed C++ application
Posted by Alex at 9/7/2007 8:25:22 AM
Hi, everybody,
I found some simple example of writing of a service application in
managed C++. The only thing my service has to do is periodically to
call some COM Server function written in managed C++.
If I had to expose the interface of my COM Server to unmanaged C++, I
could've simply ... more >>
OLE Viewer
Posted by George at 9/7/2007 1:46:02 AM
Hello everyone,
I am looking for some tutorials about how to use OLE Viewer. But I can not
find any detailed tutorials. Any reference?
thanks in advance,
George... more >>
Updated my XP Pro System. Now VC++ 2005 Pro can't create tem file
Posted by Dave-H at 9/6/2007 10:52:00 AM
error PRJ0006 : Could not open the temporary file
'c:\Project\CompressMorphis\Release\RSP00000133601984.rsp'. Make sure the
file exists and that the directory is not write-protected.
1>Compiling...
1>Project : error PRJ0003 : Error spawning '/Ox'.
_______________________________________
... more >>
Virtual ListBox
Posted by Kuliński at 9/6/2007 12:05:22 AM
Hi,
I have a problem, I hope someone will help me.
I'm writing a small emulator, and as I'm working on it I want to see its
internal memory the memory is from 0000 - FFFF (WORD) so that's 65536
bytes. I'm thinking to put 16 of them in one line, so that would make 4096
lines.
Adding the eleme... more >>
Memory Limit in Unmanged C++
Posted by Leon Lambert at 9/6/2007 12:00:00 AM
How do i get the amount of memory left for an application to allocate?
We have an application that badly needs redesign because the current
design can under certain circumstances run out of memory. Until we can
redesign it we need to add protections to prevent a crash. I would like
to determ... more >>
vc redistributable - best practices
Posted by vcquestions at 9/5/2007 12:00:00 AM
Hi.
I have a C++/CLI app with dependencies on ATL/CRT ( no MFC ).
1. If I install vcredist_x86 ( SDK\v2.0 ), everything on the clean
target machine works fine.
Problem: redistributable executable is too big ( as I don't need MFC &
other bloat ).
2. When I install .msm files on the ta... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Very Stuck Newbie
Posted by Im Going Mad at 9/5/2007 12:00:00 AM
Hi All,
Hope your well? Hope no one minds helping out a Newbie? Im going mad with
this. I`ve done a bit of work in Visual Basic but now moving over to
Microsoft C++. Here is my Problem:
I have 2 Forms. One Called `Images` and one Called `Main` On the Main Screen
I have a button called Im... more >>
.suo file
Posted by George at 9/4/2007 10:28:01 PM
Hello everyone,
I am wondering what is the function of .suo file? If I want to share source
codes with other people, for example, using CVS or something similar, does
this file mandatory to check-in? Do other people need this file to make a
same build and setup the same working environmen... more >>
how do i check the network connection status
Posted by Hayes at 9/3/2007 8:40:01 PM
Hi all:
I am using VC++ 2005. When using WinXP this is with SP2 installed.
I want to detect network status if it's in connecting or disconnecting.
i try to use the function of "connect" in "winsock2.h" and connect with DNS
Server and Gateway to judge connection status. but the repl... more >>
SXS: Unable to resolve storage root for assembly direectory...
Posted by Juan Dent at 9/3/2007 10:24:09 AM
Hi,
I am getting the following in a VC++ EXE (using VS2005) that links several
C++ DLLs and uses MFC and ATL, when I try to start it under the debugger:
-------
'Exactus.UX.Studio.v1.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No
symbols loaded.
'Exactus.UX.Studio.v1.exe': Loaded 'C... more >>
LNK1104 libcimt.lb
Posted by jweizman at 9/3/2007 9:52:38 AM
Hi
I wrote a DLL with a dependency of a lib library which is NOT mine. So
i can't do any change inside.
How can i still compile my library ? I have the LNK1104 error : can't
open file 'libcimt.lib'.
I have read in the forum that i should change include "iostream.h" to
include<iostream>, ... more >>
Conversion from legancy VS C++ Version 6
Posted by charlesmaclean NO[at]SPAM sbcglobal.net at 9/1/2007 10:22:37 PM
I been handed the job of converting a large 1998 application so it will
compile. There needs to be some minor chages to the code that is driving
this project. There are some embedded Crystal Reports that use the API and
engine on a SQL database. Has anybody done a similar conversion and if ... more >>
How to make a DVD for play on TV of a .pps file ?
Posted by Michel from Holland at 9/1/2007 3:52:01 PM
Please can somebody give me an answer on my next
question ?
We made a special marriage presentation for my brother in law.
Now we'd like to add this presentation on a video DVD so he an his wife can
see the presentation on his TV in the future.
Maybe somebody can tell how to do this.
Look... more >>
|