Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile error...not a clue what is wrong?
Message
From
24/05/2004 14:07:08
Scott Malinowski
Arizona Fox Software LLC
Arizona, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Compile error...not a clue what is wrong?
Miscellaneous
Thread ID:
00906624
Message ID:
00906624
Views:
43
Greetings!

I have been using the MM framework v8 for a specific application for months now. All of a sudden I'm getting compiles errors that make absolutely no sense at all. Here's the errors:

************************************************************
Compiling c:\mmortals\common30\progs\mover.prg
#DEFINE ERROR_SUCCESS 0
Error in line 86: Constant is already created with #DEFINE.
#DEFINE REG_SZ 1
Error in line 96: Constant is already created with #DEFINE.
#DEFINE REG_BINARY 3
Error in line 98: Constant is already created with #DEFINE.
#DEFINE REG_DWORD 4
Error in line 100: Constant is already created with #DEFINE.

Compiling c:\mmortals\common30\progs\setup.prg
#DEFINE ERROR_SUCCESS 0
Error in line 86: Constant is already created with #DEFINE.
#DEFINE REG_SZ 1
Error in line 96: Constant is already created with #DEFINE.
#DEFINE REG_BINARY 3
Error in line 98: Constant is already created with #DEFINE.
#DEFINE REG_DWORD 4
Error in line 100: Constant is already created with #DEFINE.

Compiling c:\smartpos\progs\main.prg
#DEFINE ERROR_SUCCESS 0
Error in line 86: Constant is already created with #DEFINE.
#DEFINE REG_SZ 1
Error in line 96: Constant is already created with #DEFINE.
#DEFINE REG_BINARY 3
Error in line 98: Constant is already created with #DEFINE.
#DEFINE REG_DWORD 4
Error in line 100: Constant is already created with #DEFINE.

Compiling c:\mmortals\common30\progs\utility.prg
#DEFINE ERROR_SUCCESS 0
Error in line 86: Constant is already created with #DEFINE.
#DEFINE REG_SZ 1
Error in line 96: Constant is already created with #DEFINE.
#DEFINE REG_BINARY 3
Error in line 98: Constant is already created with #DEFINE.
#DEFINE REG_DWORD 4
Error in line 100: Constant is already created with #DEFINE.
************************************************************


VISUAL FOXPRO HELP states this error when I click on the HELP button from the compile error dialog box:

You have attempted to add stored procedures to a database with the FROM clause of the APPEND PROCEDURES command, from a file which cannot be successfully compiled. Check that the file contains valid code.


Anyone have any ideas?

Thanks in advance!!!
Next
Reply
Map
View

Click here to load this message in the networking platform