Mrkol
Topic Author
Posts: 7
Joined: 23 Mar 2018, 15:07

Using Noesis with MinGW-w64

02 Apr 2018, 21:26

Good day.
I've been trying to compile the hello world native C++ sample using mingw-w64 toolchain for a while now with no success. Is it even possible? The linker simply cannot find any of the symbols required by the obj file compiled from the Main.cpp provided with the sample.
 
User avatar
jsantos
Site Admin
Posts: 3906
Joined: 20 Jan 2012, 17:18
Contact:

Re: Using Noesis with MinGW-w64

03 Apr 2018, 08:37

If MinGW is binary compatible with Visual Studio files (*.lib) I don't see why it shouldn't work. Not tried though.
If it is not binary compatible then you need to manually collect the exported symbols of the DLL (using GetProcAddress). There are hundreds though, so I don't know if this is a valid option.

Who is online

Users browsing this forum: Bing [Bot] and 96 guests