catasoft

Member
  • Content count

    5
  • Joined

  • Last visited

About catasoft

  • Rank
    Newbie

Contact Methods

  • ICQ
    0
  1. Compiling ApexDC++

    Well, i made a test. It was connected to my own Hub, the only one connected. So, my own compiled ApexDC client, to my local Ptokax Hub. No connections or downloads active. I closed ApexDC (answered Yes to the question), left it for 10 minutes, it was still in memory. Close the Hub, waited another 5 mins: still in memory. Are you guys sure it ever closes down?
  2. Compiling ApexDC++

    But doesn't it close all connections upon exiting? If i am connected to 1 hub (and this is my case) doesn't it automatically close the connection? It would seem the logical behavior...
  3. Compiling ApexDC++

    Guys, thanks for your help, i managed to compile. Now, question: why is it that when i exit ApexDC, it remains in memory? It askes when i exit if i REALLY wanna, i say Yes and it goes away. But the process is still in the list. If i try to restart it, tells me that another instance already exists in memory: do i wanna start another? Why does this happen? Thanks Cata
  4. Compiling ApexDC++

    I made it. Somehow in the process of debugging, i had replaced teh openssl/lib files with some different ones, one was like 20 Megs in size. I copied different ones from StrongDC/openssl/lib and compiled like a charm... Can't believe how much time i wasted with this Well... life of programmers. Thanks -c
  5. Compiling ApexDC++

    Hello all I've been trying to compile ApexDC++, but with no success. Everything goes ok in the case of the DEBUG build, and i get the 10.719MB StrongDC.exe file. However, when trying to compile in Release, i get Link error: 1>Linking... 1>fatal error C1007: unrecognized flag '-typedil' in 'p2' 1>LINK : fatal error LNK1257: code generation failed I read it could be the /GL optimization option, so i tried without it, but still nothing. Noone seems to know where this error comes from. Funny thing is, i try this compilation on a "virgin" system, just installed VS2005, put everything in place, compiled STLPort, so how come? Compilation goes on without errors, but linking crashes... I did a text search in all files in Apex folder: -typedil is to be found only in 2: libeay32.lib AND ssleay32.lib. For instance: -compiler:"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\c2.dll" -typedil -f C:\Documents and Settings\Big Muscle\Dokumenty\Projekty\openssl-0.9.8-stable-SNAP-20081107\engines\e_capi.c What could it be? I'm totally lost Thanks in advance, [edit] I downloaded another version of openssl libs from here: http://www.deanlee.cn/programming/openssl-for-windows/ And compiled successfully. The thing is, the downloaded .lib files are not static linking, but import libraries. Meaning, now it wants the .dll. The new error is: "Impossible finding the ordinal 3686 in dynamic linking library LIBEAY32.dll. Still fighting... do you guys have these dll's? Catalin