Click here to Skip to main content
16,012,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProgram crashes Pin
Eikthrynir16-Mar-06 8:21
Eikthrynir16-Mar-06 8:21 
AnswerRe: Program crashes Pin
John R. Shaw16-Mar-06 14:22
John R. Shaw16-Mar-06 14:22 
GeneralRe: Program crashes Pin
Eikthrynir16-Mar-06 23:04
Eikthrynir16-Mar-06 23:04 
GeneralRe: Program crashes Pin
John R. Shaw19-Mar-06 10:22
John R. Shaw19-Mar-06 10:22 
GeneralRe: Program crashes Pin
Eikthrynir19-Mar-06 10:27
Eikthrynir19-Mar-06 10:27 
QuestionNew Time-Date Prblms--VC7 Pin
luhfluh16-Mar-06 6:57
luhfluh16-Mar-06 6:57 
QuestionCreate Sqlite DB Pin
MyChance16-Mar-06 6:42
MyChance16-Mar-06 6:42 
AnswerRe: Create Sqlite DB Pin
Jack Puppy16-Mar-06 7:38
Jack Puppy16-Mar-06 7:38 
The sqlite function is defined as:

<br />
int sqlite3_open(<br />
  const char *filename,   /* Database filename (UTF-8) */<br />
  sqlite3 **ppDb          /* OUT: SQLite db handle */<br />
);<br />


Based on the error, it looks like you've defined the function pointer as:

<br />
typedef int (*LPFNMLTPLY)(int,int);<br />


when it should be

<br />
typedef int (*LPFNMLTPLY)(const char*, sqlite3**);<br />




"My dog worries about the economy. Alpo is up to 99 cents a can. That's almost seven dollars in dog money" - Wacky humour found in a business magazine

GeneralRe: Create Sqlite DB Pin
MyChance16-Mar-06 15:14
MyChance16-Mar-06 15:14 
QuestionMS Embedded CE Pin
Greg Barnes16-Mar-06 6:30
Greg Barnes16-Mar-06 6:30 
AnswerRe: MS Embedded CE Pin
Trollslayer16-Mar-06 8:16
mentorTrollslayer16-Mar-06 8:16 
GeneralRe: MS Embedded CE Pin
Greg Barnes16-Mar-06 9:07
Greg Barnes16-Mar-06 9:07 
Questionstring conversion Pin
big_denny_20016-Mar-06 5:35
big_denny_20016-Mar-06 5:35 
AnswerRe: string conversion Pin
Monty216-Mar-06 5:43
Monty216-Mar-06 5:43 
GeneralRe: string conversion Pin
big_denny_20016-Mar-06 6:01
big_denny_20016-Mar-06 6:01 
GeneralRe: string conversion Pin
toxcct16-Mar-06 6:04
toxcct16-Mar-06 6:04 
GeneralRe: string conversion Pin
big_denny_20016-Mar-06 6:07
big_denny_20016-Mar-06 6:07 
GeneralRe: string conversion Pin
toxcct16-Mar-06 6:14
toxcct16-Mar-06 6:14 
GeneralRe: string conversion Pin
toxcct16-Mar-06 6:03
toxcct16-Mar-06 6:03 
GeneralRe: string conversion Pin
Stephen Hewitt16-Mar-06 11:56
Stephen Hewitt16-Mar-06 11:56 
GeneralRe: string conversion Pin
toxcct16-Mar-06 21:13
toxcct16-Mar-06 21:13 
AnswerRe: string conversion Pin
Michael Dunn16-Mar-06 7:37
sitebuilderMichael Dunn16-Mar-06 7:37 
QuestionPrinting a table structure Pin
Waldermort16-Mar-06 5:25
Waldermort16-Mar-06 5:25 
AnswerRe: Printing a table structure Pin
Richard Jones16-Mar-06 7:23
Richard Jones16-Mar-06 7:23 
QuestionVisual C++ . NET [ 2003] & Express 2005? Pin
thierrypp16-Mar-06 4:49
thierrypp16-Mar-06 4:49 

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.