Search:
Type: Posts; User: Lucky75
Search :
Search took 0.01 seconds.
October 13th, 2011 10:50 AM
Super is just a pointer to the parent class. Not sure what you mean by when "SetMyDoc" is called. Never? I get a pointer to the doc from the callback by attaching to an "ActiveDocChangeEvent" which...
October 13th, 2011 10:28 AM
I'm having a bug in my code that's kicking my ***, so after much attempted debugging I finally decided to see if anyone else knew what my issue was.
I'm trying to add a grid object to a dialog...
Yeah, thats the part that I don't know how to do, the regex part ;)
Hey,
I'm being an idiot and I can't figure out how to do parse and get an integer from a string. Could someone give me an example please?
Something like:
"The action you going to take costs...
November 30th, 2010 01:37 PM
Hi!
I need a (preferably) scriptable windows installer, and was wondering what my options were?
1) Wise - discontinuted and awful, not really scriptable
2) InstallShield - not really...
November 29th, 2010 05:18 PM
Hi!
I'm attempting to get rid of that "Unknown Publisher" message that appears when you run unsigned code on windows, but I'm a bit confused.
What I have:
- a *.cert.pem file. Would this be...
August 27th, 2010 10:09 AM
Yeah, that's what I've been doing. I've been comparing everything, but they look almost identical to me now :S
How do sessions work in general? So when I log in, the website will send me back a...
August 27th, 2010 07:59 AM
August 26th, 2010 10:30 AM
The middleware token looks like it expires in a year, so I don't think it's changing frequently. Doesn't seem to, anyway.
Here is the data that the program is sending, captured from wireshark:
...
August 26th, 2010 09:20 AM
No, I posted both. Post #7 is captured from httpFox through the browser. The code is what I'm intending to send through the program in post #1.
It looks like it's sending the same POST data...
August 26th, 2010 08:31 AM
Not sure I follow what you're asking. You can see what is being sent above in the code. I'm sending the content type, user agent and content length. I'm not sending the other header options, but I...
August 26th, 2010 01:20 AM
August 25th, 2010 10:06 AM
I was using HTTPFox to check what was being sent. The post data is simply:
csrfmiddlewaretoken 82859e53de1351b2a1d2bg3735eb7fb6
username <myusername>
password <mypass>
Here are the...
August 24th, 2010 10:48 PM
August 24th, 2010 11:24 AM
Im aware of what a 403 is, but I don't know why I'm getting one. It doesn't even return a 403 when I enter the form data manually (with a wrong password), it just says "incorrect password" on the...
August 24th, 2010 10:46 AM
Hi!
I'm attempting to log into a website from java, but it doesn't seem to be working. I get:
Running the program...
Problems while reading the response
Problems encounterd....
Hmm, actually, using bitset instead of a vector and then just memcpying into a char array of length 16 (bytes) works :)
Thanks all!
Mhm, that would work fine if I was just printing, but I need to actually store it in a 16 byte character array and pass it to another function.
And calling next_permutation on the character array...
It looks like what Yves M has works. I suppose doing the same thing on a bitset would work as well, although im not sure which one would be better or what to pass to the next_permutation with the...
Yeah, I wanted more something like this (but with a character array like the one in the first post):
With n=1 zero:
1111110
1111101
1111011
1110111
1101111
Hi!
I need to generate a character array of all possible values for a known value of zeros.
i.e. If n=1, I need to somehow cycle through all 128 character arrays with one zero in it.
...
Which I assume I can get from openssl libraries or something?
Whoops, yeah, you're correct.
But how do I decrypt it with the key? I.e. what do I do to the encrypted data using the key to get the plaintext back?
And is there any way of using a...
Yeah, I'm pretty sure the client program was written in C++, but have no idea what the plaintext might be. I would assume it would be some sort of silly message, which means probably just ascii.
...
Click Here to Expand Forum to Full Width