Search found 6 matches

by tristpost
Fri Jul 27, 2007 2:11 pm
Forum: MQ2::Help
Topic: No exe-file generated any more :-(
Replies: 14
Views: 6865

Ooooops I had no idea about that....

Then I cleaned out to much stuff before doing a "clean" build!

Thanks for the info!

Best Regards
Trist
by tristpost
Fri Jul 27, 2007 6:24 am
Forum: MQ2::Help
Topic: No exe-file generated any more :-(
Replies: 14
Views: 6865

No error messages...

Starange thing is that I get NO error messages at all and yes, I did run the auth-program! As I said I even tried to just remove the exe and rerun a previsously working project and now no exe was produced :-( My guess would be that there is some global option in the Visual Studio that may have becom...
by tristpost
Fri Jul 27, 2007 4:02 am
Forum: MQ2::Help
Topic: No exe-file generated any more :-(
Replies: 14
Views: 6865

No exe-file generated any more :-(

I have previosly managed to build MQ2 with Visual Studio 2005 Express but when I tried to build the latest release everything seemed to work ok but no exe were produced - only dll, exp files etc. When I tried to build an older version that previously produced an .exe it did not work either (same pro...
by tristpost
Sat Jul 14, 2007 12:22 am
Forum: MQ2::Help
Topic: Need some info about possible causes to linking problem...
Replies: 43
Views: 2668

I copied User32.lib to the lib directory under VS and thewn everything linked fine so for some reason what I specified under options / directories etc did not take hold .... Thanks again for the help! I added a little info about how to trouble shoot this linking problem on the wiki. Best Regards Trist
by tristpost
Sat Jul 14, 2007 12:11 am
Forum: MQ2::Help
Topic: Need some info about possible causes to linking problem...
Replies: 43
Views: 2668

Thanks for quick reply! In VS 2005 / Library Files I have: C:\Program\SDK\Lib $(VCInstallLib)lib $(FrameworkSDKDir)lib $(VSInstallDir) $(VSInstallDir)lib Have I removed to much or am I missing something? I checked that User32.lib was in C:\Program\SDK\Lib... Note - I have "european" Window...
by tristpost
Fri Jul 13, 2007 1:51 pm
Forum: MQ2::Help
Topic: Need some info about possible causes to linking problem...
Replies: 43
Views: 2668

Need some info about possible causes to linking problem...

Ok I have tried three times to follow all the steps on the wiki to compile MQ2 with VS2005 but each time I get the same problem with 5 unresolved externals (one is error LNK2019: unresolved external symbol __imp__CallNextHookEx@16). Sadly enough the troubleshooting section simply say that I have don...