Search found 4 matches

by JohnDoe
Wed Apr 23, 2003 1:49 pm
Forum: MQ2::Development::Feature Discussion
Topic: Problems with VC.NET
Replies: 16
Views: 2766

Did you run nmake in the same command window that you ran vcvars32.bat ?
by JohnDoe
Wed Apr 23, 2003 11:05 am
Forum: MQ2::Development::Feature Discussion
Topic: Problems with VC.NET
Replies: 16
Views: 2766

before you run the nmake run vcvars32.bat from the bin directory from where ever you installed visual studio.
by JohnDoe
Tue Apr 08, 2003 12:58 pm
Forum: MQ2::Development::Feature Discussion
Topic: Approaching /click from a DirectX angle
Replies: 18
Views: 4011

Looks like eq_freak is on the right track to me.
by JohnDoe
Fri Mar 28, 2003 3:08 pm
Forum: MQ2::Development::Feature Discussion
Topic: Approaching /click from a DirectX angle
Replies: 18
Views: 4011

About a year or so ago back before I discovered detours I wrote a wrapper DLL for direct input for use in a beta game I was testing. It was trivial to inject a mouse click or any other key press for that matter. Where the cursor is, is another matter.