SQLite3UE4 icon indicating copy to clipboard operation
SQLite3UE4 copied to clipboard

Simple Fix for 4.8

Open iontom opened this issue 10 years ago • 2 comments

In SQLite.h you need to add #include "sqlite3.h" or the project won't build.

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once

#include "Engine.h"
#include "sqlite3.h"

iontom avatar Sep 03 '15 15:09 iontom

It has been fixed in my repo https://github.com/KhArtNJava/SQLite3UE4 with commit https://github.com/KhArtNJava/SQLite3UE4/commit/7bf8703eeafd036aaf3ea6dcfd542a6d705443bc ...

KhArtNJava avatar Jan 20 '16 12:01 KhArtNJava

Hello.

New fixes in my fork https://github.com/KhArtNJava/SQLite3UE4 :

  1. Fixed crash in packaged project (Found and fixed bug - Yep, I did it!!!).
  2. A lot of new BPs.

KhArtNJava avatar Jan 22 '16 13:01 KhArtNJava