473,398 Members | 2,427 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Novice can't compile and run

In the early 90's I kept annual journals in Word Perfect 5.1 and they were
password protected. You guessed it -- I've forgotten the password.

Only a few years ago under Win98 I found a program (Copyright (c) 1990, 91
Ron Dippold 10/11/91) that can assist cracking the password, downloaded it
but it didn't work, and returned the "Program too big to fit in memory"
message. Now that I have Win2k with 1.5 Gbytes Ram, I thought I'd revisit
the challenge -- but I get the same message.

The reason for my post here is, along with the program (WPCRACK.EXE 128,512,
8-15-01 2:52:28 pm), there was some 450 lines of C source code. Hey, I
make no pretensions on knowing anything about C though taking one evening
course several years ago. Since then, my VC 5.0++ CD has been on the
shelf. So, what the heck, I reinstalled that and tried to compile Mr.
Dippold's code. I get the following [WPCRACK.exe - 0 error(s), 0
warning(s)] but can't find an executable.

Interestingly, from the pull-down Build menu, the menu item "Execute
WPCRACK.exe" runs in a console window, but to work correctly, I need to add
some command line parameters.

Is there hope here?

Len Miller
--
To reply, eradicate all threes in my SPAM guarded address.
Jul 22 '05 #1
3 1343
Fatfreek posted:
In the early 90's I kept annual journals in Word Perfect 5.1 and they
were password protected. You guessed it -- I've forgotten the password.

Only a few years ago under Win98 I found a program (Copyright (c) 1990,
91 Ron Dippold 10/11/91) that can assist cracking the password,
downloaded it but it didn't work, and returned the "Program too big to
fit in memory" message. Now that I have Win2k with 1.5 Gbytes Ram, I
thought I'd revisit the challenge -- but I get the same message.

The reason for my post here is, along with the program (WPCRACK.EXE
128,512, 8-15-01 2:52:28 pm), there was some 450 lines of C source
code. Hey, I make no pretensions on knowing anything about C though
taking one evening course several years ago. Since then, my VC 5.0++
CD has been on the shelf. So, what the heck, I reinstalled that and
tried to compile Mr. Dippold's code. I get the following [WPCRACK.exe
- 0 error(s), 0 warning(s)] but can't find an executable.

Interestingly, from the pull-down Build menu, the menu item "Execute
WPCRACK.exe" runs in a console window, but to work correctly, I need to
add some command line parameters.

Is there hope here?

Len Miller


Click the Start Button. Hit Run. Type:

command

In the MS-DOS window, type:

cd\
dir/a/s/p wpcrack.exe
That'll tell you where the bleeding thing is!

-JKop
Jul 22 '05 #2

"Fatfreek" <mi********@ark3ans3as.net> wrote in message
news:nt********************@arkansas.net...
In the early 90's I kept annual journals in Word Perfect 5.1 and they were
password protected. You guessed it -- I've forgotten the password.

Only a few years ago under Win98 I found a program (Copyright (c) 1990, 91
Ron Dippold 10/11/91) that can assist cracking the password, downloaded it
but it didn't work, and returned the "Program too big to fit in memory"
message. Now that I have Win2k with 1.5 Gbytes Ram, I thought I'd revisit
the challenge -- but I get the same message.

The reason for my post here is, along with the program (WPCRACK.EXE 128,512, 8-15-01 2:52:28 pm), there was some 450 lines of C source code. Hey, I
make no pretensions on knowing anything about C though taking one evening
course several years ago. Since then, my VC 5.0++ CD has been on the
shelf. So, what the heck, I reinstalled that and tried to compile Mr.
Dippold's code. I get the following [WPCRACK.exe - 0 error(s), 0
warning(s)] but can't find an executable.

Interestingly, from the pull-down Build menu, the menu item "Execute
WPCRACK.exe" runs in a console window, but to work correctly, I need to add some command line parameters.

Is there hope here?


Perhaps but if you analyse your problem you'll see that there is no C++ or
even C content to your question. It seems to be about how to operate your
compiler, or even about how to run programs on your computer.

Please ask again on a more appropriate group, if it is help with your
compiler that you want then I'd suggest

news:microsoft.public.vc.ide_general

since that group is dedicated to your compiler. We only deal with platform
independent language issues here.

john
Jul 22 '05 #3
Thanks. The file was in a newly created directory, a child of the source.
Click the Start Button. Hit Run. Type:

command

In the MS-DOS window, type:

cd\
dir/a/s/p wpcrack.exe
That'll tell you where the bleeding thing is!

-JKop

Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Marian | last post by:
Hi, I am totaly novice in .NET and I am studying a book about this. There was mentioned "assembly". I did not understand, how function does it has . I would like to know the exact run of code...
2
by: CoolPint | last post by:
Can anyone kindly explain why non-type template parameters are required by giving some examples where their uses are clearly favourable to other alternatives? I cannot think of any good use for...
2
by: GammaJoe | last post by:
I'm relatively new to C++, and so when I ran across these linker errors, I really didn't know how to fix them. I did a groups.google search, and found plenty of issues with parameterized classes,...
16
by: ranger | last post by:
Hi, I'm a beginner with C++, studying on my own from a book and I've encoutered quite some problems.. If possible, someone out there might help me out.. The problem is the following.. I've...
17
by: herrcho | last post by:
#include <stdio.h> int main() { int i; char *p="sarang"; for(i=0;i<4;i++) printf("%c",*(p+i)); printf("\n"); for(i=0;i<4;i++)
4
by: trond | last post by:
Hello all, Before I start I'd like to point out that I am a complete novice when it comes to asp.net - My background is in network and operating systems, and although I have been doing a bit of...
3
by: Darius | last post by:
Hello, there is an NMEAParserDemo application written in VC++ avaliable for download from http://www.visualgps.net/Papers/NMEAParser/NMEAParserDemo%20Project.zip. Source code in VC++ is...
9
by: Kelii | last post by:
I've been trying to get this piece to work for a few hours, but have given up. I hope someone out there can help, I think the issue is relatively straightforward, but being a novice, I'm stumped....
0
by: Phil Thompson | last post by:
On Wed, 29 Oct 2008 06:51:10 -0400, Steve Holden <steve@holdenweb.com> wrote: PyQt supported Python 2.6 on the day it was released. A snapshot of the PyQt Windows installer for Python 2.6 can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.