gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

"error: undefined reference to" #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- Using DLL linking

What is the expected output? 
- No errors

What do you see instead?
- The aforementioned error

What version of the product are you using? 
- 0.961

On what operating system?
- Windows 7 64 bit

Please provide any additional information below.
- I am currently trying to port my SFML game framework on to Android. SFML 
requires some DLL's to be linked in the final executable. Since g++ does not 
find any implementation of the methods that are called in my source, it fires 
this error.

Original issue reported on code.google.com by michele....@gmail.com on 5 May 2014 at 1:09

Attachments:

GoogleCodeExporter commented 9 years ago
This appears to be a general-purpose Android development question (it's a 
standard gcc linker error), and isn't an issue with vs-android.

I suggest you try NDK-build and Eclipse to start with, and use the Google 
discussion groups for assistance.

Original comment by gavin.dj.pugh on 6 May 2014 at 4:54