@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5



Comments:

<0> esellerate.com takes about 15% on average, but it's a weird pricing model
<1> see ya
<0> yeah regnow.com seems pretty cool
<0> cmf, does regnow give you code to test the username/licensekey in your product?
<1> to test?
<1> i like the LOOKS of regnow the best
<1> what % do they take now?
<1> uhm
<1> you create your own registration code generator
<0> # One time account activation fee: $19.95
<0> # Standard transaction fee: 6.9% plus $1/unit with a $2.00 minimum charge
<1> and then they give you specifications on how to make a function for them to use to automatically generate a code for your customers
<0> ahhh ok
<1> they give you a choice between a few different common language
<1> holy siht
<1> that's really great



<0> including Delphi?
<1> see
<1> no
<1> not delphi
<0> yep, best i've seen so far
<1> but
<1> i mean
<1> my code generator is 2 lines
<1> so it wasnt hard to port to C
<1> ;)
<0> ahh
<0> ok
<1> they STILL take 20% from me
<0> i'm sure they'll have some examples too
<1> i guess i'm going to have to talk to them about that
<1> hehe
<1> but
<1> i dont get many sales through regnow
<1> because
<0> hah yeah, i think you should
<1> they take so much
<1> i directr MOST of my customers to paypal
<1> paypal lets you run your own program whenever a sale is made
<1> it runs a php script on YOUR site
<0> can i see your product page? i want to see what regnow looks like when you go to order a product...
<1> sends you all the customer information
<0> really?
<1> and you can generat and send the customer a code through email
<1> using php
<1> i REALLY like it
<1> the ONLY thing i dont like about paypal
<1> is that a LOT of people dont like paying through paypal
<0> right
<0> i don't
<1> that's the ONLY thing i dont like about paypal =D
<1> even though]
<1> in the past 3 years
<1> you dont even have to have a paypal Account to send money using paypal
<1> they've changed a LOT
<0> right, but they still make it look like you do
<1> but their reputation is **** cuz of their first few years
<0> they try to trick you into creating an account
<1> i know
<1> i hate that
<1> i WISH there was a way to customize the paypal payment page
<1> yoU CAN add your own logo
<1> but thats it
<1> oh
<0> heh
<1> and you can change the colours
<0> oooh ;)
<0> what percent do they take?
<2> about 10% i think
<0> have you guys heard of www.swreg.org ?
<2> i haven't had a need for something like that yet
<0> Our standard rate is $1.00, plus 6% of the sales price (minimum of $1.50). There is a $20.00 monthly account fee.
<0> for swreg.org
<2> i only produce freeware/donationware
<0> do people really donate?
<2> yeah
<0> that's cool



<2> http://articles.donationcoder.com/One/index.html
<2> worth reading
<0> interesting...
<2> that whole site is interesting
<2> i love it
<1> nite poopies
<0> g'night
<3> hello, is there some way to export function which is a member of an object?
<3> ?;/
<4> export as in dll export?
<3> yeah
<4> you can export methods that send or receive objects or interfaces
<4> you could use COM
<4> or you could export a simpel function which calls a member of an object
<3> well its standard dll and i need to export 1 function which is a member of the object
<4> so then do it
<3> how
<4> export a simpel function which calls a member of an object
<4> simple
<3> but i want direct export
<4> you can't
<3> hehe why
<4> because the compiler won't let you
<4> besides, it would only be possible on static/cl*** methods anyway
<3> in vsnet its like one click, since its statically compiled into binary the addess is known and can be easly exported
<3> bah thats bad :(
<4> you're talking about unmanaged VC++?
<3> no
<4> cause C# en VB can't export anything as a normal dll
<4> en=and
<3> well, i meant c++ yeah, it can be easly done there
<4> on a static method I presume
<3> any function you write is static in library and can be exported, vsnet knows that and doesnt make any restrictions about it
<3> i thought it can be easly done in delphi as well
<4> nonsense
<3> used function*
<4> cl*** methods need to know on what instanse they are called
<4> they always need to get a this pointer
<3> i know
<4> but I agree that it would not be difficult to export a static method of a cl***
<4> but Delphi can't. I'm sorry. You need to write 3 lines of code in Delphi
<3> heh well, calling it wasnt really my goal
<3> i jsut needed direct address of the function after it was compiled, export table was the answer
<3> anyway, thanks.
<4> @TMyCl***.MyMethod doesn't work?
<3> hm
<3> where exacly
<4> anywhere where you want to know the address
<4> otherwise you could probably use RTTI
<3> well i want the address after the binary is compiled, so i can protect that function
<4> Or use TObject.MethodAddress
<4> compile with a .map file and read the adress from there
<4> or read the TD32 debug info
<3> good idea! totally forgot about map
<4> if you put the code in runtime packages, delphi exports all methods in it for you
<3> oke, thanks
<5> ppl, plz help, i'm creating a FTP server on IdFTPServer component, i have a problem, when i connect to server i cant see directorys with icons (Desktop.ini), and i cant see hided files, what i must to add to source?
<5> indy v10
<4> who is supplying the files to TIdFTPServer?
<6> may someone take a look at this http://pastebin.com/777149
<6> the asm side gives me an access error at address 0000005
<7> hi, got here mdb adoquery,adotable, so I have a time column, and I'm listing stuff that are from 04:00 to 05:00 for example works okay http://pastebin.ca/150890 with this , but unfortunately if I try something like this 21:00 to 04:00 It wont work, how do you do this ? if the start time is the bigger one then the end time ?
<4> blakke: both codes are not equal. I bet you get a AV as well if you call FuncAddr in the pascal version
<4> robert83a: depends on what you think is the right answer. My right answer would involve a date
<6> the asm source works when compiled in asm, just not when compiled in delphi
<6> so i attempted to write a pascal side, but i got stuck
<4> how about debugging?
<4> since you got it working somewhere else you can find out what the difference is
<6> when i debug it, the part thats wrong the strings turn out different
<4> ok, so now you know what is wrong you can fix it
<6> trying to anyways
<8> Great show.
<4> maybe it helps if you ask a more specific question instead of dumping half your code and ask what's wrong with it while you already know what's wrong with it


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #delphi
or
Go to some related logs:

#nhl
Cherries polinization
chilmaa
#bsd
#windows
#computers
#delphi
#gentoo
#windowsxp
#asp



Home  |  disclaimer  |  contact  |  submit quotes