View Single Post
  #3  
Old 03-03-2014, 07:37 AM
moofta
Sarnak
 
Join Date: Jan 2014
Location: United Kingdom
Posts: 53
Default

Thanks. That got me some of the way, downloaded and followed the wxWidget website instructions to include them in the project etc. Unfortunately it still has problems with linking, e.g. getting unresolved external symbols etc. It may also be my mysql.h causing some issues too as later errors have that in it.

To be fair there are 1145 errors so I shan't write the log lol. Here's one...

Code:
1>proximity.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl wxOnAssert(char const *,int,char const *,char const *,char const *)" (__imp_?wxOnAssert@@YAXPBDH000@Z)
Has anyone got a compiled version?
Reply With Quote