Loading a lib programmatically
Monkey Targets Forums/Windows 8/Loading a lib programmatically
| ||
Hey everybody I am using MonkeyX and I am trying to llink up a lib without using the target's visual studio project file. Is there a way to do that? I found out that you can do : #LIBS += "Kernel32.lib" However when I add my specific lib in a specific folder like that: #LIBS += "C:/path/to/lib/lib_name.lib" I doesn't work and does even give me an error. Any ideas? Erwan |