Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pragma changed

Status
Not open for further replies.

Grube

Programmer
Feb 6, 2007
27
i copied all files from laptop to my pc, so i can continue to work on the software on my PC. On the laptop everythin works great - no errora!
When i try to compile and run app in on PC compiling is taking forever displaying something like this:

Sizes = Code: 16022; Const:9009; Data: 1028
Making ABERROR.obj (pragma changed)
Making ABERROR.CLW
No errors
Sizes = Code: 16022; Const:9009; Data: 1028
Making ABERROR.obj (pragma changed)
Making ABERROR.CLW
No errors
Sizes = Code: 16022; Const:9009; Data: 1028
Making ABERROR.obj (pragma changed)
Making ABERROR.CLW
No errors
Sizes = Code: 16345; Const:71079; Data: 67
Making ABEIP.obj (pragma changed)
Making ABEIP.CLW
No errors
Sizes = Code: 16345; Const:71079; Data: 67
Making ABEIP.obj (pragma changed)
Making ABEIP.CLW
No errors
Sizes = Code: 16345; Const:71079; Data: 67
Making ABEIP.obj (pragma changed)
Making ABEIP.CLW
No errors
Sizes = Code: 16345; Const:71079; Data: 67
Making ABEIP.obj (pragma changed)
Making ABEIP.CLW
No errors

...

and so on and so on...there are few diferent files like ABEIP an ABERROR which reports the same thing...
i tried to let him finish the proces but after 30 min it was the same thing...

does anyone know what could be the problem???

Thanks guys
Crash
 
Hi Crash,

If the compile is still running, then it is just taking a long time on your laptop. Pragma changes are when the project settings have changed. Since AB*.clw are common files, if you compile a project with debug after you have compiled a project without debug, it will recompile all the AB*.clw files as it cannot use the old AB*.OBJ files. OBJ files are normally found in the <Clarion Home dir>\OBJ32 and
the <Clarion Home dir>\OBJ32\Release directories.

Regards
 
On my laptop everything is ok....by now i managed to run app on my PC, but i need to wait a whole minute to compile...and another thing...changes that i made on my PC are not aplied in application....
i even put a "hello!" message before opening the main window, and i don't get the message on my PC...
If i start app on my laptop everything is fine...wtf???

the versions of the clarion are the same from the same CD...
 
Hi Crash,

If you are synching your Laptop and PC correctly there should be no issues. I do it all the time.

All application information is contained in the APP file which when compiled creates an EXE file and/or DLLs (depending on your project settings). So a copied EXE should work similar. Please check to see that your Anti-Virus/Spyware program is not interfering with the synching.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top