-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
This is addition to #48, I guess my problems with funq-server compilation were due to the fact that I set MSVC version of the compiler in PATH var. Hence the question: I need to automate 3rd-party application that was compiled using MSVC and when compiling funq-server with it, build script spits out tons of "undefined reference" errors. When I try to run simple test on that application with funq-server compiled with MinGW it shows couple of message boxes with errors "Unable to find entrypoint".
So, if I'm correct and these issues caused by use of MinGW, is there any way to use MSVC instead of MinGW? Would really appreciate any help on that :-)
Reactions are currently unavailable