Click here to Skip to main content
15,917,176 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: winsock not sending udp packet form multithreaded app.. Pin
Mark Salsbery20-Jan-09 5:14
Mark Salsbery20-Jan-09 5:14 
QuestionProgramming over internet Pin
dSolariuM18-Jan-09 2:54
dSolariuM18-Jan-09 2:54 
Questionnetwork programming Pin
staticv16-Jan-09 8:07
staticv16-Jan-09 8:07 
AnswerRe: network programming Pin
N a v a n e e t h16-Jan-09 15:47
N a v a n e e t h16-Jan-09 15:47 
GeneralRe: network programming Pin
staticv16-Jan-09 20:23
staticv16-Jan-09 20:23 
GeneralRe: network programming Pin
Tony Pottier17-Feb-09 4:31
Tony Pottier17-Feb-09 4:31 
GeneralRe: network programming Pin
staticv17-Feb-09 4:44
staticv17-Feb-09 4:44 
QuestionProblem of visual c++ to Automate Excel [modified] Pin
sai5616-Jan-09 0:43
sai5616-Jan-09 0:43 
I am using the method which taught in <<http://www.codeproject.com/KB/office/automate_excel.aspx>> to link one of the form of the project to excel, it works.However, when I try to link another form of the same project to the excel ..it fails
It gives out the following error:

using namespace Microsoft::Office::Interop::Excel;

1>c:\users\issac\documents\visual studio 2008\projects\fyp\fyp\day.h(13) : error C3083: 'Microsoft': the symbol to the left of a '::' must be a type
1>c:\users\issac\documents\visual studio 2008\projects\fyp\fyp\day.h(13) : error C3083: 'Office': the symbol to the left of a '::' must be a type
1>c:\users\issac\documents\visual studio 2008\projects\fyp\fyp\day.h(13) : error C3083: 'Interop': the symbol to the left of a '::' must be a type

I have tried to remove the reference and add the refernce again and rebuild the solution and it still fails..Has anyone try to run the excel in two different form in the same project before? Can anyone give me some suggestion to solve it..Thanks for your kind help.

modified on Saturday, January 17, 2009 7:40 AM

Questioncrystal report Pin
S.M.kanerkar13-Jan-09 20:11
S.M.kanerkar13-Jan-09 20:11 
QuestionThe c# 'using' statement in managed c++ Pin
TheBerk13-Jan-09 9:25
TheBerk13-Jan-09 9:25 
AnswerRe: The c# 'using' statement in managed c++ Pin
Mark Salsbery13-Jan-09 11:09
Mark Salsbery13-Jan-09 11:09 
Questionthread deadlock Pin
staticv12-Jan-09 5:02
staticv12-Jan-09 5:02 
GeneralRe: thread deadlock Pin
Luc Pattyn12-Jan-09 6:50
sitebuilderLuc Pattyn12-Jan-09 6:50 
GeneralRe: thread deadlock [modified] Pin
staticv12-Jan-09 23:29
staticv12-Jan-09 23:29 
GeneralRe: thread deadlock Pin
Luc Pattyn13-Jan-09 2:44
sitebuilderLuc Pattyn13-Jan-09 2:44 
GeneralRe: thread deadlock Pin
staticv13-Jan-09 2:59
staticv13-Jan-09 2:59 
GeneralRe: thread deadlock Pin
Luc Pattyn13-Jan-09 3:06
sitebuilderLuc Pattyn13-Jan-09 3:06 
QuestionMixing managed/unmanaged in C++/CLI Pin
Jon Hulatt12-Jan-09 1:38
Jon Hulatt12-Jan-09 1:38 
AnswerRe: Mixing managed/unmanaged in C++/CLI Pin
N a v a n e e t h12-Jan-09 1:47
N a v a n e e t h12-Jan-09 1:47 
GeneralRe: Mixing managed/unmanaged in C++/CLI Pin
Jon Hulatt12-Jan-09 1:49
Jon Hulatt12-Jan-09 1:49 
GeneralRe: Mixing managed/unmanaged in C++/CLI Pin
N a v a n e e t h12-Jan-09 2:08
N a v a n e e t h12-Jan-09 2:08 
AnswerRe: Mixing managed/unmanaged in C++/CLI Pin
teejayem12-Jan-09 9:28
teejayem12-Jan-09 9:28 
Questionthread.Abort() Pin
staticv12-Jan-09 0:53
staticv12-Jan-09 0:53 
AnswerRe: thread.Abort() [modified] Pin
N a v a n e e t h12-Jan-09 2:17
N a v a n e e t h12-Jan-09 2:17 
GeneralRe: thread.Abort() Pin
staticv12-Jan-09 2:44
staticv12-Jan-09 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.