Click here to Skip to main content
15,867,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: minimal coverage Pin
CPallini5-Jul-09 21:54
mveCPallini5-Jul-09 21:54 
AnswerRe: minimal coverage Pin
TheGreatAndPowerfulOz6-Jul-09 10:53
TheGreatAndPowerfulOz6-Jul-09 10:53 
QuestionGet CultureInfo Use VC Pin
jeansea5-Jul-09 20:21
jeansea5-Jul-09 20:21 
AnswerRe: Get CultureInfo Use VC Pin
jeansea5-Jul-09 20:58
jeansea5-Jul-09 20:58 
GeneralRe: Get CultureInfo Use VC Pin
Chandrasekharan P5-Jul-09 21:39
Chandrasekharan P5-Jul-09 21:39 
GeneralRe: Get CultureInfo Use VC Pin
jeansea5-Jul-09 21:49
jeansea5-Jul-09 21:49 
GeneralRe: Get CultureInfo Use VC Pin
Chandrasekharan P5-Jul-09 21:52
Chandrasekharan P5-Jul-09 21:52 
Questionerror C2065: '_Application' : undeclared identifier Pin
Davitor5-Jul-09 20:09
Davitor5-Jul-09 20:09 
Hi all
i am useing this link http://support.microsoft.com/kb/q243394/ for write data in excel.I have include these files
#include <afxdao.h>

//
#import "C:\\Program Files\\Common Files\\Microsoft Shared\\OFFICE12\\MSO.DLL" 

using namespace Office;

#import "C:\\Program Files\\Common Files\\Microsoft Shared\\VBA\\VBA6\\VBE6EXT.OLB"

using namespace VBIDE;

#import "C:\\Program Files\\Microsoft Office\\OFFICE11\\EXCEL.EXE" \
	rename( "DialogBox", "ExcelDialogBox" ) \
	rename( "RGB", "ExcelRGB" ) \
	rename( "CopyFile", "ExcelCopyFile" ) \
	rename( "ReplaceText", "ExcelReplaceText" )

"stdafx.h".

But i have a error error C2065: '_Application' : undeclared identifier.Plz help me
AnswerRe: error C2065: '_Application' : undeclared identifier Pin
Stuart Dootson5-Jul-09 21:52
professionalStuart Dootson5-Jul-09 21:52 
GeneralRe: error C2065: '_Application' : undeclared identifier Pin
Davitor6-Jul-09 0:27
Davitor6-Jul-09 0:27 
QuestionRe: error C2065: '_Application' : undeclared identifier Pin
David Crow6-Jul-09 3:45
David Crow6-Jul-09 3:45 
QuestionException Handling using catch(...) [modified] Pin
vijay.victory5-Jul-09 20:05
vijay.victory5-Jul-09 20:05 
AnswerRe: Exception Handling using catch(...) Pin
Cedric Moonen5-Jul-09 20:30
Cedric Moonen5-Jul-09 20:30 
GeneralRe: Exception Handling using catch(...) Pin
vijay.victory5-Jul-09 20:35
vijay.victory5-Jul-09 20:35 
AnswerRe: Exception Handling using catch(...) [modified] Pin
Stuart Dootson5-Jul-09 21:50
professionalStuart Dootson5-Jul-09 21:50 
GeneralRe: Exception Handling using catch(...) Pin
vijay.victory5-Jul-09 23:27
vijay.victory5-Jul-09 23:27 
GeneralRe: Exception Handling using catch(...) Pin
Stuart Dootson5-Jul-09 23:45
professionalStuart Dootson5-Jul-09 23:45 
GeneralRe: Exception Handling using catch(...) Pin
vijay.victory6-Jul-09 0:13
vijay.victory6-Jul-09 0:13 
GeneralRe: Exception Handling using catch(...) Pin
vijay.victory6-Jul-09 0:44
vijay.victory6-Jul-09 0:44 
QuestionMFC multi-views print Pin
windyhigh5-Jul-09 18:19
windyhigh5-Jul-09 18:19 
AnswerRe: MFC multi-views print Pin
windyhigh5-Jul-09 22:05
windyhigh5-Jul-09 22:05 
QuestionDesign suggestion and the decorator design pattern Pin
The_Bob5-Jul-09 12:29
The_Bob5-Jul-09 12:29 
QuestionMy Heap implementation is not working...please have a look frnds.. Pin
pavarathyRock5-Jul-09 5:03
pavarathyRock5-Jul-09 5:03 
AnswerRe: My Heap implementation is not working...please have a look frnds.. Pin
Iain Clarke, Warrior Programmer5-Jul-09 6:31
Iain Clarke, Warrior Programmer5-Jul-09 6:31 
AnswerRe: My Heap implementation is not working...please have a look frnds.. Pin
harold aptroot5-Jul-09 7:54
harold aptroot5-Jul-09 7:54 

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.