Click here to Skip to main content
15,890,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I find out if a new file exists in a directory Pin
MikeRWinter27-Oct-09 13:17
MikeRWinter27-Oct-09 13:17 
AnswerRe: How do I find out if a new file exists in a directory Pin
Richard MacCutchan27-Oct-09 13:45
mveRichard MacCutchan27-Oct-09 13:45 
GeneralRe: How do I find out if a new file exists in a directory Pin
MikeRWinter27-Oct-09 14:12
MikeRWinter27-Oct-09 14:12 
Questionimport "msado15.idl" problems Pin
MrKBA27-Oct-09 8:53
MrKBA27-Oct-09 8:53 
QuestionRe: import "msado15.idl" problems Pin
David Crow27-Oct-09 10:03
David Crow27-Oct-09 10:03 
AnswerRe: import "msado15.idl" problems Pin
MrKBA27-Oct-09 11:12
MrKBA27-Oct-09 11:12 
AnswerRe: import "msado15.idl" problems Pin
22491727-Oct-09 15:04
22491727-Oct-09 15:04 
GeneralRe: import "msado15.idl" problems Pin
MrKBA27-Oct-09 22:01
MrKBA27-Oct-09 22:01 
- No, there is no include ADO in stdAfx.h
- The two line :
#import "C:\Program Files\Fichiers communs\System\ado\msado15.dll" rename_namespace("Internal") rename( "EOF", "EndOfFile" )
#import "C:\Program Files\Fichiers communs\System\ado\msadox.dll"

are imported in most files of my project.

- My problem is related with the IDL file of my DLL and it begin when i try to put ADO connection as parameter of method in the IDL -> So i need to add the line import "msado15.idl"; and here i get about 2000 errors like this :

1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msado15.tlh(1024) : error C2327: 'Internal::_ADO::Properties' : is not a type name, static, or enumerator
1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msado15.tlh(3124) : error C2327: 'Internal::_Record::Fields' : is not a type name, static, or enumerator
1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msado15.tli(109) : error C2065: '_result' : undeclared identifier
1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msado15.tli(1104) : error C2065: '_result' : undeclared identifier
1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msadox.tlh(1265) : error C2327: 'ADOX::_Group::Properties' : is not a type name, static, or enumerator
1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msadox.tlh(1364) : error C2327: 'ADOX::_User::Properties' : is not a type name, static, or enumerator
1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msadox.tli(857) : error C2065: '_result' : undeclared identifier
C2065: '_result' : undeclared identifier
1>d:\travail\see_user_access\version 2.20\source\sac\see_ac_services\debug\msadox.tli(927) : error C2065: '_result' : undeclared identifier

So i hope i explained more my situation and you can find where is the problem? Sigh | :sigh:
QuestionSQLDriverConnect() crashes with vs 9 against ora DB Pin
adam_wind27-Oct-09 8:49
adam_wind27-Oct-09 8:49 
GeneralRe: SQLDriverConnect() crashes with vs 9 against ora DB Pin
22491727-Oct-09 9:38
22491727-Oct-09 9:38 
GeneralRe: SQLDriverConnect() crashes with vs 9 against ora DB Pin
adam_wind27-Oct-09 23:00
adam_wind27-Oct-09 23:00 
QuestionHelp Understanding Program Speed Variation from PC to PC Pin
en9ap27-Oct-09 8:44
en9ap27-Oct-09 8:44 
AnswerRe: Help Understanding Program Speed Variation from PC to PC Pin
Code-o-mat27-Oct-09 9:48
Code-o-mat27-Oct-09 9:48 
GeneralRe: Help Understanding Program Speed Variation from PC to PC Pin
en9ap28-Oct-09 3:22
en9ap28-Oct-09 3:22 
QuestionStrange comms port behavior Pin
softwaremonkey27-Oct-09 8:06
softwaremonkey27-Oct-09 8:06 
QuestionRe: Strange comms port behavior Pin
David Crow27-Oct-09 8:11
David Crow27-Oct-09 8:11 
GeneralRe: Strange comms port behavior Pin
Iain Clarke, Warrior Programmer27-Oct-09 8:47
Iain Clarke, Warrior Programmer27-Oct-09 8:47 
QuestionWindows Font questions [modified] Pin
transoft27-Oct-09 6:26
transoft27-Oct-09 6:26 
AnswerRe: Windows Font questions Pin
Richard MacCutchan27-Oct-09 8:12
mveRichard MacCutchan27-Oct-09 8:12 
GeneralRe: Windows Font questions Pin
transoft27-Oct-09 8:41
transoft27-Oct-09 8:41 
GeneralRe: Windows Font questions Pin
Richard MacCutchan27-Oct-09 10:03
mveRichard MacCutchan27-Oct-09 10:03 
QuestionProperty page add variable wizard confused Pin
al250027-Oct-09 5:50
al250027-Oct-09 5:50 
QuestionRe: Property page add variable wizard confused Pin
David Crow27-Oct-09 5:59
David Crow27-Oct-09 5:59 
AnswerRe: Property page add variable wizard confused Pin
al250027-Oct-09 7:21
al250027-Oct-09 7:21 
AnswerRe: Property page add variable wizard confused [modified] Pin
al250027-Oct-09 6:15
al250027-Oct-09 6:15 

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.