Bitcoin Forum
March 19, 2024, 11:26:30 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51] 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]  (Read 383257 times)
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 29, 2014, 12:12:40 AM
 #1001

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 Trader
Verify digital signature of the app in the file properties every time you download it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710847590
Hero Member
*
Offline Offline

Posts: 1710847590

View Profile Personal Message (Offline)

Ignore
1710847590
Reply with quote  #2

1710847590
Report to moderator
1710847590
Hero Member
*
Offline Offline

Posts: 1710847590

View Profile Personal Message (Offline)

Ignore
1710847590
Reply with quote  #2

1710847590
Report to moderator
1710847590
Hero Member
*
Offline Offline

Posts: 1710847590

View Profile Personal Message (Offline)

Ignore
1710847590
Reply with quote  #2

1710847590
Report to moderator
KaChingCoinDev
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
April 29, 2014, 06:49:51 PM
 #1002

Now i get this error:



Quote
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 Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 29, 2014, 06:50:47 PM
 #1003

Now i get this error:

Remove WinResource.rc row from pro file.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
KaChingCoinDev
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
April 29, 2014, 07:05:35 PM
 #1004

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 Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 29, 2014, 07:13:37 PM
 #1005

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 Trader
Verify digital signature of the app in the file properties every time you download it.
KaChingCoinDev
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
April 29, 2014, 07:17:07 PM
 #1006

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 Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 29, 2014, 07:17:57 PM
 #1007

Resolved that error by deleting Makefiles and starting over. Here is new error:

You need OpenSSL

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
KaChingCoinDev
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
April 29, 2014, 07:20:11 PM
 #1008

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 Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 29, 2014, 09:47:25 PM
 #1009

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 Trader
Verify digital signature of the app in the file properties every time you download it.
KaChingCoinDev
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
April 29, 2014, 10:13:52 PM
 #1010

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?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 29, 2014, 10:58:05 PM
 #1011

Dumb question.

How do I do that?

http://qt-project.org/wiki/Compiling-OpenSSL-with-MinGW
Use only OpenSSL 1.0.1g version (just in case if you have another one).

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
majeis
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
May 01, 2014, 01:46:19 PM
 #1012

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 Offline

Activity: 34
Merit: 5


View Profile
May 02, 2014, 01:24:34 PM
 #1013

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 Offline

Activity: 52
Merit: 0


View Profile
May 02, 2014, 03:07:19 PM
 #1014

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
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
May 02, 2014, 07:18:22 PM
 #1015

Hi,

is there any new ETA on supporting Kraken?

thx!
vual
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
May 04, 2014, 09:51:20 AM
 #1016

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 Offline

Activity: 1035
Merit: 1065



View Profile WWW
May 06, 2014, 03:25:43 AM
 #1017

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 Trader
Verify digital signature of the app in the file properties every time you download it.
roshii
Jr. Member
*
Offline Offline

Activity: 34
Merit: 5


View Profile
May 06, 2014, 01:45:06 PM
 #1018

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
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
May 06, 2014, 02:02:14 PM
 #1019

Thx Ighor, keep up the good work!
Already asked Kraken to support / answer you!

StewieG
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
May 06, 2014, 03:31:16 PM
 #1020

Very nice Program, can't wait to check out the graphs-feature!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51] 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!