Click here to Skip to main content
15,896,912 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSelect static control when overlapped Pin
Vishvanathan16-Jan-07 3:18
Vishvanathan16-Jan-07 3:18 
AnswerRe: Select static control when overlapped Pin
Rage16-Jan-07 5:44
professionalRage16-Jan-07 5:44 
GeneralRe: Select static control when overlapped Pin
James R. Twine16-Jan-07 7:01
James R. Twine16-Jan-07 7:01 
AnswerRe: Select static control when overlapped Pin
James R. Twine16-Jan-07 7:01
James R. Twine16-Jan-07 7:01 
QuestionNeed some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 2:39
XTr1NiTy16-Jan-07 2:39 
AnswerRe: Need some help with visual c++ and sql2000 ado connection Pin
David Crow16-Jan-07 2:48
David Crow16-Jan-07 2:48 
AnswerRe: Need some help with visual c++ and sql2000 ado connection Pin
KarstenK16-Jan-07 2:55
mveKarstenK16-Jan-07 2:55 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 3:04
XTr1NiTy16-Jan-07 3:04 
Thank for the quick reply guys Smile | :) the errors are :
I will try the full path quickly maybe it will help D'Oh! | :doh:
--------------------Configuration: iDL_Scan - Win32 (WCE ARMV4I) Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(409) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(791) : error C2146: syntax error : missing ';' before identifier '_NewEnum'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(791) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1582) : error C2146: syntax error : missing ';' before identifier 'DataSource'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1582) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1582) : error C2501: 'DataSource' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1584) : error C2146: syntax error : missing ';' before identifier 'ActiveCommand'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1584) : error C2501: 'IDispatchPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1584) : error C2501: 'ActiveCommand' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1595) : error C2146: syntax error : missing ';' before identifier 'GetDataSource'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1595) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1601) : error C2146: syntax error : missing ';' before identifier 'GetActiveCommand'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1601) : error C2501: 'IDispatchPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1834) : error C2146: syntax error : missing ';' before identifier 'DataFormat'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1834) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1834) : error C2501: 'DataFormat' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1856) : error C2146: syntax error : missing ';' before identifier 'GetDataFormat'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(1856) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2488) : error C2146: syntax error : missing ';' before identifier 'DSO'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2488) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2488) : error C2501: 'DSO' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2490) : error C2146: syntax error : missing ';' before identifier 'Session'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2490) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2490) : error C2501: 'Session' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2496) : error C2146: syntax error : missing ';' before identifier 'GetDSO'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2496) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2497) : error C2146: syntax error : missing ';' before identifier 'GetSession'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2497) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2806) : error C2146: syntax error : missing ';' before identifier 'Row'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2806) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2806) : error C2501: 'Row' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2808) : error C2146: syntax error : missing ';' before identifier 'ParentRow'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2808) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2808) : error C2501: 'ParentRow' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2814) : error C2146: syntax error : missing ';' before identifier 'GetRow'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2814) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2840) : error C2146: syntax error : missing ';' before identifier 'Stream'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2840) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2840) : error C2208: 'struct ADODB::Stream' : no members defined using this type
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2846) : error C2146: syntax error : missing ';' before identifier 'GetStream'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2846) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2868) : error C2146: syntax error : missing ';' before identifier 'OLEDBCommand'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2868) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2868) : error C2501: 'OLEDBCommand' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2874) : error C2146: syntax error : missing ';' before identifier 'GetOLEDBCommand'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2874) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2905) : error C2146: syntax error : missing ';' before identifier 'Rowset'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2905) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2905) : error C2501: 'Rowset' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2909) : error C2146: syntax error : missing ';' before identifier 'RowPosition'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2909) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2909) : error C2501: 'RowPosition' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2915) : error C2146: syntax error : missing ';' before identifier 'GetRowset'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2915) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2921) : error C2146: syntax error : missing ';' before identifier 'GetRowPosition'
c:\myprojects\idl_scan\armv4idbg\msado15.tlh(2921) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tli(17) : error C2065: '_com_issue_errorex' : undeclared identifier
c:\myprojects\idl_scan\armv4idbg\msado15.tli(21) : error C2143: syntax error : missing ';' before 'tag::id'
c:\myprojects\idl_scan\armv4idbg\msado15.tli(21) : error C2433: 'IUnknownPtr' : 'inline' not permitted on data declarations
c:\myprojects\idl_scan\armv4idbg\msado15.tli(21) : error C2501: 'IUnknownPtr' : missing storage-class or type specifiers
c:\myprojects\idl_scan\armv4idbg\msado15.tli(21) : fatal error C1004: unexpected end of file found
Error executing clarm.exe.

iDL_Scan.exe - 60 error(s), 1 warning(s)

GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
prasad_som16-Jan-07 3:07
prasad_som16-Jan-07 3:07 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 3:12
XTr1NiTy16-Jan-07 3:12 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
KarstenK16-Jan-07 3:47
mveKarstenK16-Jan-07 3:47 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
David Crow16-Jan-07 6:37
David Crow16-Jan-07 6:37 
QuestionRe: Need some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 3:33
XTr1NiTy16-Jan-07 3:33 
QuestionLinker errors in vc++ Pin
siddharthsan16-Jan-07 1:25
siddharthsan16-Jan-07 1:25 
AnswerRe: Linker errors in vc++ Pin
Rage16-Jan-07 1:34
professionalRage16-Jan-07 1:34 
AnswerRe: Linker errors in vc++ Pin
MuraliKrishnaP16-Jan-07 1:36
MuraliKrishnaP16-Jan-07 1:36 
GeneralRe: Linker errors in vc++ Pin
siddharthsan16-Jan-07 1:54
siddharthsan16-Jan-07 1:54 
AnswerRe: Linker errors in vc++ Pin
Roger Stoltz16-Jan-07 2:12
Roger Stoltz16-Jan-07 2:12 
QuestionRe: Linker errors in vc++ Pin
David Crow16-Jan-07 2:51
David Crow16-Jan-07 2:51 
AnswerRe: Linker errors in vc++ Pin
KarstenK16-Jan-07 2:52
mveKarstenK16-Jan-07 2:52 
AnswerRe: Linker errors in vc++ Pin
chacoo26-Feb-07 22:13
chacoo26-Feb-07 22:13 
Questionunicode Pin
manu_220516-Jan-07 1:24
manu_220516-Jan-07 1:24 
AnswerRe: unicode Pin
Rage16-Jan-07 1:25
professionalRage16-Jan-07 1:25 
GeneralRe: unicode Pin
manu_220516-Jan-07 1:33
manu_220516-Jan-07 1:33 
GeneralRe: unicode Pin
Rajesh R Subramanian16-Jan-07 1:42
professionalRajesh R Subramanian16-Jan-07 1:42 

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.