But I believe yes it is possible, though I have not tried anything dealing with such a matter I know you can write to vectors on images so I don't see why you couldn't copy data from vectors xy to xy.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Ringo on September 25, 2006, 01:35 PM
ImaWh0re, there is a forum for you here, Clicky
I feel the need to point out, this is not the Verbal Bashing forum, its the Visual Basic forum :p
Quote from: Joex86] link=topic=15762.msg158982#msg158982 date=1159186444]
ImaWh0re, I was going to consider your claims for half a second, but the way you come here and start ragging on our members in such an idiotic sense has lost you any chance of redemption in my books. I have more respect for Lord[nK] than you. Good job.
Quote from: FrOzeN on September 24, 2006, 10:39 PM
It's simple as, "No one gives a fuck what you have to say anymore."
Quote from: topaz on September 25, 2006, 12:31 AMQuote from: ImaWh0re on September 25, 2006, 12:16 AMQuote from: l2k-Shadow on September 25, 2006, 12:08 AM
Yes, however, Left$(PktBuff, PacketLength) does not return a number.
Msgbox Val#(Left$("23",2))
Better? Comprende?
The point is, you're not supposed to do it. Val# returns a Double (which is a float, iirc), whereas it expects a Long.
Quote from: l2k-Shadow on September 25, 2006, 12:08 AM
Yes, however, Left$(PktBuff, PacketLength) does not return a number.
Quote from: l2k-Shadow on September 24, 2006, 08:47 PMQuote from: ImaWh0re on September 24, 2006, 07:29 PMQuote from: Abolition on September 24, 2006, 05:40 PMQuote from: l2k-Shadow on September 24, 2006, 05:38 PM
you have an extra ) at the end
Sorry, I made a mistake in my post. It was supposed be:
ParseData (Left(PktBuff, PacketLength))
I still get the same error.
Not exactly how I would do things but you can try
ParseData (Val#(Left$(PktBuff, PacketLength)))
But by the looks of this you arn't extracting the packet ID to begin with. So I have a feeling you are going to have a lot more problems in the future.
Yes! Use Val#() on a string, excellent suggestion.
Quote from: Abolition on September 24, 2006, 05:40 PMQuote from: l2k-Shadow on September 24, 2006, 05:38 PM
you have an extra ) at the end
Sorry, I made a mistake in my post. It was supposed be:
ParseData (Left(PktBuff, PacketLength))
I still get the same error.
Quote from: Warrior on September 24, 2006, 02:20 PM
I'm with l2k on this however, it's impossible for code which contains pure API calls to be ripped.
This is all pointless arguing.
Quote from: rabbit on September 24, 2006, 07:19 AM
Didn't Fleet- quit Battle.Net? Anyway, I'm with Shadow, ImaWh0re: you're being a douchebag. Shut up.
Quote from: Mystical on September 23, 2006, 11:23 PM
does it really matter who rips, I've seen plenty of people rip countless times.
People rip from each other basicly daily including ideas, sources, what ever it maybe so what?
whats with all the bitching, defence, moanin and cryin about get over it.
Quote from: l2k-Shadow on September 23, 2006, 10:21 PM
ok? that program is 2 years old, thus I was a beginner coder back then, it was one of my first battle.net projects, and I still don't see how you posting a 2 year old program of mine is suggesting that i rip sources.
Quote from: TheMinistered on September 23, 2006, 10:23 PM
Well, I particularly don't see a problem with copy/paste as long as you know whats going on with the code (i.e. you've written similar code before but too lazy to recreate). In a scenario you've handled before, I see no problem copying code so long as you understand the code.
As for copying an entire project, etc... thats a big no no I agree. But certain functions or snippets it MIGHT be ok under some circumstances such as repetative winsock code such as this... I think we've all used the winsock api more times than we can count, who wants to rewrite it YET ANOTHER TIME?
Quote from: l2k-Shadow on September 23, 2006, 07:06 PM
No but I do see "Element Chat v2.0 Þ By Fleet-" on it.
Key tester of mine? Open source duplicate? And you get that information from *looks around* where?
Page created in 0.201 seconds with 16 queries.