On 5/18/2014 08:16, James Russell Moore wrote:
> Hello, I was just building a little application that tries to mimic "touch"
> behaviour in Windows, its source is attached to this message.
>
Change
int _tmain(int argc, LPTSTR argv[])
to
extern "C" int _tmain(int argc, LPTSTR argv[])
wmain was C
Hello, I was just building a little application that tries to mimic "touch"
behaviour in Windows, its source is attached to this message.
Since it is a command line utility I'm building it in the following way,
without specifying -mwindows:
x86_64-w64-mingw32-g++ -D_UNICODE -DUNICODE -municode to
Hello Suresh!
I think that you are suffering from the yahoo email mailing-list bug
that is going around. (I don't have a link for you, but you can easily
search for information about it on the web.)
For example, your emails sent on to me by the mingw-w64-public
mailing list get routed to my gmai
Hello,
At https://lists.sourceforge.net/lists/options/mingw-w64-public , I have
specified "Yes" for "Receive your own posts to the list?" -- and there
was a time when I did receive copies of my own posts and replies; but I
have not received copies of my recent posts and replies.
Thanks,
--S