• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Microsoft SECRETS Revealed

Is the source code Correct..Any For XP
* Source Code to Windows 98 */
#include "win31.h"
#include "win95.h"
#include "evenmore.h"
#include "oldstuff.h"
#include "billrulz.h"
#include "monopoly.h"
#define INSTALL = HARD
char make_prog_look_big[1600000];
void main()
{
while(!CRASHED)
{
display_copyright_message();
display_bill_rules_message();
do_nothing_loop();
if (first_time_installation)
{
make_50_megabyte_swapfile();
do_nothing_loop();
totally_screw_up_HPFS_file_system();
search_and_destroy_the_rest_of_OS/2();
disable_Netscape();
disable_RealPlayer();
disable_Corel_Products();
hang_system();
}
write_something(anything);
display_copyright_message();
do_nothing_loop();
do_some_stuff();
if (still_not_crashed)
{
display_copyright_message();
do_nothing_loop();
basically_run_windows_3.1();
do_nothing_loop();
do_nothing_loop();
}
}
if (detect_cache())
disable_cache();
if (fast_cpu())
{
set_wait_states(lots);
set_mouse(speed, very_slow);
set_mouse(action, jumpy);
set_mouse(reaction, sometimes);
}
/* printf("Welcome to Windows 3.11"); */
/* printf("Welcome to Windows 95"); */
printf("Welcome to Windows 98");
if (system_ok())
crash(to_dos_prompt)
else
system_memory = open("a:\swp0001.swp", O_CREATE);
while(something)
{
sleep(5);
get_user_input();
sleep(5);
act_on_user_input();
sleep(5);
}
create_general_protection_fault();
}

 
win98.cpp:1:19: win31.h: No such file or directory
win98.cpp:2:19: win95.h: No such file or directory
win98.cpp:3:22: evenmore.h: No such file or directory
win98.cpp:4:22: oldstuff.h: No such file or directory
win98.cpp:5:22: billrulz.h: No such file or directory
win98.cpp:6:22: monopoly.h: No such file or directory
win98.cpp:10: `main' must return `int'
win98.cpp: In function `int main(...)':
win98.cpp:11: `CRASHED' undeclared (first use this function)
win98.cpp:11: (Each undeclared identifier is reported only once for each function it appears in.)
win98.cpp:13: `display_copyright_message' undeclared (first use this function)
win98.cpp:14: `display_bill_rules_message' undeclared (first use this function)
win98.cpp:15: `do_nothing_loop' undeclared (first use this function)
win98.cpp:16: `first_time_installation' undeclared (first use this function)
win98.cpp:18: `make_50_megabyte_swapfile' undeclared (first use this function)
win98.cpp:20: `totally_screw_up_HPFS_file_system' undeclared (first use this function)
win98.cpp:21: `search_and_destroy_the_rest_of_OS' undeclared (first use this function)
win98.cpp:21: `2' cannot be used as a function
win98.cpp:22: `disable_Netscape' undeclared (first use this function)
win98.cpp:23: `disable_RealPlayer' undeclared (first use this function)
win98.cpp:24: `disable_Corel_Products' undeclared (first use this function)
win98.cpp:25: `hang_system' undeclared (first use this function)
win98.cpp:27: `anything' undeclared (first use this function)
win98.cpp:27: `write_something' undeclared (first use this function)
win98.cpp:30: `do_some_stuff' undeclared (first use this function)
win98.cpp:31: `still_not_crashed' undeclared (first use this function)
win98.cpp:35: `basically_run_windows_3' undeclared (first use this function)
win98.cpp:35: syntax error before numeric constant
win98.cpp:40: `detect_cache' undeclared (first use this function)
win98.cpp:41: `disable_cache' undeclared (first use this function)
win98.cpp:42: `fast_cpu' undeclared (first use this function)
win98.cpp:44: `lots' undeclared (first use this function)
win98.cpp:44: `set_wait_states' undeclared (first use this function)
win98.cpp:45: `speed' undeclared (first use this function)
win98.cpp:45: `very_slow' undeclared (first use this function)
win98.cpp:45: `set_mouse' undeclared (first use this function)
win98.cpp:46: `action' undeclared (first use this function)
win98.cpp:46: `jumpy' undeclared (first use this function)
win98.cpp:47: `reaction' undeclared (first use this function)
win98.cpp:47: `sometimes' undeclared (first use this function)
win98.cpp:51: `printf' undeclared (first use this function)
win98.cpp:52: `system_ok' undeclared (first use this function)
win98.cpp:53: `to_dos_prompt' undeclared (first use this function)
win98.cpp:53: `crash' undeclared (first use this function)
win98.cpp:54: syntax error before `else'
win98.cpp:55:22: warning: unknown escape sequence '\s'
win98.cpp:56: `something' undeclared (first use this function)
win98.cpp:58: `sleep' undeclared (first use this function)
win98.cpp:59: `get_user_input' undeclared (first use this function)
win98.cpp:61: `act_on_user_input' undeclared (first use this function)
win98.cpp:64: `create_general_protection_fault' undeclared (first use this function)

😕
 
SCO lays claim to the entire #include command.

Personally, I always thought that the Win9x source code was

10 ECHO ERROR
20 END
 
Back
Top