IGHOR (OP)
Legendary
Offline
Activity: 1035
Merit: 1065
|
|
April 29, 2014, 12:12:40 AM |
|
I got a compiling error with line 32 of winresource.rc? It says syntax error
This line works with Visual Studio. You should comment this line to compile on mingw.
|
Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it.
|
|
|
KaChingCoinDev
|
|
April 29, 2014, 06:49:51 PM |
|
Now i get this error: windres -i WinResource.rc -o release\WinResource_res.o --include-dir=. -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_ HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN g++ -Wl,-s -mthreads -Wl,-subsystem,windows -o release\QtBitcoinTrader.exe objec t_script.QtBitcoinTrader.Release -L"c:\Qt\4.8.4\lib" -lmingw32 -lqtmain release \WinResource_res.o -lcrypt32 -llibeay32 -lssleay32 -luser32 -lgdi32 -ladvapi32 - lQtMultimedia4 -lQtGui4 -lQtNetwork4 -lQtCore4 C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bi n/ld.exe: cannot find -llibeay32 C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bi n/ld.exe: cannot find -lssleay32 collect2.exe: error: ld returned 1 exit status Makefile.Release:239: recipe for target 'release\QtBitcoinTrader.exe' failed mingw32-make[1]: *** [release\QtBitcoinTrader.exe] Error 1 mingw32-make[1]: Leaving directory 'C:/Users/Backup/Downloads/QtBitcoinTrader-te sting/QtBitcoinTrader-testing/src' Makefile:34: recipe for target 'release' failed mingw32-make: *** [release] Error 2
|
|
|
|
IGHOR (OP)
Legendary
Offline
Activity: 1035
Merit: 1065
|
|
April 29, 2014, 06:50:47 PM |
|
Now i get this error:
Remove WinResource.rc row from pro file.
|
Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it.
|
|
|
KaChingCoinDev
|
|
April 29, 2014, 07:05:35 PM |
|
Now i get this error:
Remove WinResource.rc row from pro file. I already tried that. I get the same error.
|
|
|
|
IGHOR (OP)
Legendary
Offline
Activity: 1035
Merit: 1065
|
|
April 29, 2014, 07:13:37 PM |
|
I already tried that. I get the same error.
Run qmake again. If you have removed this line than this error can not happens "windres -i WinResource.rc -o release\ WinResource_res.o --include-"
|
Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it.
|
|
|
KaChingCoinDev
|
|
April 29, 2014, 07:17:07 PM |
|
Resolved that error by deleting Makefiles and starting over. Here is new error:
[/quote] g++ -c -pipe -O2 -w -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPO RT -DQT_DLL -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT _CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE _SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\4.8.4\include\QtCore" -I"c:\ Qt\4.8.4\include\QtNetwork" -I"c:\Qt\4.8.4\include\QtGui" -I"c:\Qt\4.8.4\include \QtMultimedia" -I"c:\Qt\4.8.4\include" -I"." -I"c:\Qt\4.8.4\src\3rdparty\zlib" - I"c:\Qt\4.8.4\include\ActiveQt" -I"release" -I"." -I"c:\Qt\4.8.4\mkspecs\win32-g ++" -o release\qrc_QtResource.o release\qrc_QtResource.cpp g++ -Wl,-s -mthreads -Wl,-subsystem,windows -o release\QtBitcoinTrader.exe objec t_script.QtBitcoinTrader.Release -L"c:\Qt\4.8.4\lib" -lmingw32 -lqtmain -lcrypt 32 -llibeay32 -lssleay32 -luser32 -lgdi32 -ladvapi32 -lQtMultimedia4 -lQtGui4 -l QtNetwork4 -lQtCore4 C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bi n/ld.exe: cannot find -llibeay32 C:/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bi n/ld.exe: cannot find -lssleay32 collect2.exe: error: ld returned 1 exit status Makefile.Release:239: recipe for target 'release\QtBitcoinTrader.exe' failed mingw32-make[1]: *** [release\QtBitcoinTrader.exe] Error 1 mingw32-make[1]: Leaving directory 'C:/Users/Backup/Downloads/QtBitcoinTrader-te sting/QtBitcoinTrader-testing/src' Makefile:34: recipe for target 'release' failed mingw32-make: *** [release] Error 2 [/quote]
|
|
|
|
IGHOR (OP)
Legendary
Offline
Activity: 1035
Merit: 1065
|
|
April 29, 2014, 07:17:57 PM |
|
Resolved that error by deleting Makefiles and starting over. Here is new error:
You need OpenSSL
|
Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it.
|
|
|
KaChingCoinDev
|
|
April 29, 2014, 07:20:11 PM |
|
Resolved that error by deleting Makefiles and starting over. Here is new error:
You need OpenSSL I have openSSL, I could not find where to map it in your program.
|
|
|
|
IGHOR (OP)
Legendary
Offline
Activity: 1035
Merit: 1065
|
|
April 29, 2014, 09:47:25 PM |
|
I have openSSL, I could not find where to map it in your program.
You need map it to Qt and not to my program.
|
Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it.
|
|
|
KaChingCoinDev
|
|
April 29, 2014, 10:13:52 PM |
|
I have openSSL, I could not find where to map it in your program.
You need map it to Qt and not to my program. Dumb question. How do I do that?
|
|
|
|
|
majeis
|
|
May 01, 2014, 01:46:19 PM |
|
I have the same % problem with the rules that Duny has. IGHOR, any word on an ETA for the next update?
|
▄▄▄████████▄▄▄ ▄██████████████████▄ ▄██████████████████████▄ ██████████████████████████ ████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ████████████████████████████ ██████████████████████████ ▀██████████████████████▀ ▀██████████████████▀ ▀▀▀████████▀▀▀
| | | | ███████ ██████████ ██████████ ██████████ ██████████ ██████████ ██████████ ██████████ ██████████ ██████████ ██████████ ██████████ ███████ | | | ◉BTC ◉PLAY ◉XMR ◉DOGE ◉STRAT ◉ETH ◉GRC ◉LTC ◉DASH ◉PPC |
| | ▄▄██████████████▄▄ ▄██████████████████████▄ █████ ▄██████████████████████████▄ █████ ████ ▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄ ████ ▄██▀ ████ █████ ██████ █████ ████ ▄██▀ ████ █████ ██████ █████ ████ ██▀ ████ █████ ██████ █████ ████ ██ ████ ▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀ ████ ▄██████▄ ████████████████████████████ ████████ ███████▀ ▀███████ ▀██████▀ █████▀ ▀█████ ▀██████████████████████████▀ ▀▀████████████████████▀▀ | ▨ DICE ▨ BLACKJACK ▨ PLINKO | ▨ VIDEO POKER ▨ ROULETTE ▨ LOTTO |
|
|
|
roshii
Jr. Member
Offline
Activity: 34
Merit: 5
|
|
May 02, 2014, 01:24:34 PM |
|
Hi Ighor,
Any chance to port your app to android? According to my limited knowledge QT seem to be portable to android.
If needed, I'd be ready to spend some time testing/programming (as far as my skills goes)
Thanks
|
|
|
|
kellzy
Newbie
Offline
Activity: 52
Merit: 0
|
|
May 02, 2014, 03:07:19 PM |
|
31 pages left to read. Sooo can't wait to try this out. Thanks so much for developing this. I will read the last 31 pages before I ask any QA's !
|
|
|
|
BlueBitAUT
|
|
May 02, 2014, 07:18:22 PM |
|
Hi,
is there any new ETA on supporting Kraken?
thx!
|
|
|
|
vual
|
|
May 04, 2014, 09:51:20 AM |
|
Anything like this that works with the poloniex or cryptsy api ?
Anything like this that works with the poloniex or cryptsy api ? ?
|
|
|
|
IGHOR (OP)
Legendary
Offline
Activity: 1035
Merit: 1065
|
|
May 06, 2014, 03:25:43 AM |
|
roshii, UI should be rewriten to support mobile devices. It is not priority for me to do this, but it in todo list. BlueBitAUT, vual, adding new exchanges depends on their cooperation. I have contacted some of them and waiting response. You can help to add them faster by contacting them too and tell to responde me faster.
|
Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it.
|
|
|
roshii
Jr. Member
Offline
Activity: 34
Merit: 5
|
|
May 06, 2014, 01:45:06 PM |
|
roshii, UI should be rewriten to support mobile devices. It is not priority for me to do this, but it in todo list.
Thanks for the feedback, looking forward to it! Fell free to contact me if you need support. You can help to add them faster by contacting them too and tell to responde me faster.
I'll contact Cryptsy, the only exchange missing from QBT for me Thanks for your dedication Ighor!
|
|
|
|
BlueBitAUT
|
|
May 06, 2014, 02:02:14 PM |
|
Thx Ighor, keep up the good work! Already asked Kraken to support / answer you!
|
|
|
|
StewieG
|
|
May 06, 2014, 03:31:16 PM |
|
Very nice Program, can't wait to check out the graphs-feature!
|
|
|
|
|