comp.os.mswindows.programmer.tools.misc
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.tools.misc only
 
Advanced search
December 2007
motuwethfrsasuw
     12 48
3456789 49
10111213141516 50
17181920212223 51
24252627282930 52
31       1
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... tools.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  check free lotto         


Author: Argi
Date: Dec 28, 2007 15:19

Hello, anyone wants to try my program.
It generates on every run 8 rows of six numbers.
So, you play almost all the numbers, (except one - never mind ;-)) )
It is difficult to play all the numbers only with the pen, difficult to find
what numbers you didn't play. So this program makes easy to do it.

I have more programs to upload in the future, stay tuned.

Good luck

Argi
http://lotto-free.blogspot.com/
no comments
  WAREZ for SALE !!!                                                       34930         


Author: david007
Date: Nov 23, 2007 00:27

Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.

Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.

Contact David for details:
david007@worldnewstonight.net

                                                                                                                                                             





_O?WhKJ5v

no comments
  iS IT POSSIBLE TO MAKE MONEY ONLINE ??         


Author: GDI teambuilder
Date: Oct 23, 2007 08:34

Is it possible to make money online ??

That question appeared to me also when i was looking for an extra
Income some time ago. My luck ?

I found Global Domains International, ever heard of it ?

Check it out at http://www.freedom.ws/seegers
no comments
  64-bit ActiveX equivalent to richtx32.ocx         


Author: E. Paul Wileyto
Date: Sep 12, 2007 05:35

Is there a 64-bit equivalent to the activex control richtx32.ocx? I
need it so I can drag & drop files (names & paths) into a 64-bit Matlab
GUI.

Thanks

Paul

--
E. Paul Wileyto, Ph.D.
Assistant Professor of Biostatistics
Tobacco Use Research Center
School of Medicine, U. of Pennsylvania
3535 Market Street, Suite 4100
Philadelphia, PA 19104-3309

215-746-7147
Fax: 215-746-7140
epw@mail.med.upenn.edu
http://mail.med.upenn.edu/~epw/
no comments
  646 Pedophile Warning 64         


Author: Tor
Date: Sep 1, 2007 07:33

Pedophile Warning

The Vincentian Fathers who run Stanislaus Collage are dangerous pedophiles.
In the last 4 decades they have raped thousands of children.

Each night the Vincentian Fathers would take a small group of boys to their bedrooms and chant them off to sleep in the name of prayer.

Once the children were asleep the Vincentian Fathers raped them and made them rape each other.

Find out the full story at http://tor.id.au/article.php?story=20070613095516192

0573886316
no comments
  Re: Pushing the registers onto the stack (x64).         


Author: Jim Langston
Date: Aug 14, 2007 23:20

"Dave" yahoo.com> wrote in message
news:U1nwi.13916$ya1.1646@news02.roc.ny...
> Is there a way to either directly get the contents of the x64 registers or
> push them onto the stack (and of course pop the same) w/o having to use
> MASM64?
>
> For example, in VC++ x86:
>
> __asm pushad;
> DoSomething();
> __asm popad;
>
> or
>
> DWORD r0,r1,r2,r3,r4,r5,r6;
> __asm
> {
> mov r0,eax;
> mov r1,ebx;
> mov r2,ecx; ...
Show full article (1.06Kb)
no comments
  Re: Pushing the registers onto the stack (x64).         


Author: Alf P. Steinbach
Date: Aug 14, 2007 12:17

* Dave:
> [OFF-TOPIC IN CLC++]

Please don't cross-post off-topic articles to clc++.

But even though your question is off-topic in this group, please don't
feel unwelcome. Spend some time reading posted articles to familiarize
yourself with the group, read the FAQ.

Thanks in advance, and C U L8R,

- Alf

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
no comments
  trace a program to retrive filepaths         


Author: xpika
Date: Jul 28, 2007 19:55

Hello, I'd like to trace a windows program to see which files it tries
to access.

I tried StraceNT but i couldnt figure out how to get strings from the
system calls.
no comments
  What's the "best" free C++ test framework ?         


Author: Baron Samedi
Date: Jul 27, 2007 01:46

yeah, I know ... "best" ... sorry ...

Most widely used, most feature filled, easiest of use versus
felxibility - and so on ...

CppUnit looks pretty good, but, before I commint myself, is there
anything "better" ?
1 Comment
  Re: fscanf hangs         


Author: Johan Bengtsson
Date: Jun 23, 2007 11:50

PeterOut wrote:
> I am using MS Visual C++ 6.0 on Windows XP 5.1 (SP2).
>
> I am not sure if this is a C, C++ or MS issue but fscanf has been
> randomly hanging on me. I make the call hundreds, if not thousands,
> of times but it hangs in different places with the same data. The
> offending code follows.
>
> ReadFile(char *csFileName)
> {
> float fFloat1, fFloat2;
> long lLong1, lLong2, lNum, lLastX = iColumns-1, lLastY =iRows-1;
> int iRead;
> FILE *fpInFile;
>
> if ((fpInFile= fopen(csFileName, "r")) == NULL) return
> ErrorOpeningFile(csFileName);
>
> do
> { ...
Show full article (1.61Kb)
no comments
1 2 3