All Questions
1 question
3
votes
2
answers
2k
views
Wine linker error: trying to create .lnk
I'm trying to create an .lnk file programatically. I would prefer to use C, but C++ is fine (and is what all the MSDN stuff is in).
The relevant code sample is:
#include <windows.h>
#include &...