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

C / C++ / MFC

 
GeneralRe: Keyboard Input ? Pin
_skidrow_vn_14-May-03 8:11
_skidrow_vn_14-May-03 8:11 
GeneralRe: Keyboard Input ? Pin
Chris Richardson14-May-03 8:21
Chris Richardson14-May-03 8:21 
GeneralRe: Keyboard Input ? Pin
_skidrow_vn_14-May-03 9:15
_skidrow_vn_14-May-03 9:15 
GeneralConsole Application with Database Connectivity Pin
Unplugged14-May-03 4:11
Unplugged14-May-03 4:11 
GeneralRe: Console Application with Database Connectivity Pin
basementman14-May-03 4:38
basementman14-May-03 4:38 
GeneralRe: Console Application with Database Connectivity Pin
Unplugged14-May-03 7:19
Unplugged14-May-03 7:19 
GeneralRe: Console Application with Database Connectivity Pin
basementman14-May-03 8:14
basementman14-May-03 8:14 
GeneralRe: Console Application with Database Connectivity Pin
Unplugged14-May-03 8:21
Unplugged14-May-03 8:21 
below are the errors it gives me.

Don't worry about it. I'm sick of trying to figure this out. If they want it done, they can do it themselves. Roll eyes | :rolleyes:


c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : error C2146: syntax error : missing ';' before identifier 'SQLHWND'
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : fatal error C1004: unexpected end of file found
PointerTestMain.cpp
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : error C2146: syntax error : missing ';' before identifier 'SQLHWND'
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : fatal error C1004: unexpected end of file found
dbconn.cpp
c:\parsells\c++ testing\ddl checker db connect\dbconn.h(54) : error C2143: syntax error : missing ';' before '*'
c:\parsells\c++ testing\ddl checker db connect\dbconn.h(54) : error C2501: 'DBStatement' : missing storage-class or type specifiers
c:\parsells\c++ testing\ddl checker db connect\dbconn.h(54) : error C2061: syntax error : identifier 'DBStatement'
c:\parsells\c++ testing\ddl checker db connect\dbconn.h(54) : error C2501: 'ExecSQL' : missing storage-class or type specifiers
c:\parsells\c++ testing\ddl checker db connect\dbconn.cpp(952) : error C2511: 'ExecSQL' : overloaded member function 'class DBStatement *(const char *,class DBStatement *)' not found in 'DBConnection'
c:\parsells\c++ testing\ddl checker db connect\dbconn.h(24) : see declaration of 'DBConnection'

ICXC
NIKA
GeneralDragging a rectangle Pin
Franz Klein14-May-03 4:03
Franz Klein14-May-03 4:03 
GeneralRe: Dragging a rectangle Pin
basementman14-May-03 4:57
basementman14-May-03 4:57 
GeneralRe: Dragging a rectangle Pin
John R. Shaw14-May-03 7:00
John R. Shaw14-May-03 7:00 
GeneralRe: Dragging a rectangle Pin
Anonymous14-May-03 22:42
Anonymous14-May-03 22:42 
GeneralCFileDialog problem Pin
Anonymous14-May-03 3:36
Anonymous14-May-03 3:36 
GeneralRe: CFileDialog problem Pin
David Crow14-May-03 3:45
David Crow14-May-03 3:45 
GeneralRe: CFileDialog problem Pin
Anonymous14-May-03 3:51
Anonymous14-May-03 3:51 
GeneralRe: CFileDialog problem Pin
David Crow14-May-03 4:19
David Crow14-May-03 4:19 
GeneralRe: CFileDialog problem Pin
Anonymous14-May-03 5:53
Anonymous14-May-03 5:53 
GeneralRe: CFileDialog problem Pin
Amihai14-May-03 3:49
Amihai14-May-03 3:49 
GeneralRe: CFileDialog problem Pin
Anonymous14-May-03 3:55
Anonymous14-May-03 3:55 
GeneralRe: CFileDialog problem Pin
Anonymous14-May-03 4:11
Anonymous14-May-03 4:11 
Generallength of a vector Pin
flora_k14-May-03 3:29
flora_k14-May-03 3:29 
GeneralRe: length of a vector Pin
Nick Parker14-May-03 3:50
protectorNick Parker14-May-03 3:50 
GeneralRe: length of a vector Pin
Nitron14-May-03 14:34
Nitron14-May-03 14:34 
GeneralRe: length of a vector Pin
Nick Parker15-May-03 18:25
protectorNick Parker15-May-03 18:25 
QuestionCan not get current time. Pin
George214-May-03 2:24
George214-May-03 2:24 

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.