scientist2009 / mentohust

Automatically exported from code.google.com/p/mentohust
1 stars 0 forks source link

关于windows 2.4版的源码 #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
我寻找了许久,没有找到,请问能不能在这个地方提供,谢��
�;
主要原因是windows的官方锐捷限制太多,其它几个类似客户端�
��这个变态学校基本无法使用,
另外我还想把我稳定使用的版本做成服务。
再次感谢!

Original issue reported on code.google.com by lishigua...@gmail.com on 29 Apr 2010 at 6:06

GoogleCodeExporter commented 9 years ago
代码非常乱……

Original comment by www.eh...@gmail.com on 29 Apr 2010 at 8:14

Attachments:

GoogleCodeExporter commented 9 years ago
谢谢,在研究了:)

Original comment by lishigua...@gmail.com on 29 Apr 2010 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by www.eh...@gmail.com on 6 May 2010 at 3:14

GoogleCodeExporter commented 9 years ago
mentohust的源码有吗,可以提供一下吗,想编一个android版的,�
��谢

Original comment by killerle...@gmail.com on 29 Mar 2011 at 2:31

GoogleCodeExporter commented 9 years ago
上面的project member有提供啊

Original comment by lishigua...@gmail.com on 30 Mar 2011 at 3:27

GoogleCodeExporter commented 9 years ago
这个源码是用甚麽ide写的?为何vc6组建和编译都失败?

Original comment by crazyboyfeng on 8 Jul 2011 at 11:40

GoogleCodeExporter commented 9 years ago
印象中我用vs2008编译成功了的
你可以试试vs2008 express或者vs2010 express

Original comment by lishigua...@gmail.com on 9 Jul 2011 at 3:10

GoogleCodeExporter commented 9 years ago
印象中我用vs2008编译成功了的
你可以试试vs2008 express或者vs2010 express

Original comment by lishigua...@gmail.com on 9 Jul 2011 at 3:10

GoogleCodeExporter commented 9 years ago
vs2008提示是个过期的project,我现在试过有:
vc6.0sp6enterprise官方英文版,编译资源失败。
vc6.0sp6enterprise汉化版,编译资源失败。
vs2008profesinal官方简中版,提示需要升级项目,编译头文件失�
��,提示项目过期不能运行;
vs2010ultimate官方简中版,提示需要升级项目,升级项目失败;
vs2008express官方简中版,提示需要升级项目,转换后无法查看�
��编译资源,提示项目过期不能运行;
vs2010express官方简中版,提示需要升级项目,升级项目失败。

Original comment by crazyboyfeng on 9 Jul 2011 at 6:28

GoogleCodeExporter commented 9 years ago
我用vs2008编译成功了,只是需要把一个mainfest排除就能运行;
至于vs6 2010没测试过。

Original comment by lishigua...@gmail.com on 9 Jul 2011 at 11:23

GoogleCodeExporter commented 9 years ago
不知原版的mainfest是怎么加上的,改写pe?

Original comment by crazyboyfeng on 9 Jul 2011 at 2:57

GoogleCodeExporter commented 9 years ago
我已经很久没在学校了,所以这东西也没有跟进。原版是用vc
6写的,我现在仅能确定的是vc++2008 sp1能编译执行。

Original comment by lishigua...@gmail.com on 10 Jul 2011 at 7:45

GoogleCodeExporter commented 9 years ago
知道了,谢谢,编译失败也可能是我 Windows 7 的原因吧。

Original comment by crazyboyfeng on 17 Jul 2011 at 6:58

GoogleCodeExporter commented 9 years ago
不可能撒,我也是win7啊

Original comment by lishigua...@gmail.com on 18 Jul 2011 at 3:24

GoogleCodeExporter commented 9 years ago
VC++6.0编译方法,本软件用到了unicode版工程貌似,所以安装VC+
+的时候需要在MFC库里面添加unicode支持,另外拓展了泡泡提醒
貌似,这个需要修改VC++6.0里面的一个头文件\VC98\Include\SHELLAPI
.H

Original comment by q741...@gmail.com on 18 Jul 2011 at 4:38

Attachments:

GoogleCodeExporter commented 9 years ago
ls正解
另外印象中可以编译ANSI版的

Original comment by www.eh...@gmail.com on 23 Jul 2011 at 3:12

GoogleCodeExporter commented 9 years ago
vs2008编译时出现以下错误:
c:\program files\microsoft visual studio 
10.0\vc\atlmfc\include\atlbase.h(4878): error C3861: “_beginthreadex”: 
找不到标识符

Original comment by crazyboyfeng on 23 Jul 2011 at 11:48

GoogleCodeExporter commented 9 years ago
LS建议用用VC++6.0编译,修改一个头文件就可以了

Original comment by q741...@gmail.com on 23 Jul 2011 at 12:10

GoogleCodeExporter commented 9 years ago
已将 shellapi.h 替换。
vc++6.0 仍然报错:
……\MentoHUST\MentoHUST\Source\MentoHUSTDlg.cpp(411) : error C2065: 
'NIF_INFO' : undeclared identifier;
……\MentoHUST\MentoHUST\Source\MentoHUSTDlg.cpp(412) : error C2039: 
'uTimeout' : is not a member of '_NOTIFYICONDATAA';
 c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see declaration of '_NOTIFYICONDATAA';
……\MentoHUST\MentoHUST\Source\MentoHUSTDlg.cpp(414) : error C2065: 
'NIIF_INFO' : undeclared identifier;
……\MentoHUST\MentoHUST\Source\MentoHUSTDlg.cpp(416) : error C2039: 
'szInfoTitle' : is not a member of '_NOTIFYICONDATAA';
c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see 
declaration of '_NOTIFYICONDATAA';
……\MentoHUST\MentoHUST\Source\MentoHUSTDlg.cpp(417) : error C2039: 'szInfo' 
: is not a member of '_NOTIFYICONDATAA';
c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see 
declaration of '_NOTIFYICONDATAA';
……\MentoHUST\MentoHUST\Source\MentoHUSTDlg.cpp(621) : error C2039: 'szInfo' 
: is not a member of '_NOTIFYICONDATAA';
c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see 
declaration of '_NOTIFYICONDATAA';
执行 cl.exe 时出错.

Original comment by crazyboyfeng on 12 Aug 2011 at 1:18

GoogleCodeExporter commented 9 years ago
重新解压再编译试试看 

'NIF_INFO' : undeclared identifier;

很明显,我给你的文件SHELLAPI.H里面已经定义了NIF_INFO这个宏��
�义

所以如果再出错的话就是你的vc++配置可能有问题了

Original comment by q741...@gmail.com on 13 Aug 2011 at 10:29

GoogleCodeExporter commented 9 years ago
好了,谢谢各位。原来还需要重新部署project。

Original comment by crazyboyfeng on 14 Aug 2011 at 5:56

GoogleCodeExporter commented 9 years ago
不知道各位兄弟知道不知道V2校验算法具体是怎么个校验法,
如果知道请告知小弟,感激涕零!!!邮箱:chw19890921@163.com

Original comment by chw19890...@163.com on 13 Sep 2011 at 7:08

GoogleCodeExporter commented 9 years ago
vs2012编译时出现以下错误:
c:\program files\microsoft visual studio 
10.0\vc\atlmfc\include\atlbase.h(4878): error C3861: “_beginthreadex”: 
找不到标识符
解决办法:
        在Process.h中加上对_beginthreadex的声明,
         unsigned long _beginthreadex( void *security, unsigned stack_size, unsigned ( __stdcall *start_address )( void * ), void *arglist, unsigned initflag, unsigned *thrdaddr );
        void _endthreadex(unsigned status);
成功编译的源代码:

Original comment by vip666my...@gmail.com on 24 Mar 2013 at 7:42

Attachments: