username0x0a / eternityplugins

Collection of self-made or modded Miranda IM plugins
0 stars 0 forks source link

don't work with miranda x64 0.30, has been working in previous version of x64 #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What product are you using? (Also please, select lower in Labels in
Product-* field)

What version of the product are you using? On what operating system?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output?

What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by orangesunny on 2 Oct 2009 at 6:22

GoogleCodeExporter commented 9 years ago
sorry, I forgot, that you don't have only one plugin-i mean Facebook 0.0.0.5

Original comment by orangesunny on 4 Oct 2009 at 3:24

GoogleCodeExporter commented 9 years ago
I haven't tested with x64 build as I didn't check code compatibility with x64 
yet. 
Although I thought Miranda64 denies usage of 32bit plugins :) 64bit build 
generally 
are TBD.

Original comment by n3weRm0re.ewer on 9 Oct 2009 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by n3weRm0re.ewer on 28 Oct 2009 at 8:29

GoogleCodeExporter commented 9 years ago
Hi ;) Is it comming 64 bit release of the facebook plugin ? :S 

Original comment by samardzh...@gmail.com on 11 Dec 2009 at 11:01

GoogleCodeExporter commented 9 years ago
Same problem here. It would be lovely to see a fix on this!

Original comment by bry...@gmail.com on 8 Jan 2010 at 12:40

GoogleCodeExporter commented 9 years ago
Hi, are you able to compile x64 version of FB protocol? Or there's no chance 
for you to make it? Nowadays, Miranda x64 is officially released in a stable 
version, so it would be great to have Facebook protocol in it. Thanks

Original comment by duffyma...@gmail.com on 27 Sep 2010 at 8:46

GoogleCodeExporter commented 9 years ago
I tried compiling FB plugin as x64, getting these results:

1>------ Build started: Project: facebook, Configuration: Debug Unicode x64 
------
1>Performing Pre-Build Event...
1>Compiling...
1>utils.cpp
1>theme.cpp
1>stubs.cpp
1>proto.cpp
1>.\proto.cpp(56) : error C2784: 'void CreateProtoService(const char *,const 
char *,int (__cdecl T::* )(WPARAM,LPARAM),T *)' : could not deduce template 
argument for 'int (__cdecl T::* )(WPARAM,LPARAM)' from 'INT_PTR (__cdecl 
FacebookProto::* )(WPARAM,LPARAM)'
1>        d:\temp\mirfb\eternityplugins-read-only\trunk\facebook\utils.h(40) : 
see declaration of 'CreateProtoService'
1>.\proto.cpp(121) : error C2556: 'DWORD FacebookProto::GetCaps(int,HANDLE)' : 
overloaded function differs only by return type from 'DWORD_PTR 
FacebookProto::GetCaps(int,HANDLE)'
1>        d:\temp\mirfb\eternityplugins-read-only\trunk\facebook\proto.h(77) : 
see declaration of 'FacebookProto::GetCaps'
1>.\proto.cpp(121) : error C2371: 'FacebookProto::GetCaps' : redefinition; 
different basic types
1>        d:\temp\mirfb\eternityplugins-read-only\trunk\facebook\proto.h(77) : 
see declaration of 'FacebookProto::GetCaps'
1>messages.cpp
1>main.cpp
1>.\main.cpp(134) : warning C4267: '=' : conversion from 'size_t' to 'int', 
possible loss of data
1>.\main.cpp(138) : warning C4267: '=' : conversion from 'size_t' to 'int', 
possible loss of data
1>json.cpp
1>http.cpp
1>events.cpp
1>dialogs.cpp
1>.\dialogs.cpp(55) : error C2065: 'GWL_USERDATA' : undeclared identifier
1>contacts.cpp
1>connection.cpp
1>communication.cpp
1>.\communication.cpp(47) : warning C4267: '=' : conversion from 'size_t' to 
'int', possible loss of data
1>avatars.cpp
1>Generating Code...
1>Build log was saved at 
"file://d:\Temp\mirfb\eternityplugins-read-only\trunk\facebook\x64\Debug 
Unicode\BuildLog.htm"
1>facebook - 4 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Original comment by DeeJayC...@gmail.com on 10 Oct 2010 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by n3weRm0re.ewer on 27 Dec 2010 at 3:33