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

Managed C++/CLI

 
QuestionHow to have the Modules like VB.Net to use Public variables & Functions in VC++2010? Pin
Paramu197328-Dec-11 21:06
Paramu197328-Dec-11 21:06 
AnswerRe: How to have the Modules like VB.Net to use Public variables & Functions in VC++2010? Pin
Richard MacCutchan28-Dec-11 21:42
mveRichard MacCutchan28-Dec-11 21:42 
GeneralRe: How to have the Modules like VB.Net to use Public variables & Functions in VC++2010? Pin
Paramu197328-Dec-11 22:40
Paramu197328-Dec-11 22:40 
QuestionHow to have a Excel Cell Value vc++2010? Pin
Paramu197325-Dec-11 4:55
Paramu197325-Dec-11 4:55 
AnswerRe: How to have a Excel Cell Value vc++2010? Pin
Paramu197325-Dec-11 20:32
Paramu197325-Dec-11 20:32 
QuestionHow to add reference for Microsoft.Office.Interop.Excel in Visual C++2010 ? Pin
Paramu197324-Dec-11 4:33
Paramu197324-Dec-11 4:33 
AnswerRe: How to add reference for Microsoft.Office.Interop.Excel in Visual C++2010 ? Pin
Richard MacCutchan24-Dec-11 6:18
mveRichard MacCutchan24-Dec-11 6:18 
QuestionCutePDF writer generates PS not PDF Pin
susan1246821-Dec-11 12:33
susan1246821-Dec-11 12:33 
In my c++ project, I use cutePDF to print in non-interactive mode(no save-as dialog) by using GDI print API. The sample code is like below,

DOCINFO di;
ZeroMemory( &di, sizeof(DOCINFO) );
di.cbSize = sizeof(DOCINFO);
di.lpszDocName =L"My_PDF_File";
di.lpszOutput=L"c:\\My_PDF_Folder\\My_PDF_File.pdf";
pDC->StartDoc( &di );

CutePDF geneates PS instead of PDF file. Does anyone know why and how to make it work?

Cheers
Susan
AnswerRe: CutePDF writer generates PS not PDF Pin
Richard MacCutchan21-Dec-11 22:13
mveRichard MacCutchan21-Dec-11 22:13 
Questionmixed types are not supported Pin
transoft26-Nov-11 5:34
transoft26-Nov-11 5:34 
AnswerRe: mixed types are not supported Pin
Mark Salsbery26-Nov-11 6:30
Mark Salsbery26-Nov-11 6:30 
GeneralRe: mixed types are not supported Pin
transoft26-Nov-11 7:23
transoft26-Nov-11 7:23 
GeneralRe: mixed types are not supported Pin
Mark Salsbery26-Nov-11 8:15
Mark Salsbery26-Nov-11 8:15 
QuestionHow to convert a "void*" to managed class Pin
transoft19-Nov-11 5:37
transoft19-Nov-11 5:37 
AnswerRe: How to convert a "void*" to managed class Pin
Mark Salsbery20-Nov-11 8:29
Mark Salsbery20-Nov-11 8:29 
AnswerRe: How to convert a "void*" to managed class Pin
elgaabeb9-Dec-11 2:45
elgaabeb9-Dec-11 2:45 
GeneralRe: How to convert a "void*" to managed class Pin
transoft9-Dec-11 4:28
transoft9-Dec-11 4:28 
AnswerRe: How to convert a "void*" to managed class Pin
jschell14-Dec-11 9:22
jschell14-Dec-11 9:22 
GeneralRe: How to convert a "void*" to managed class Pin
transoft14-Dec-11 12:17
transoft14-Dec-11 12:17 
GeneralRe: How to convert a "void*" to managed class Pin
jschell16-Dec-11 8:31
jschell16-Dec-11 8:31 
QuestionIs there anyway to stream a file stored in a database directly to an AxAcroPDF control? Pin
biedego15-Nov-11 23:37
biedego15-Nov-11 23:37 
QuestionError executing C++ project compiled with /clr flag Pin
wubygtr8-Nov-11 1:19
wubygtr8-Nov-11 1:19 
AnswerRe: Error executing C++ project compiled with /clr flag Pin
Richard MacCutchan9-Nov-11 2:18
mveRichard MacCutchan9-Nov-11 2:18 
GeneralRe: Error executing C++ project compiled with /clr flag Pin
wubygtr9-Nov-11 2:32
wubygtr9-Nov-11 2:32 
GeneralRe: Error executing C++ project compiled with /clr flag Pin
Richard MacCutchan9-Nov-11 3:27
mveRichard MacCutchan9-Nov-11 3:27 

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.