Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 181991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:51:39+00:00 2026-05-11T14:51:39+00:00

I imported sqlite3.c sqlite3.h into my project – and I’m having trouble compiling it.

  • 0

I imported sqlite3.c sqlite3.h into my project – and I’m having trouble compiling it.

Errors:

1>c:\...\storage_manager.h(7) : error C2079: 'storage_manager::db' uses undefined struct 'sqlite3'     1>storage_manager.cpp     1>c:\...\storage_manager.h(7) : error C2079: 'storage_manager::db' uses undefined struct 'sqlite3'     1>ui_manager.cpp     1>c:\...\storage_manager.h(7) : error C2079: 'storage_manager::db' uses undefined struct 'sqlite3' 

Code:

#pragma once #include 'sqlite3.h' class storage_manager {     sqlite3 db;     sqlite3** db_pp; public:     void open()     {         sqlite3_open('data.db', db_pp);     } }; 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:51:40+00:00Added an answer on May 11, 2026 at 2:51 pm

    I just noticed you try to create a stack variable of type sqlite3 called db. That won’t work, as sqlite3 is a handle and you can only have a pointer variable. You need then to pass the address of that pointer variable to sqlite3_open.

    @Neil Butterworth spotted it a bit earlier than me 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having imported an existing GWT project into Eclipse, the WEB-INF/lib directory was empty and
I imported LuaInterface into a console project, referenced it, and wrote a small test
I imported system.web into my class lib project. Trying to find: system.web.httpserverutility.server.mappath But I
I have imported a JSF/Facelets project from SVN into Netbeans. Any change which I
I imported a java project into eclipse which had .svn folders in it. The
I've imported my project into Eclipse (Helios + m2eclipse), and also into Netbeans (7.0)
While recently imported a new project into eclipse, at one point when I tried
I imported a maven multi-module project into intellij. If I now expand a module
I'm having some issues when compiling my app to iOS. I'm using sqlite3 and
I imported the libsqlite3.0.dylib framework but this code sqlite3 *database; generates an error saying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.